
/*-------------------------------------------------------*/


#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;
line-height: 1.1em;
margin-right:1px;
line-height: 1.1em;
margin-top: 57px;
background: url(assets/images/mainNav_divider.gif) no-repeat right top;
}

	*:first-child+html .ddsmoothmenu ul li{ margin-top: 58px; }
	*:first-child+html .ddsmoothmenu ul li li { margin-top: 0px; }

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
display: block;
color:#333333;
padding: 8px 22px;
font-size:12px;
font-weight:bold;
float:left;
text-decoration:none;
cursor:pointer;
}

.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:#333333;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(assets/images/mainNav_current_bg.gif) repeat-x left top;	
cursor:pointer;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
background: #0049ab;
text-decoration: underline;
}

.ddsmoothmenu ul li.first.current a, .ddsmoothmenu ul li.first.current a:hover, .ddsmoothmenu ul li.first a:hover {
	background: url(assets/images/mainNav_first_current_bg.gif) no-repeat left top;
}

.ddsmoothmenu ul li a:hover {
	background: url(assets/images/mainNav_current_bg.gif) repeat-x left top;	
}

.ddsmoothmenu ul li.current a, .ddsmoothmenu ul li.current a:hover {
	background: url(assets/images/mainNav_current_bg.gif) repeat-x left top;
	cursor:pointer;
}


.ddsmoothmenu ul li ul {

}

.ddsmoothmenu ul li ul li {
margin-top: 0;
clear:both;

}

			
.ddsmoothmenu ul li li a, .ddsmoothmenu ul li.current li a {
display: block;
background:#fff;
color:#000000;
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;
cursor:pointer!important;
}

* 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 a:visited{
color: #000000;
}

.ddsmoothmenu ul li li  a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black;
color:#cc0000;
}

.ddsmoothmenu ul li li  a:hover{
padding-left: 23px!important;
background: #ffffff !important;
color:#cc0000;
cursor:pointer!important;
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;
float: none;
}

/*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;
cursor: pointer;
}

