
/* style main menu */
.menu {
font-family: arial, verdana;
font-size:12px;
font-weight: bold;
text-decoration:none;
color:#000;
text-align: center;
vertical-align: middle;
padding-left: 5px;
padding-right: 10px;
}

/* style for one-level items*/
.menu a, .menu a:visited {
text-decoration: none;
color: #000;
}
.menu a:hover {
text-decoration: none;
color: #3B7AA5;
}

/* style the second level links */
.submenu a, .submenu a:visited {
display: block;
font-size:11px;
font-weight: bold;
text-decoration: none;
color:#000;
background:#3C79A5;
color:#fff; 
line-height:1em; 
padding:5px 10px; 
width:200px;
border:1px solid #C5CFD0; 
border-width:1px 1px 0 0; 
text-align: left;
font-weight: normal;
}

/* style the second level hover */
.submenu a:hover {
background:#B6CBDC;
text-decoration: none;
color:#000; 
}

