<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menutab{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#menutab ul{
font: bold 11px Arial;
margin:0;
margin-left: 15px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menutab li{
display: inline;
margin: 0 3px 0 0;
padding: 0;
text-transform:uppercase;
}

#menutab a{
float: left;
display: block;
color: white;
margin: 0 5px 0 0; /*Margin between each menu item*/
padding: 6px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #2f83d2; /*Default menu color*/
border-bottom: 1px solid white;
}

#menutab a:hover{
background-color: #0b4882; /*Menu hover bgcolor*/
}

#menutab #current a{ /*currently selected tab*/
background-color: #0b4882; /*dark blue color theme*/ 
border-color: #0b4882; /*dark blue color theme*/ 
}

#menutabline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #2f83d2; /*darkblue color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 150px;
border: 1px solid black;
}

#myform .submit{
font:  12px verdana;
height: 18px;
background-color: #e5e5e5;
}

</style>