#tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #A3B0BA url(../images/page/tab-bg.gif) top left repeat-x;
	height: 55px;
}
#tabs li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	display: inline;
	z-index: 90;
}
#tabs li a {	
	display: block;
	font: 16px/42px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding: 13px 0 0 30px;
}
#tabs li a:hover {
/*	color: #D2BFCD;*/
}
#tabs li ul {
	margin: -1px 0 0;
	padding: 0 0 10px;
	list-style: none;
	width: 200px;
	background-color: #949EAA;
	border-right: 1px solid #748190;
	border-bottom: 1px solid #748190;
	border-left: 1px solid #B4BBC4;

	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}
#tabs li li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs li li a {
	font: 10px/12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #DFE2E6;
	background: url(../images/page/bullet-silver.gif) no-repeat left top;
	padding: 3px 5px 8px 40px;
}
#tabs li li a strong {
	display: block;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
#tabs li li a:hover {
	background-color: #9FA8B3;
}
#tabs li li a:hover strong {
	text-decoration: underline;
}

#tabs li li:hover {
}
#tabs li:hover ul, #tabs li.over ul {
	display: block;
}



#tabs .left {
	width: 296px;
	background: url(../images/page/tab-left-off.gif) top left no-repeat;
}
#tabs .left-active {
	width: 296px;
	background: url(../images/page/tab-left.gif) top left no-repeat;
}

#tabs .mid {
	width: 297px;
	background: url(../images/page/tab-mid-off.gif) top left no-repeat;
}
#tabs .mid-active {
	width: 297px;
	background: url(../images/page/tab-mid.gif) top left no-repeat;
}

#tabs .right {
	width: 297px;
	background: url(../images/page/tab-right-off.gif) top left no-repeat;
}
#tabs .right-active {
	width: 297px;
	background: url(../images/page/tab-right.gif) top left no-repeat;
}

