#tabs {
	height:54px;
	width:inherit;
}
#tabs .tab {
	height:inherit;
	width:auto;
	float:left;			
	cursor:pointer;
}
#tabs .tab a {
	display:block;
	color:white;
	padding-top:20px;
	text-decoration:none;
}
#tabs .tab div {
	float:left;
}
#tabs .tab .left_first {
	height:54px;
	width:21px;
	background-image:url('../../Images/left_first.png');				
	background-repeat:no-repeat;
}
#tabs .tab .left {
	height:54px;
	width:20px;
	background-image:url('../../Images/left.png');				
	background-repeat:no-repeat;
}
#tabs .tab .middle {
	height:54px;
	width:auto;
	background-image:url('../../Images/center.png');				
	background-repeat:repeat-x;
}
#tabs .tab .right {
	height:54px;
	width:20px;
	background-image:url('../../Images/right.png');				
	background-repeat:no-repeat;
	margin-right:10px;
}
#tabs .inactive div {
	background-image: none !important;				
}
#tabs .inactive div a {
	color:black;
}
#submenu {
	float:left;
	width:800px;
	height:30px;
	padding-top:0px;
	padding-left:20px;
}
#submenu div {
	display:none;
}
#submenu div a {
	display:block;
	color:white;
	float:left;
	padding-right:20px;
	padding-top:9px;
	text-decoration:none;
	height:24px;
}
#submenu a:hover {
	color:#4e2100;
}
.currentsub {
	color:#4e2100 !important;
}
