.ddsmoothmenu{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size:12px;
width: 966px; margin-top:0px; z-index:200; position:relative; float:left;
}

.ddsmoothmenu ul{
margin: 0;
padding: 0;
list-style-type: none; font-size:12px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative; background:url(../images/menu_sep.gif) left center no-repeat;
display: inline;
float: left;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; padding:12px 18px 12px 19px;
color: #EFEFEF; font-size:13px; font-family:"Trebuchet MS", Arial;
text-decoration: none; outline:none;
font-weight: bold;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block; outline:none;
}

.ddsmoothmenu ul li .ddsmoothmenu ul li a:visited{
color: #333; background: url(../images/menu_hover.gif) top repeat-x;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#000; background: url(../images/menu_hover.gif) top repeat-x; 
}

.ddsmoothmenu ul li a:hover{
color:#000; background: url(../images/menu_hover.gif) top repeat-x;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ margin:0px; padding:0px 0px 15px 0px; margin-top:-5px; background: url(../images/submenu_bg.gif) top center no-repeat #DFDFDF;
position: absolute; 
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden; border:solid 1px #fff;
-moz-box-shadow: 0 1px 1px 1px #D4D3D3;
-webkit-box-shadow: 0 1px 1px 1px #D4D3D3;
box-shadow: 0 1px 1px 1px #D4D3D3;
-moz-border-radius: 0em 0em 6px 6px;
border-radius: 0em 0em 6px 6px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item; background-image:none;
float: none;
}
.ddsmoothmenu ul li ul li:hover{
background: url(../images/submenu_hover.gif) top repeat-x; color:#fff;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ font-family:"Trebuchet MS", Arial;
padding:6px 10px 6px 24px; font-size:12px;
width: 185px; /*width of sub menus*/
color:#595959; border-bottom:dashed 1px #969696;
background: url(../images/square_icon.gif) left no-repeat; text-shadow:#fff 0px 1px 0, #000 0 -0px 0; 
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/submenu_hover.gif) bottom repeat-x #517DA9; color:#fff; text-shadow:#000 0px 1px 0, #ccc 0 -0px 0; 
}
.ddsmoothmenu ul li ul li a:hover{ 
background: url(../images/submenu_hover.gif) bottom repeat-x #517DA9; color:#fff; text-shadow:#000 0px 1px 0, #ccc 0 -0px 0; 
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ margin:0; color:#fff; margin-left:1px; background-color:#F2F0F1;
top: 0;
}

/* 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: 20px;
right: 10px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right:5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 5px;
top: 5px;
width: 5px;
height: 5px;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.6;
}
