.alternatemenutabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.alternatemenutabs ul{
font: normal 10px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.alternatemenutabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.alternatemenutabs a{
float:left;
color: #1fb25a;
background-color: #eaf6ef;
margin:0 3px 5px 3px;
padding:0 0 1px 0px;
text-decoration:none;
letter-spacing: 1px;
width: 151px;
height:50px;
border: 1px solid #c5e4f3;
cursor: pointer;
}

.alternatemenutabs a span{
float:left;
display:block;
background-color: #eaf6ef;
padding: 6px 8px 3px 7px;
height:41px;
}

.alternatemenutabs a span{
float:none;
}

.alternatemenutabs a:hover{
background-color: #daf9e7!important;
color: #158642!important;
}



.alternatemenutabs a.current, #alternatemenutabs a.current span{ /*currently selected tab*/
background-color: #daf9e7!important;
color: #158642!important;
}

.logo a.current, .logo a, .logo a:hover { /*currently selected tab*/
background-color: transparent!important;
width: 165px;
border: 0;
}

.alternatemenutabsline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: #d0e1ea;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
text-align: center;
}


.sublist {
margin: 0;
padding: 8px 30px 2px 20px;
list-style: none;
color: #1fb25a;
font-size: 1.1em;
float: right;
}
.sublist li {
padding: 0 0 7px 10px;
background-image: url("../images/bullet.gif");
background-repeat: no-repeat;
background-position: 0 .4em;
margin: 0 15px 0 0;
float: left;
}
.sublist li a:link, .sublist li a:active, .sublist li a:visited {
	color: #1fb25a;
}
.sublist li a:hover {
	color: #64aad5;
}
