.chromemenu{
	width: 100%;
	font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: left;
	display: inline;
}
.chromemenu  li {
	display: inline;
	float: left;
	width: 100px;
	margin-right: 5px;
	background: url(../images/navButton.gif) no-repeat;
}

.chromemenu a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 8px;
	display: block;
	text-align: center;
}

.chromemenu a:hover, .chromemenu a.current{
	background: url(../images/navButtonHvr.gif) no-repeat;
	color: #CCFF00;
}
.noSubnav a:hover, .noSubnav a:current{
	background: url(none);
}
.tabcontainer{
	clear: left;
	width:95%; /*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.*/
	color: #FFFFFF;
}

.tabcontent{
	background: #356004;
	padding: 5px;
	width: 615px;
	display: none;
}
.tabcontent a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
.tabcontent a:hover {
	color: #CCFF00;
}


.datatitle {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

