.ddsmoothmenu{
font-size:12px;
font:bold;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

.ddsmoothmenu ul li a{
display: block;
padding: 19px 18px;
border-right: 0px solid #ff5555;
color: white;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #fff;
}

.ddsmoothmenu ul li a.selected{ 
background: url('images/menuBgHover.png'); 
color: #fff;
}

.ddsmoothmenu ul li a:hover{
background: url('images/menuBgHover.png'); 
color: #fff;
}
	
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
visibility: hidden;
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

.ddsmoothmenu ul li ul li ul{
top: 0;
}

.ddsmoothmenu ul li ul li a{
width: 170px; 
background: #363636; 
padding: 7px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid #ff5555;
}

.ddsmoothmenu ul li ul li a:hover{
width: 170px; 
background: #666666; 
padding: 7px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid #ff5555;
}


* html .ddsmoothmenu{height: 1%;}

.downarrowclass{
position: absolute;
top: 24px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{
opacity: 0.8;
}