﻿.chromemenu{
width: 99%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border: 0px;
width: 100%;
width:500px;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
font-family:Georgia, Arial;
font-size:12px;

}

.chromemenu ul li{
display: inline;
font-family:Georgia, Arial;
font-size:12px;

}

.chromemenu ul li a{
color: #fff;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 0px;
font-family:Georgia, Arial;
font-size:12px;

}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
	color: #FFFFCC;
	text-decoration: none;
	font-family:Georgia, Arial;
font-size:12px;


}

.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;
}
