.chromemenu{
margin-top: -20px;
width: 99.9%;
height: 60px;
font-weight: bold;
background-color: #141414;
/* background: url(media/menu_y.jpg) repeat-x; */
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
padding-top: 24px;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
padding: 13px;
/* border-right: 1px solid #050505; */
}

.chromemenu ul li a{
color: #632621;
margin-top: 0px;
text-decoration: none;
font-size: 16px;
}

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

.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;
}


