#horizontalmenu{
padding: 0;
width: 100%;
background-color:#200d3c;
voice-family: "\"}\"";
voice-family: inherit;

height:29px;
}

#horizontalmenu ul{
font: 13px "Bookman Old Style";
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#horizontalmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

#horizontalmenu a{
float: right;
display: block;
color: #fff;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
text-decoration: none;
background-color: #200d3c; /*Default menu color*/
/*border-bottom: 1px solid white;*/
border-left:1px solid #FFF;
outline:none;
}

#horizontalmenu a:hover{
background-color: #746886;

}

#horizontalmenu #current a{ /*currently selected tab*/
background-color: #746886;
color:#FFF;
border-right:none;
margin-right:0;
}

#horizontalmenuline{
clear: both;
padding: 0;
width: 100%;
height: 4px;
line-height: 4px;
background: #746886; /*Brown color theme*/ 
margin-bottom:5px;
margin-top:-1px;
}

