/* Menu */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 97px;
left: 195px;
z-index:900;
width: 100%;
}

#menu dl {
float: left;
width: 110px;
border-bottom: 1px solid #112255;
}

#menu dt {
cursor: pointer;
text-align: center;
background: #334c99;
color: #ccc;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-transform: uppercase;
border-right: 1px solid #A3B3E3;
}

#menu dt:hover {
color: #930;
background: #334c99;
}

#menu dt a {
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border: 0;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#menu li {
font-weight: bold;
text-align: left;
background: #667FCC;
margin-top: -1px;
}

#menu li a {
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border: 0;
text-align: left;
padding-left: 1em;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#menu li a:hover, #menu dt a:hover {
color: #fff;
background: #324DA3;
}

#menu dt#active a {
background: #112255;
color: #fff;
}

#menu dt#rub_on {
background: #798FD2;
color: #fff;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6 {
display: none;
}