#tabdivcontainer_top {
	background: url('../images/greybox_middle.gif') repeat-y;
	width: 660px;
}
#tabdivcontainer_bottom {
	background: url('../images/greybox_bottom.gif') no-repeat bottom;
	width: 100%;
}
#tabdivcontainer {	
	clear: both;
	background: url('../images/greybox_top.gif') no-repeat top;
	width: 640px;
	padding: 10px 10px 20px 10px;
	z-index: 0;
}
.tabclass{
	padding: 3px 0;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-color: #fff;
}
.tabclass li{
	display: inline;
	margin: 0;
}
.tabclass li a{
	float: left;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	height: 22px;
	margin-right: 3px;
	color: #fff;
	background: transparent url('../images/tabmenu_left.gif') no-repeat top left;
}
.tabclass a span {
	background: url('../images/tabmenu_right.gif') no-repeat top right;
    display: block;
	padding: 3px 10px 0 10px;
	line-height: 19px;
}
.tabclass li a:visited{
	color: #fff;
	text-decoration: none;
}
.tabclass li a:hover{
	color: #000;
}
.tabclass li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}
.tabclass li a.selected{ /*selected main tab style */
	background-position: bottom left;    
	color: #000;
	border-bottom: 1px solid #fff;
}
.tabclass li a.selected span{ /*currently selected tab*/
	background-position: bottom right;    
	color: #000;
}
.tabclass li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}


