﻿ul#HomeTabs{
	margin:0;
	padding:0;
	width:890px;
	display:table;
	list-style-type:none;
	background:#fff url("../images/backgrounds/tabs_bg.gif") repeat-x left bottom;
	height:31px;
}
ul.submenu{
	margin:0;
	padding:0;
	width:700px;
	display:table;
	list-style-type:none;
	background:#fff url("../images/backgrounds/tabs_bg.gif") repeat-x left bottom;
}
ul.submenu li{
	float:left;
	margin-left:1px;
	color: #666;
	height:31px;
	padding:0;
	font-weight:bold;
	white-space:nowrap;
}
ul.submenu li a{
	color: #666;
	text-decoration:none;
	background:url("../images/backgrounds/tab_bg.gif") repeat-x left top;
	height:13px;
	padding:6px 10px 9px 10px;
	text-align:center;
	border-left: 1px solid #efecdb;
	border-right: 1px solid #efecdb;
	line-height:31px;
}
ul#HomeTabs li{	
	float:left;
	margin-right:6px;
	color: #666;
	height:31px;
	padding:0;
	font-weight:bold;
}
ul#HomeTabs li a{
	color: #666;
	text-decoration:none;
	background:url("../images/backgrounds/tab_bg.gif") repeat-x left top;
	text-align:center;
	border-left: 1px solid #efecdb;
	border-right: 1px solid #efecdb;
	height:13px;
	float:left;
	padding:9px 6px;
	line-height:13px;
}
ul#HomeTabs li a.selected, ul.submenu li a.selected
{
	background:url("../images/backgrounds/tab_active_bg.gif") repeat-x left top;
}


ul#HomeTabs li a:hover, ul.submenu li a:hover
{
	background:url("../images/backgrounds/tab_active_bg.gif") repeat-x left top;
}
ul.idTabs li
{
	float:left;
	list-style-type:none;
	margin-right:10px;
	background:url("../images/backgrounds/tab_bg.gif") repeat-x left top;
}
.tabscontent
{
	border: 1px solid #efecdb;
	border-top:0;
	width:888px;
	float:left;
	padding-bottom:10px;
}

.tabcontent
{
	padding:10px 10px 0 10px;
	float:left;

}


.tabcontent .ms-WPHeader td 
{
	border:0!important;	
	padding-bottom:10px!Important;
	background:url(../images/backgrounds/WPHeader_bg.gif) repeat-x left bottom;
}

#Bodybg .tabcontent .ms-WPTitle *
{
	font-size:12px!important;
	color:#cca444!important;
	text-decoration:none;
}


