
.ddsmoothmenu ul{
height:37px;
text-transform:uppercase;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding:5px 25px;
margin:0px;
float:left;
color:#fff;
text-decoration: none;
font-size:14px;
}
.classline{
	background:#fff;
	height:25px;
	float:left;
	width:1px;
	margin-top:6px;
	
}

.ddsmoothmenu ul li a:hover,.hover{


color:#0FF !important;
}
.ddsmoothmenu ul li{

display:inline;
line-height:30px;
}
.ddsmoothmenu ul li:hover ul{
display:block;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
width:450px;
background:#09c;
position: absolute;
right: -135px;
top:35px;
z-index:90000;
display:none; /*collapse all sub menus to begin with*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
width:200px;
float:left;
padding-left:10px;
border-bottom:1px solid #fff;
margin-left:10px;
text-decoration:underline;
line-height:25px !important;
text-transform:uppercase;
}


/*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{
font: normal 13px Verdana;
margin:0px;
padding:5px 5px !important;
text-align:left;
border-top-width: 0;
line-height:25px !important;
}
.ddsmoothmenu ul li ul li a:hover{
text-decoration:underline;
background:none !important;

}

/* 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;
}

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

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
