.ddsmoothmenu{
z-index:100;
font: bold 12px Verdana;
width:200px; margin:0 auto;
}

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

}

/*Top level list items*/
.ddsmoothmenu ul li{
z-index:100;
position:relative;
display:list-item;
float: left;
color:#FFFFFF;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
z-index:100;
display: block;
background:url(menu.gif) repeat-x bottom;color: #ffffff;
margin-left:10px;
width:172px;
line-height:20px;
margin-bottom:15px;
padding:3px 3px 3px 3px;
border: 1px solid #b4b5bb;
color: #ffffff;
text-decoration: none;
}



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

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

.ddsmoothmenu ul li a:hover{
background:#ef984a; /*background of menu items during onmouseover (hover state)*/
color:#000000;
}
	

