.chromemenu {
	width: 99%;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 645px;
	left: 100px;
	z-index: 50;
}

.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 #333;
	width: 100%;
	background: #333;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
	display: inline;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.chromemenu ul li a{
	color: #ffffff;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
	background: url() center center repeat-x;
	color: #FF6600;
}

.tabcontainer{
	clear: left;
	width:90%; /*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.*/
	padding: 0px 4px;
	position: absolute;
	top: 615px;
	left: 100px;
	z-index: 50;
}

.tabcontent{
	display:none;
	text-decoration: none;
}

.tabcontent a{
	text-decoration: none;
	font: bold 10px Verdana;
	border-bottom: 0px solid gray;
	list-style-type: none;
	text-align: left;
	color: #999;
}

.tabcontent a:hover{
	color: #FF6600;
}