.chromemenu
{
	width: 100%;
	font-weight: bold;
	border: 0px solid black;
	height: 26px;
	background: url(media/greybg.gif) center center;
}

.chromemenu:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.chromemenu a
{
	color: #6D6E71;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline;
}


.chromemenu a:hover, .chromemenu a.current
{
	background: transparent url(media/greenhover.gif) center center repeat-x;
	display: block;
	height: 26px;
	color: White;
}


.tabcontainer
{
	text-align: left;
	clear: right;
	width: 100%; /*width of 2nd level sub menus*/
	height: 0.85em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent
{
	/*background-color: #6CB247;*/
	color: White;
	font-family: Arial;
	font-size: 11px;
	height: 14px;
	display: none;
	text-align: left;
}

.tabcontent a
{
	color: White;
	text-decoration: none;
}

.submenu
{
	padding-left: 5px;
	padding-right: 5px;
}
