.ddsmoothmenu{
	font-family:'Roboto Condensed', sans-serif;
	font-size:12px;
	height:44px;
	overflow:visible;
	padding:0 0 0 0;
	margin:0px 0 0 25px;
	line-height:20px;
	font-weight:normal;
	width:956px;
}


.ddsmoothmenu ul{
z-index:100;
margin: 0px 0 0 0;
padding: 0 0;
list-style-type: none;
float:right;
}


.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
}


.ddsmoothmenu ul li a{
	display: block; 
	margin:0px 0 10px 0;
	padding: 8px 25px 0px 25px;
	text-align:center;
	text-decoration: none;
	border-left:#9eb5f1 1px solid;
	height:20px;
}


* html .ddsmoothmenu ul li a{
display:compact;
}

.ddsmoothmenu ul li a:link, 
.ddsmoothmenu ul li a:visited{
color: #073ad4;

}

.ddsmoothmenu ul li a:hover{
height:20px;
color:#000;
}


.ddsmoothmenu ul li ul{
position: absolute;
left:0px;
display: none; 
visibility: hidden;
text-align:right;
margin:0 0 0 -3px;
padding:0 0 0 0;
background:#b1c5ff;

}


.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
margin:5px 0 3px 3px;
border-right:none;

}

	
.ddsmoothmenu ul li ul li ul{
top:0;
margin:-6px 0 0 80px;

}


.ddsmoothmenu ul li ul li a{
border-bottom:1px dotted #fff;
width: 141px;
margin:0;
background:url(../images/pointer.gif) no-repeat left;
border-top-width: 0;
background-color:#b1c5ff;
text-align:left;
border-right:none;
vertical-align:middle;
}

.ddsmoothmenu ul li ul li a:hover{
border-bottom:1px dotted #000;
width: 141px; 
margin: 0;
border-top-width: 0;
background-color:#6ea6e9;
text-align:left;
color:#ffffff;
}

.downarrowclass{
position: absolute;
top: 5px;
right: 10px;

}

.rightarrowclass{
position: absolute;
top: 4px;
right: 5px;
}


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

.toplevelshadow{ 
opacity: 0.8;

}

