.chromemenu{
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:35px;
	height:35px;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border: 0px solid #BBB;
width: 100%;
background: url() center center repeat-x;
padding: 0px 0px;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #494949;
padding: 3px 16px 3px 16px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;
line-height:35px;
height:35px;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
	color: #2d8e2f;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:0em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-top:5px;
}

.tabcontent{
display:none;
}

.tabsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #494949;
	text-decoration: none;
}
a.tabsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #494949;
	text-decoration: none;
}
a.tabsub:hover {
	color: #2d8e2f;
}
