.menu {
border : none;
border : 0;
margin : 0;
padding : 0;
font-family : verdana, geneva, arial, helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
width: 998px;
}
.menu ul {
background : url(images/menu-bg.gif) repeat-x left top;
height : 43px;
list-style : none;
margin : 0;
padding : 0;
}
.menu li {
float : left;
padding : 0 8px 0 8px;
}
.menu li a {
color : #666666;
display : block;
font-weight : bold;
line-height : 43px;
padding : 0 25px;
text-align : center;
text-decoration : none;
}
.menu li a:hover {
color : #000000;
text-decoration : none;
}
.menu li ul {
background : #e0e0e0;
border-left : 2px solid #0079b2;
border-right : 2px solid #0079b2;
border-bottom : 2px solid #0079b2;
display : none;
height : auto;
position : absolute;
width : 150px;
z-index : 200;
}
.menu li:hover ul {
display : block;
}
.menu li li {
display : block;
float : none;
padding : 0;
width : 150px;
}
.menu li ul a {
display : block;
font-size : 12px;
font-style : normal;
padding : 0 10px 0 15px;
text-align : left;
}
.menu li ul a:hover {
background : #949494;
color : #000000;
}
.menu p {
clear : left;
}
.menu #current {
background : url(images/current-bg.gif) repeat-x left top;
color : #ffffff;
}