/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

/*
.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: #E8E8E8;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}
*/
tabsmenuclass
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 100;
	visibility: visible;
	font: 12px/18px arial;
	border-left: black 1px solid;
	border-bottom: black 0px solid;
	position: absolute;
	background-image: url(/images/blue-height-20.jpg);
	color: black;
	display: block;
	width: auto;
	
}

.tabsmenuclass a
{
    height: 18px;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: normal;
    text-indent: 5px;
    color: white;
    width: 100%;
    
}
.tabsmenuclass a:link
{
	color:white;
}
.tabsmenuclass a:visited
{
	color:white;
}
.tabsmenuclass a:hover
{
	display: block;
	font-weight: normal;
	background: lightblue;
	color: black;
	text-indent: 5px;
	line-height: 18px;
	text-decoration: underline;
	
	
}

/*
.tabsmenuclass a:hover, .tabsmenuclass a.selected{
 background: black;
 color: white;
 }
*/

tabsmenuclass a:hover, .tabsmenuclass a.selected
{
	display: block;
	font-weight: normal;
	background: lightblue;
	color: black;
	text-indent: 5px;
	line-height: 18px;
	text-decoration: none;
	
}

.TopNavBarSubscribe1
{
	border:none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align: center;
    font-size: 12px;
    font-family: Arial;
    background-color:#00427b;
    color:White;
    border-collapse: separate;
        	   	
}
.TopNavBarSubscribe1 a:visited
{
	border:none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	text-align: center;
    font-size: 12px;
    font-family: Arial;
    color:White;
    background-color:#00427b;
    border-collapse: separate;
}
.TopNavBarSubscribe1 a  
{ 
	display: block;
	color: Yellow;
    font-weight: bold;
	text-indent: 4px;
	border-bottom: none;
    padding: 1px 0;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
}
.TopNavBarSubscribe1 a:link
{
	font-weight: bold;
}
.TopNavBarSubscribe1 a:visited
{
	color:yellow;
	font-weight: bold;
}
.TopNavBarSubscribe1 a:hover
{
	display: block;
	font-weight: normal;
	background: lightblue;
	color: black;
	text-indent: 4px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
.TopNavBarSubscribe1 b
{
	display: block;
	background: transparent;
	text-indent: 4px;
	line-height: 18px;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass
{
clear: left;
background: lightblue;
width: 100%;
color:Black;
padding: 5px;
border: none;
font-size:12px;
font-family:Arial;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
color:Black;
}