.ddsmoothmenu{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-weight:bold;
font-size:8pt;
z-index:400;
margin-top:5px;
margin-left:102px;
}

.ddsmoothmenu ul{
z-index:400;
margin: 0;
padding: 0;
list-style-type: none;
color:#000;

}


/*Top level list items*/
.ddsmoothmenu ul li{
display: inline;
position: relative;
float:left;
background-color:transparent;
text-align:right;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
margin-top:0px;
margin-right: 2px;
padding: 5px 5px;
color: #2d2b2b;
text-decoration: none;
font-family:Arial;
font-size:11px;
font-weight:bold;
background-color: #0e3378;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
background-color:transparent;
}

.ddsmoothmenu ul li a:link{
color: #fff;

}
 .ddsmoothmenu ul li a:visited{
color: #fff;
}


.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff;

}

.ddsmoothmenu ul li a:hover{/*background of menu items during onmouseover (hover state)*/
color: #fff;
background-color:#b38807;

}
	

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position:absolute;
left:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#0173bc;
/*background: url('/media/1707/menu_bottom.png') bottom left no-repeat; padding-bottom:10px !important; */

} 



/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-bottom:1px solid #fff;
background-color:#0173bc;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 200px; /*width of sub menus*/
padding: 8px 5px;
font-family:Arial;
font-size:11px;
font-weight:normal;
/*background-color:#afc9fd;*/
/*background-color:#dbe5fb;*/
background-color:#0e3378;
text-align:left;
margin: 0;
border-top-width: 0;
/*border-bottom: 1px solid #4476cb;*/
}


/* 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: 6x;
right: 7px;

}

.rightarrowclass{
position: absolute;
top: 2px;
right: 2px;

}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
 opacity: 0.8;
}




































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

