﻿.tmtabs
{
	background-image: url(../img/SiteImages/topmenuback.jpg);
	background-repeat: repeat-x;
	height: 34px;
	font: normal 11px Tahoma;
}
.tmtabs td
{
	background: transparent url(../img/SiteImages/topmenubackSpan.jpg) no-repeat right top;
	font-weight: bold;
	vertical-align: middle;
}
.tmtabs td div
{
	padding: 0px 6px;
	text-align: center;
}
.tmtabs td a
{
	color: white;
	text-decoration: none;
}
.tmtabs td a:hover
{
	color: #ffff00;
}

UL.solidblockmenu
{
	float: left;
	font: bold 13px Arial;
	list-style: none;
	background: black url(../img/SiteImages/hmDefault.gif) center center repeat-x;
	width: 100%;
	border-top: 1px #CCC solid;
	border-bottom: 1px #ccc solid;
	padding: 0px;
	margin: 0px;
}

UL.solidblockmenu LI
{
	display: inline;
}

UL.solidblockmenu LI a
{
	float: left;
	color: #000000;
	text-decoration: none;
	border-right: 1px #ccc solid;
	padding: 10px 10px 10px 6px;
}
UL.solidblockmenu LI a:hover
{
	background: transparent url(../img/SiteImages/hmActive.gif) center center repeat-x;
}
ul.solidblockmenu LI a.menuactive
{
	color: #FFFFFF;
	background: transparent url(../img/SiteImages/hmActive.gif) center center repeat-x;
}


.tabsHContainer
{
	float: none;
}
.tabsH
{
	float: left;
	width: 99.5%;
	background: #eaf4fd;
	border-bottom: 1px solid #cccccc;
	font: bold 12px Trebuchet MS;
	margin:2px 0px 0px 2px;
}
.tabsH ul
{
	margin: 0;
	padding: 10px 10px 0 4px;
	list-style: none;
}
.tabsH li
{
	display: inline;
	margin: 0;
	padding: 0;
}
.tabsH a
{
	float: left;
	background: url("../img/SiteImages/tableftH.gif") no-repeat left top;
	margin: 0px 4px 0px 0px;
	padding: 0 0px 0 4px;
	text-decoration: none;
}
.tabsH a span
{
	float: left;
	display: block;
	background: url("../img/SiteImages/tabrightH.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsH a span
{
	float: none;
}
/* End IE5-Mac hack */
.tabsH a:hover span
{
	color: #ECB546; /*#042f48;*/
}
.tabsH a:hover
{
	background-position: 0% -42px;
}
.tabsH a:hover span
{
	background-position: 100% -42px;
}
.tabsH li.menuactive a
{
	background-position: 0% -42px;
}
.tabsH li.menuactive a span
{
	background-position: 100% -42px;
	color: #ECB546;
}

