.ddsmoothmenu{height:45px;}
.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;
}
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
.ddsmoothmenu ul li a{
display: block;
text-decoration: none;
font-weight: bold;
text-align: left;
color: #23011F;
text-transform: uppercase;
font-family: tahoma,geneva,sans-serif;
background: url('../images/web/menuseparator.gif') no-repeat right top;
padding: 13px 20px 0 20px;
font-size: 14px;
min-height: 32px;
margin:0;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.is_selected{
background:#400143 url('../images/web/menuhover.gif') repeat-x center top;
color: #FFF;
text-shadow: 0 1px 0 #000;
}
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
margin:0;
}
.ddsmoothmenu ul li ul li ul{
top: 0;
}
.ddsmoothmenu ul li ul li a{
padding: 4px;
font-size: 11px;
width:165px;
border:1px solid #24082E;
border-top-width:0;
color: #FFF;
text-shadow: 0 1px 0 #000;
margin:0;
min-height:17px;
background:#400143 url('../images/web/menuhover.gif') repeat-x center top;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.is_selected{
background:#1D4277;
}
* html .ddsmoothmenu{
height:0;
border-bottom: 1px solid transparent;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
.downarrowclass{
position: absolute;
top: 20px;
right:12px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: red;
}
.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}