div.tabs {
	background: #fff;
	height: 29px;
}

div.tabs a, div.tabs a:hover {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px 1px;
	text-align: center;
}

div.tabs a, div.tabs a:link, div.tabs a:visited{
	color: #FF8E10;
}

div.tabs a:hover, div.tabs a:link:hover, div.tabs a:visited:hover {
    color: #FFD709;
}

a.tab-current {
	color: #FFD709;
	background: url(/images/templates/home/tab-current.gif) left bottom no-repeat;
	margin: 0;
	padding: 0;
	width: 92px;
	height: 28px;
}

a.tab {
	color: #FF8E10;
	background: url(/images/templates/home/tab_new.gif) left bottom no-repeat;
	margin: 0;
	padding: 3px 0 0 0;
	width: 89px;
	height: 26px;
}

a.tab:link{
    color: #FF8E10;
}
a.tab:link:hover{
    color: #FFD709;
}


div.panel {
	/*background: #b61423 url(/images/templates/home/tab-main_new.gif) left top no-repeat;*/
	background: #b61423;
	min-height: 200px;
}

*html div.panel {
    height: 200px;
}

div.panel p {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 85%;
	font-weight: bold;
	color: #ffffff;
}

div.panel p, div.panel ul, div.panel table {
	margin: 0px;
	padding: 10px;
	
}

div.panel li {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 85%;
	color: #ffffff;
	margin-bottom: 2px;
}