

.ddsmoothmenu{
    background:#000000;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	line-height:26px;
	height:26px;
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

}



/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    font-family:Arial;
	display:block;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	line-height:26px;
	height:26px;
	font-weight:normal;
	margin:0px;
	width:128px;
	text-align:center;
}

.ddsmoothmenu ul li span{
    font-family:Arial;
	display:block;
	font-size:12px;
	color:#ffffff;
	background:#ce4032;
	text-decoration:none;
	line-height:26px;
	height:26px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	width:134px;
	text-align:center;

}




* 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: #ffffff;
background:#000000;

}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color: #000000;
background: #ffffff;
}


.ddsmoothmenu ul li a:hover{
color: #ffffff;
text-align:center;
text-decoration: none;
margin:0px;
padding:0px;
line-height:26px; 
height:26px;
text-align:center;
background:#BCD306;

}


.ddsmoothmenu ul li a.selectmenu {color: #ffffff;
text-align:center;
text-decoration: none;
margin:0px;
padding:0px;
line-height:26px; 
height:26px;
text-align:center;
background:#BCD306;}

.ddsmoothmenu ul li ul li a:hover{
color: #000000;
text-align:center;
text-decoration: none;
margin:0px;

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#ffffff;
padding:0px 1px;
border:3px solid #BBD504;



 
}




/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
line-height:20px;

}

/*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 11px Verdana, Arial, Helvetica, sans-serif;
 /*width of sub menus*/
padding:0px;
padding-left:10px;
width:160px;
color: #ffffff;
text-align:left;
line-height:20px;
height:20px;
background:#d10e36;
}
.ddsmoothmenu ul li ul li a:hover{
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
 /*width of sub menus*/
padding:0px;
padding-left:10px;
width:168px;
color: #000000;
text-align:left;
line-height:20px;
height:20px;
background:#BCD306;
}
.ddsmoothmenu a.selected{
color: #ffffff;
background:#0297CF;
}



.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
width:1px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
width:1px;
}


.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

