.menu {
	border-bottom : 1px solid #000;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.menu .tabs, .menu .tab	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background-image:none;
}

	
.menu a:link, .menu a:visited	{
	background : #BBB;
	border : 1px solid #000;
	color : #111;
	float : left;
	font-size :smaller;
	font-weight : normal;
	line-height : 14px;
	margin-right : 4px;
	padding : 2px 5px 2px 5px;
	text-decoration : none;
}

.menu a:link.active, .menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

.menu a:hover	{
	color : #990000;
}

	
.menu .section0 .tab#selTab0 a, 
.menu .section1 .tab#selTab1 a,
.menu .section2 .tab#selTab2 a,
.menu .section3 .tab#selTab3 a,
.menu .section4 .tab#selTab4 a {
	background : #fff;
	border-bottom : 1px solid #fff;
	font-weight:normal;
	color : #000;
}

.menu #subnav-0,
.menu #subnav-1,
.menu #subnav-2,
.menu #subnav-3,
.menu #subnav-4, {
	display : none;
	width: 90%;
}

.menu .section0 .tabs#subnav-0, 
.menu .section1 .tabs#subnav-1,
.menu .section2 .tabs#subnav-2,
.menu .section3 .tabs#subnav-3,
.menu .section4 .tabs#subnav-4 {
	display : inline;
	left : 10px;
	position : absolute;
	top : 95px;
}

.menu .section0 .tabs#subnav-0 a, 
.menu .section1 .tabs#subnav-1 a,
.menu .section2 .tabs#subnav-2 a,
.menu .section3 .tabs#subnav-3 a,
.menu .section4 .tabs#subnav-4 a  {
	background : #fff;
	border : none;
	border-left : 1px solid #000;
	color : #999;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

 .menu .tabs a:hover {
	color : #A90000 !important;
}

