﻿/***********************************************/
/* tab strip								   */
/***********************************************/
ul#tabstrip  {
	list-style: none;
	width: 99%;
	margin: 0 0 15px;
	padding: 0;
	float: left;
	clear: both;
	border-bottom: 5px solid #D90000;
}

ul#tabstrip li {
	display: block;
	float: left;
	margin: 0 0 0 4px;
	border: 1px solid #999;
	border-width: 1px 1px 0;
}
	
ul#tabstrip li a:link, ul#tabstrip li a:visited {
	text-decoration: none;
	font-weight: normal;
	background: #FFF url(../../images/nav/buttonUp.png) bottom left repeat-x;
	display: block;
	/*padding: 4px 4px 0;*/
	padding: 2px 4px 0;
	/*height: 21px;*/
	height: 18px;
	color: Black;
}

ul#tabstrip li a:hover, ul#tabstrip li a:visited:hover {
	background: #333 url(../../images/nav/buttonDown.png) bottom left repeat-x;
	color: #FFF;
}

ul#tabstrip li a.active, ul#tabstrip li a.active:visited{
	background: #D90000 url(../../images/nav/tabDown.png) bottom left repeat-x;
	color: #FFF;
}
