.chromemenu{
width: 100%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.menu_footer .chromemenu ul{
padding-top: 0px;
}
.menu_footer .chromemenu ul li a{

}
.chromemenu ul{
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(chromebgblu.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
	color: #ECFFFF;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #BBB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 7px;
}
.chromemenu ul li a:hover{
	color:#000066;
}
.chromemenu ul li a:hover, .chromemenu ul li a.current{
	background-image: url(chromebg2blu.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color:#000066;
}
.chromemenu ul li a:visited.current{
	color: #000066;
}
.chromemenu ul li a:visited{
	color: #ECFFFF;
}
.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:26px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	padding-top: 5px;
}
.tabcontainer_footer{
display:none;
}
.tabcontent{
display:none;
}
.tabcontent ul{
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.tabcontent ul li{
display: inline;
}

.tabcontent ul li a{
	color: #000066;
	padding: 0px 4px;
	margin: 0;
	text-decoration: none;
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BBB;*/
}

.tabcontent ul li a:hover, .tabcontent ul li a.current{
	color: #000066;
	text-decoration: underlign;
}
