.chromemenu{
	width: 586px;
	font-weight: bold;
	font:"Century Gothic";
	font-size:11px;
	color:#FF6600;
	position:absolute;
	top: 210px;
	left: 64px;
	border-top-width:medium;
	border-top-color:#999999;
	border-top-style:solid;
	background: #dddddd;;
}

.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: url(media/chromebg.gif) center center repeat-x;*/
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;
}

.chromemenu ul li a{
color:#666666; /*project sub menu text color*/
padding: 5px 8px;
margin: 0;
text-decoration:none;

/*border-right: 1px solid #660066;*/
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
/*background: url(media/chromebg2.gif) center center repeat-x;*/
color:#FF6600;
}

.tabcontainer{
clear: left;
width:100%;
height:1.8em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000000;
}

.tabcontent{
display:none;
position:relative;
color:#FFCC33;
}
