.chromemenu{
	width: 99%;
	font-weight: bold;
	font-family: "Arial Narrow";
	font-size: 10px;
	text-transform: uppercase;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
	width: 100%;
	padding: 5px 0;
	margin: 0;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(media/over_BG.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	color: #666666;
	cursor: url("media/BlueCursor.ani"), default;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
	background-repeat: repeat-x;
	background-position: center center;
	color: #990000;
}

.tabcontainer{
clear: left;
width:95%; /*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{
display:none;
}
