.chromemenu{
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
	border: 1px solid #BBB;
	width: 100%;
	background-color: #ecffec;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	color: #FFFFFF;
}

.chromemenu ul li{
	display: inline;
	color: #FFFFFF;
}

.chromemenu ul li a{
padding: 5px 8px;
margin: 0;
text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
	background-color: #d5ffd5;
		
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em;
}

.tabcontainer a:hover, .tabcontainer a.current{
	color: #FFFFFF;
	font-weight: bold;
	
}

.tabcontent{
	display:none;
	color: #FFFFFF;	
}
