﻿<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#topmenu{
margin-left: 4px;
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
width:800px;
}

#topmenu ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
width:800px;
}

#topmenu li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#topmenu a{
float:left;
color: white;
background: #242490 url(graphics/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#topmenu a span{
float:left;
display:block;
background: transparent url(graphics/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#topmenu a span{
float:none;
}


#topmenu a:hover{
background-color: #4040ff;
}

#topmenu a:hover span{
background-color: #4040ff;
}

#topmenu #current a, #topmenu #current span{ /*currently selected tab*/
background-color: #4040ff;
}

#topmenuline{
clear: both;
padding: 0;
width: 800px;
height: 8px;
line-height: 8px;
background: #242490;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

</style>
