#tab-menu-area {
clear:both;
margin:0 0 10px 0;
}

#tab-menu {
clear:both;
height:26px;
}

#tab-menu ul{
	list-style: none;
}

#tab-menu ul li{
	float:left;
	padding:0 2px 0 0;
}

#tab-menu ul li a{
	float: left;
	display: block;
	color:#3b3b3b;
	text-decoration: none;
	font: bold 9pt "arial";
	padding:0 0 0 5px; /*Padding to accomodate left tab image. Do not change*/
	height: 26px;
	text-align: center;	
	line-height: 26px;
}

#tab-menu ul li a b{
	float: left;
	display: block;
	padding: 0 10px 0 5px; /*Padding of menu items*/
}

#tab-menu ul li a{
	color: #3b3b3b;
	background: url(images/tab-left.gif) no-repeat; /*left tab image path*/
	background-position: top left;
}

#tab-menu ul li a:hover{
	color: #008098;
	background: url(images/tab-left.gif) no-repeat; /*left tab image path*/
	background-position: bottom left;
}

#tab-menu ul li a.selected {
	color: #008098;
	background: url(images/tab-left.gif) no-repeat; /*left tab image path*/
	background-position: bottom left;
}

#tab-menu ul li b{
	color: #3b3b3b;
	background: url(images/tab-bg.gif) no-repeat right top; /*right tab image path*/
}

#tab-menu ul li a:hover b{
	color: #fff;
	background: url(images/tab-bg.gif) no-repeat right bottom; /*right tab image path*/
}

#tab-menu ul li a.selected b{
	color: #fff;
	background: url(images/tab-bg.gif) no-repeat right bottom; /*right tab image path*/
}

#tab-menu-area #tab-contents {
border:1px solid #555555;
padding:10px;
}

#tab-menu-area #tab-contents ul{
margin:0px 0 0px 5px;
padding:0;
list-style-type:none;
}

#tab-menu-area #tab-contents ul li{
margin:0 0 0 0px;
padding:2px 0 2px 0px;
color:#555555;
font:10pt Arial, Helvetica, sans-serif;

}

#tab-menu-area #tab-contents ul li a{
color:#4a98da;
text-decoration:none;
line-height:17px;
}


#tab-menu-area #tab-contents ul li a:hover{
color:#db1b21;
text-decoration:none;
}

#tab-menu-area #tab-contents ul li a.active{
color:#0075f0;
}




