
.ddsmoothmenu{
}

.ddsmoothmenu ul{
z-index:100;
padding:0px; margin:0px;  height:32px; 
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
padding:0px; 
margin:0px; 
list-style-type: none; 
display: inline-block;


}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	text-decoration: none;
	padding-top:0px;
	color:#4b4c4d; 
	text-decoration: none; 
	padding:4px 5px; 
	margin:0 0 0 5px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
}



* 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:#3c3b3b;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#006f9c;
}

.ddsmoothmenu ul li a:hover{
color:#006f9c;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin:5px 0 0 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	/*display: inline;
	float: none;
	margin:0;*/
/*	display: list-item;*/
display: inline;
float: none;
margin:-5px 0 0 0 ;

}

/*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: 180px; /*width of sub menus*/
	padding:4px 0 4px 10px;
	margin:0;
	background-color:#ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	text-align:left;
	text-transform:none;
	line-height:20px;
	height:20px;	
color:#717171;
border-bottom:#cfd7d9 1px solid;	
}

.ddsmoothmenu ul li ul li a:hover{
background:#0b90cf;
color:#ffffff;}

/* 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;
visibility:hidden;
display:none;
}

.rightarrowclass{
position: absolute;
top: 13px;
right: 5px;

}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:transparent;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}

.selected a{

}


