@CHARSET "UTF-8";

div.tabs_container
{
	padding:0px;
	background-color:#ffffff;
	text-align:right;	
	background:url('../images/tabs-back.png') repeat-x;
	background-position:left bottom;
	height:43px;
	padding-left:10px;
	margin-bottom:10px;
}

div.tabs
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
	overflow:hidden;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

div.tabs a
	{
	color:#909090;
	font-weight:normal;
	}
	
div.tabs a:hover
	{
	color:#d00067;
	font-weight:normal;
	}	
	

div.tabs div.left
	{
	background:url('../images/tab-left.png') no-repeat;
	width:12px;
	height:29px;
	display:inline;
	float:left;
	}
	
div.tabs div.content
	{
	background:url('../images/tab-content.png') repeat-x;
	width:auto;
	height:29px;
	float:left;
	padding-top:5px;
	}	
	
div.tabs div.right
	{
	background:url('../images/tab-right.png') no-repeat;
	width:12px;
	height:29px;
	float:left;
	}
	
	
div.tabs_over
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
	overflow:hidden;
	float:left;
	margin-right:10px;
	cursor:pointer;
	
}

div.tabs_over a
	{
	color:#d00067;
	font-weight:bold;
	}
	
div.tabs_over a:hover
	{
	color:#d00067;
	font-weight:bold;
	}


div.tabs_over div.left
	{
	background:url('../images/tab-left-over.png') no-repeat;
	width:12px;
	height:30px;
	display:inline;
	float:left;
	}
	
div.tabs_over div.content
	{
	background:url('../images/tab-content-over.png') repeat-x;
	width:auto;
	height:30px;
	float:left;
	padding-top:5px;
	}	
	
div.tabs_over div.right
	{
	background:url('../images/tab-right-over.png') no-repeat;
	width:12px;
	height:30px;
	float:left;
	}		
	
	
	
div.menuTabContainer
	{
	position:absolute;
	bottom:39px;
	right:12px;
	height:27px;
	padding:0px;
	overflow:hidden;
	width:800px;
	text-align:center;	
	}	

div.menuTabContainer div.content
	{
	margin-top:4px;
	}

div.menuTabContainer a {color:#ffffff;font-size:11px;}
	
	
div.menuTab_over	
	{
	background:url('../images/menu-tab-over.png') no-repeat;
	width:85px;
	height:27px;
	float:right;
	margin-left:15px;
	overflow:hidden;
	}	
	
div.menuTab	
	{
	background:url('../images/menu-tab.png') no-repeat;
	width:85px;
	height:27px;
	float:right;
	margin-left:15px;
	overflow:hidden;
	}
	
	








div.submenuTabContainer
	{
	position:absolute;
	bottom:5px;
	right:12px;
	height:27px;
	padding:0px;
	overflow:hidden;
	width:700px;
	text-align:left;
	}	

div.submenuTabContainer div.content
	{
	margin-top:4px;
	}

div.submenuTabContainer a {color:#ffffff;font-size:11px;}
	
	
div.submenuTab_over	
	{
	float:left;
	margin-left:30px;
	overflow:hidden;
	}	
	
div.submenuTab	
	{
	float:left;
	margin-left:30px;
	overflow:hidden;
	}		