#thicktabs ul li{
display: inline;
}

#thicktabs{
margin-left: -41px;
margin-top: 3px;
padding: 0px;
float: left;
font: bold 15px Tahoma;
letter-spacing: 2px;
word-spacing: 1px;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: white;
padding: 7px 14px 7px 16px; /*padding of tabs*/
text-decoration: none;
background: #008000;
/*background: transparent url(../img/menubg.gif) top right no-repeat;*/
border-bottom: 18px solid #FF9900; /*thick bottom border below tabs*/
border-top: 19px solid #FF9900; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/

}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/

background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: white;
}

#thicktabs li a:hover{
color: white;
background: #333;
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

