@charset "utf-8";
/* CSS Document */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 10px Arial;
width: 100%;
/*border: 1px solid #625e00;*/
border-width: 0px 0;
background: black url(../images/btn-up.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 6px;
text-decoration: none;
border-right: 1px solid #6f9adb;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white; background: transparent url(../images/btn-down.gif) center center repeat-x;}

/***** menu verical  ******************************/
ul {list-style-type: circle; margin-top:0}
ul#nav {border-top: 1px solid #acdef8; border-width: 1px 0; list-style: none outside; margin: 30px 0 0 0; padding: 0}
#nav li {border-bottom: 1px solid #acdef8; padding: 1px 0}
#nav a {display: block; font-size: 11px; font-weight:bold; color: #012a51; height:25px; padding: 5px 0 0 0px; padding-left:20px; width:180px;}
#nav a:hover {background: #acdef8; color: #38230E; padding-left:20px;}
#active, a#active:hover {color: #38230E; cursor: default; font-weight: bold}
