﻿#tabs {
	font-size: 100%;
	background: ;
	float: left;
	width: 100%;
	line-height: normal;
	margin-bottom:30px
}
#tabs UL {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
}
#tabs LI {
	padding-right: 5px;
	padding-left: 0px;
	background:;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
margin-right:2px;margin-bottom:10px
}
#tabs A {
	padding-right: 7px;
	display: block;
	padding-left: 21px;
	font-weight: bold;
	background: url(../images/tab-left.gif) no-repeat 2px 2px;
	float: left;
	padding-bottom: 4px;
	color: #000;
	padding-top: 5px;
	text-decoration: none;
}
#tabs A {
	float: none;
}
#tabs A:hover {
	color: #666;
}
#tabs #black {
	background-image: url(../images/tab-right_on.gif);
}
#tabs #black A {
	background-image: url(../images/tab-left_on.gif);
	padding-bottom: 5px; color: #333;
}
#tabs #red A {
	background-image: url(../images/tab-done.gif);
}
#tabs #green A {
	background-image: url(../images/tab-ok.gif);
}

#current{
border:1px dotted #666
}

#current a{}
#sitsheaderstrap{margin-bottom:20px}
