.chromemenu{
	width: 100%;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	
	/*XXXX MAIN MENU FONT SIZE  XXXX*/
	font-size: 13px;
	color: #000000;
}
/*Add margin between menu and rest of content in Firefox*/
.chromemenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
	width: 100%;
	/*background: url(media/chromebg.gif) center center repeat-x;*/
	padding: 5px 0;
	margin: 0;
	text-align: center;
	border-top-width: 0px;
	/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BBB;
	border-bottom-color: #BBB;
}

.chromemenu ul li{
display: inline;
border-right: 1px solid #BBB;
border-left: 1px solid #BBB;
}

.chromemenu ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}



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

.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:1.75em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background-image: url(../images/menufade.jpg);
	background-repeat: repeat-y;
	background-position: center;	/*background-color: #ebebeb;*/
}

.tabcontent{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	/*Y   SUB MENU FONT SIZE  Y*/
	font-size: 11px;
	
	word-spacing: 3px;
	text-align: center;
	padding-top: 7px;
	
}

.tabcontent a{
	color: #000000;
	text-decoration: underline;
}
.tabcontent a:hover{
	color:#FFFFFF;
	/*background-color: #d5e9e8;*/	
}