<style type="text/css">

.tabmenu{
margin-bottom: 4px;
}

.tabmenu ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.tabmenu li{
display: inline;
margin: 0;
}

.tabmenu li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font: bold 14px Verdana;
background: #ECEEEC url(tabright.gif) top right no-repeat;
}

.tabmenu li a:visited{
color: black;
}

.tabmenu li a:hover, .halfmoon li a.current{
background-color: #CDDADA;
color: #000000;
}

#tabcontentcontainer{
	width:295px; /*width of 2nd level content*/
	height:213px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/sidebox_bg.jpg);
	background-repeat: no-repeat;
	padding-top: -1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
}


.tabcontent{
	display:none;
	padding-right: 50px;
}
