
/*-------------------------------------------------------*/


#mainNav {
	width:980px;
	margin:0;
	padding:0;
	clear:both;
}



.ddsmoothmenu{
font: bold 12px Arial;
/*background: #414141; background of menu bar (default state)*/

z-index: 90;
}

.ddsmoothmenu ul{
z-index:98;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
list-style:none;
text-align:center;
background: #6699cc url(images/mainNav_divider.gif) no-repeat right top;
line-height: 1.1em;
margin-right:2px;
margin-top: 46px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #6699CC url(images/mainNav_divider_first.gif) no-repeat scroll left top;
color:#FFFFFF;
padding: 8px 22px;
font-size:12px;
font-weight:bold;
float:left;
text-decoration:none;
}

.ddsmoothmenu ul li a img {
display:none;
}





* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#FFFFFF;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #0049ab;
cursor:pointer;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
background: #0049ab;
text-decoration: none;
}


.ddsmoothmenu ul li ul {

}

.ddsmoothmenu ul li ul li {
margin-top: 0;
clear:both;

}

			
.ddsmoothmenu ul li li a{
display: block;
color:#00468b;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
text-decoration: none;
display: inline-block;
width: 200px;
text-align:left;
padding-left: 23px!important;
background: #ffffff;
}

* html .ddsmoothmenu ul li li  a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li li  a:link, .ddsmoothmenu ul li li a:visited{
color: #00468b;

}

.ddsmoothmenu ul li li  a.first:link, .ddsmoothmenu ul li a.first:visited{
border-top: 1px solid #ccc;

}

.ddsmoothmenu ul li li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black;
color:#00468b;
}

.ddsmoothmenu ul li li  a:hover{
padding-left: 23px!important;
background: #ffffff;
color:#00468b;
text-decoration:underline;

}
	
	
		
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li{

display: list-item;

}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
border-top: 1px solid #ccc;
margin-left: -1px;
margin-top: -1px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana;
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ccc;

}

