.ddsmoothmenu{
	width: 640px;
	float:right;
	margin-top: 82px;
	background:#0f0c06;
	margin-top:21px;
	heigh:1%!important;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.ddsmoothmenu ul{list-style: none;

}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	line-height:15px;
	margin:0;
	display:block;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	padding:8px;
	float:left
	
	

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	color:white
}
.ddsmoothmenu ul li a:hover{color:#85d3ff; background:none!important;
	
}
.no-border{ border:none!important;}


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

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

.ddsmoothmenu ul li a:hover{
	background-color:#1fb0da;
	color:#FFFFFF;
	text-decoration:none!important;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	background:#000000;
	width:170px;
	z-index:100!important;
	padding-bottom: 10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	padding-top:5px;
	padding-bottom:10px;
	
	
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	display: list-item;
	height:11px;
	float: none;
}

.ddsmoothmenu ul li ul li a{ 
	font: normal 13px Verdana;
	color:#FFFFFF!important;
	width: 130px;
	padding-top:0px;
	margin: 0;
	color:#000000; padding-left:15px;
	text-decoration:none;
}
.ddsmoothmenu ul li ul li a:hover{color:#FFFFFF!important; background: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;
}
