﻿.chromemenu {
	width: 100%;
}
.chromemenu:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromemenu ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #455A85;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	background-image: url('../images/bg_light.jpg');
	border-bottom: 1px solid #455A85;
	height: 28px;
}
.chromemenu ul li {
	display: inline;
}
.chromemenu ul li a {
	padding: 5px 7px;
	margin: 0;
	text-decoration: none;
	height:28px;
}
.chromemenu ul li a:hover, .chromemenu ul li a.current {
	color: white;
	background-image: url('../images/dark_bg_grad.jpg');
	padding: 5px 7;
}
.tabcontainer {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 14px;
	clear: left; /*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 {
	padding: 6px;
	display: none;
}

