/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul
{
	overflow: hidden; /*width: auto;*/
	margin: 0;
	padding: 0;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass
{
	clear: left; /*background: #E8E8E8;*/ /*width: 40%; 	margin:0px auto;*/
	height: 28px;
}



/* Sub level menu links style
.tabsmenucontent ul li  a {
font: normal 13px arial;
color:#313290;
display:inline-block;
text-decoration:none;
padding:5px 13px 0 3px;
height:23px;
font-weight:bold;
margin: 0;
background:url(../images/drop_right.gif) no-repeat right;
}

.tabsmenucontent ul li a:hover{ 
	color:#9A2400;
	text-decoration:none;
	background:url(../images/drop_right.gif) no-repeat right;
}
*/

.tabsmenucontent4
{
	margin: 0px 0px 0 0;
	padding: 0px;
	width: 70%;
	float: right;
	text-align: center;
}

.tabsmenucontent1
{
	margin: 0px 0px 0 0;
	padding: 0px;
	width: 100%;	
}

.tabsmenucontent2
{
	margin: 0px 0px 0 0;
	padding: 0px;
	width: 62%;
	float: left;
	text-align: center;
}

.tabsmenucontent3
{
	margin: 0px 0px 0 0;
	padding: 0px;
	width: 100%;
	float: left;
	text-align: center;
}

.tabsmenucontent5
{
	margin: 0px 0px 0 0;
	padding: 0px;
	width: 45%;
	float: right;
	text-align: center;
}

.tabsmenucontent1 a
{
	background: url(../images/drop_left.gif) no-repeat left;
	padding: 0 0 0 8px;
	height: 28px;
	text-decoration:none;
	display:inline-block;
}

.tabsmenucontent2 a
{
	background: url(../images/drop_left.gif) no-repeat left;
	padding: 0 0 0 8px;
	height: 28px;
	text-decoration:none;
	display:inline-block;
}

.tabsmenucontent3 a
{
	background: url(../images/drop_left.gif) no-repeat left;
	padding: 0 0 0 8px;
	height: 28px;
	text-decoration:none;
	display:inline-block;
}

.tabsmenucontent4 a
{
	background: url(../images/drop_left.gif) no-repeat left;
	padding: 0 0 0 8px;
	height: 28px;
	text-decoration:none;
	display:inline-block;
}

.tabsmenucontent5 a
{
	background: url(../images/drop_left.gif) no-repeat left;
	padding: 0 0 0 8px;
	height: 28px;
	text-decoration:none;
	display:inline-block;
}

.tabsmenucontent1 a span
{
	font: normal 13px arial;
	color: #313290;
	text-decoration: none;
	padding: 5px 13px 0 3px;
	height: 23px;
	display:inline-block;
	font-weight: bold;
	margin: 0;
	background: url(../images/drop_right.gif) no-repeat right;
	cursor:pointer;
}


.tabsmenucontent2 a span
{
	font: normal 13px arial;
	color: #313290;
	text-decoration: none;
	padding: 5px 13px 0 3px;
	height: 23px;
	display:inline-block;
	font-weight: bold;
	margin: 0;
	background: url(../images/drop_right.gif) no-repeat right;
	cursor:pointer;
}

.tabsmenucontent3 a span
{
	font: normal 13px arial;
	color: #313290;
	text-decoration: none;
	padding: 5px 13px 0 3px;
	height: 23px;
	display:inline-block;
	font-weight: bold;
	margin: 0;
	background: url(../images/drop_right.gif) no-repeat right;
	cursor:pointer;
}


.tabsmenucontent4 a span
{
	font: normal 13px arial;
	color: #313290;
	text-decoration: none;
	padding: 5px 13px 0 3px;
	height: 23px;
	display:inline-block;
	font-weight: bold;
	margin: 0;
	background: url(../images/drop_right.gif) no-repeat right;
	cursor:pointer;
}

.tabsmenucontent5 a span
{
	font: normal 13px arial;
	color: #313290;
	text-decoration: none;
	padding: 5px 13px 0 3px;
	height: 23px;
	display:inline-block;
	font-weight: bold;
	margin: 0;
	background: url(../images/drop_right.gif) no-repeat right;
	cursor:pointer;
}

.tabsmenucontent1 a:hover span
{
	color: #9A2400;
	text-decoration: none;
}

.tabsmenucontent2 a:hover span
{
	color: #9A2400;
	text-decoration: none;
}

.tabsmenucontent3 a:hover span
{
	color: #9A2400;
	text-decoration: none;
}

.tabsmenucontent4 a:hover span
{
	color: #9A2400;
	text-decoration: none;
}

.tabsmenucontent5 a:hover span
{
	color: #9A2400;
	text-decoration: none;
}