.ddsmoothmenu{
font: bold 13px Verdana;
background:#ffffff;
width: 100%;
border-bottom: 5px solid #00477F; /*Blue color theme*/
z-index:1000;

}

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
margin-left: 0px;
}


.ddsmoothmenu li
{
list-style-image:url(../images/ad.gif);
list-style-position:inside;
margin-top:5px;
margin-bottom:5px;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin: 0 2px 0 0;
color: black;
text-align:left;
list-style-image:none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #e8e8e8; /*background of menu items (default state)*/
color: black;
/*padding: 8px 10px;*/
border-right: 1px solid #778;
color: black;
text-decoration: none;
font: bold 12px Arial;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 12px 5px 12px; /*Padding within each menu item*/
list-style-image: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{
background-color: #00477F; 
color: white;
text-decoration:none;
}

.ddsmoothmenu ul li a.selected{ 
background-color: #00477F; 

color: white;
text-decoration:none;
}*/

.ddsmoothmenu ul li a:hover{

background: #00477F; 
text-decoration: none;
font: bold 12px Arial;
padding: 5px 12px 5px 12px;  /*Padding within each menu item*/
color: white;
text-decoration:none;
list-style-image:none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index:1000;
left: 0;
margin:0;
padding:0;
margin-top:1px;
+background:#e8e8e8;
_background:#e8e8e8;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
/*border:1px solid #cccccc;
border-right:0px;
border-top:0px;*/
width: 160px; /*width of sub menus*/
text-align:left;
list-style-image:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
margin:0;
padding:0;
width: 160px; /*width of sub menus*/
text-align:left;
list-style-image:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu 
.ddsmoothmenu ul li ul li ul{
top: 0;
margin:0;
}*/

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 10px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
text-align:left;
list-style-image:none;
}

.ddsmoothmenu ul li ul li a:hover{
font: normal 10px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #00477F; 
color: white;
text-align:left;
list-style-image:none;
}







/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### 
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
