#tabsmenu
{
	height: 23px;
	width: 480px;
	margin: 15px 0px 0px 40px;
	padding: 60px 0px 0px 110px;
	background: url(/assets/gen/logo.gif) no-repeat left top;
}

.tabs
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.tabs ul
{
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	font: normal 11px Arial, Verdana, sans-serif;
	list-style:none;
}

.tabs li
{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}

.tabs a
{
	float:left;
	color: white;
	background: #DA251C url(/assets/gen/tabs_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}

.tabs a span
{
	float: left;
	display: block;
	background: transparent url(/assets/gen/tabs_right.gif) no-repeat right top;
	padding: 6px 8px 3px 7px;
}

.tabs a span
{
	float: none;
}

.tabs a:hover
{
	background-color: #A0410D;
	color: #CCCCCC;
	text-decoration: none;
}

.tabs a:hover span
{
	background-color: #A0410D;
	color: #CCCCCC;
	text-decoration: none;
}

.tabs a.current, #tabs a.current span
{ /*currently selected tab*/
	background-color: #A0410D;
}

.tabsline
{
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 4px;
	line-height: 4px;
	background: #C0C0C0;
	border-top: 1px solid #FFFFFF; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer
{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 120px;
	display:none;
}