div#menu-spacer {
float:right;
width:75px;
height:43px;
background-image:url('../images/bg-menu-spacer.png');
margin: -4px 0 0 0;
}
div#menu-spacer-start {
float:right;
width:30px;
height:43px;
background-image:url('../images/bg-menu-start.png');
margin: -4px 0 0 0;
}
div#menu-spacer2 {
float:right;
width:559px;
height:43px;
background-image:url('../images/bg-menu-spacer2.png');
margin: -4px 0 0 0;
}
div#menu-spacer-end {
float:right;
width:29px;
height:43px;
background-image:url('../images/bg-menu-end.png');
margin: -4px 0 0 0;
}
.dropdown {
float:right;
font-family: arial, times new roman, microsoft sans serif, sans-serif;
font-size: 16px;
}
.dropdown dt {
cursor:pointer;
background-color:#eeeeee;
background-image:url('../images/bg-menu.jpg');
height:37px;
width:110px;
margin: -4px 0 0 0;
padding-top:6px;
border-top: 0px solid #696969;
border-right: 0px solid #696969;
text-align:center;
}
.dropdown dt:hover {
color:#FFFFFF;
}
.dropdown dd {
position:absolute;
overflow:hidden;
display:none;
width:732px;
background-color:#cdcdd4;
background-image:url('../images/bg-dropdown.jpg');
margin: 0 0 0 -618px;
z-index:200;
opacity:0
}
.dropdown ul {
list-style:none;
border: 2px solid #000000;
border-left: 2px solid #656565;
border-right: 2px solid #656565;
border-bottom: 2px solid #656565;
}
.dropdown li {
font-size:12px;
background-image:url('../images/bg-dropdown2.jpg');
display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
display:block;
text-decoration:none;
color:#000000;
}
.dropdown a:hover {
color:#FFFFFF;
}
.dropdown .underline {
background-image:url('../images/bg-dropdown2.jpg');
border-bottom:1px solid #000000;
border-left:0px solid #000000;
border-right:0px solid #000000;
height:20px;
padding:5px;
padding-top:20px;
}
.dropdown .notunderlined {
background-image:url('../images/bg-dropdown2.jpg');
border-left:0px solid #000000;
border-right:0px solid #000000;
height:20px;
padding:5px;
padding-top:20px;
}
