.jqueryslidemenu{
font-family: Trebuchet MS, Arial, Sans-serif;
font-size:13px;
width: 100%;
padding:0;
margin:0;
background:url(../images/topnav_bg.gif) repeat-x;
}

/*.jqueryslidemenu ul li.myDTDC{background:url(../images/mydtdc_lock.gif) no-repeat; width:130px; float:right;  margin-top:-3px; height:38px;} REMOVED AFTER RIGHT ALIGNING THE LOGO*/
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
padding-top:1px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: white;
padding: 4px 9px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #fff;
}

.jqueryslidemenu ul li a:hover{
background: #b4c6f0; /*tab link background during hover state*/
color: #000;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-image: none;
z-index:999;
border:1px solid #204382;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background:#e8e8ff;
/* These three lines are for transparency in all browsers. 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";filter: alpha(opacity=99);opacity:.5;*/ 
border-bottom:1px solid #9ec5d8;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 185px; /*width of sub menus*/
font-size:12px;
font-family: Trebuchet MS, Arial, Sans-serif;
font-weight:bold;
padding: 4px;
margin: 0;
border-top-width: 0;
color:#000!important;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #ccc;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 11px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}

/* Try - Active State of the link */

.jqueryslidemenu ul li.active{
background: #b4c6f0; /*tab link background during active state*/
color: #000!important;
padding: 0x;
text-decoration: none;
height:inherit;
width:inherit;
}
.jqueryslidemenu ul li.active a{color:#000;}