.tabMenu{
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
}

.tabMenu:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.tabMenu ul{
    border-top: 1px solid #f56c0e;
    border-bottom: 2px solid #ffffff;
    /*background: url(images/chromebg.gif) center center repeat-x;*/
    background-color: #f98a07;
    margin: 0;
    color: #ffffff;
    text-align: center; /*set value to "right" for example to align menu to the left of page*/
    padding-top: 3px;
    padding-bottom: 2px;
}

.tabMenu ul li{
    display: inline;
}

.tabMenu ul li a{
    color: #ffffff;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    text-decoration: none;
}

.tabMenu ul li a:hover, .tabMenu ul li a.current{
    /*background: url(images/chromebg2.gif) center center repeat-x;*/
    background-color: #f34b00;
    border-top: 1px solid #f56c0e;
    border-bottom: 2px solid #ffffff;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 2px;
}

.tabcontainer
{
	clear: left;
	height: 1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #fe9e0b;
	border-bottom: 2px solid #ffffff;
	background-color: #ffa000;
	text-align: left;
	height: 25px;
}

.tabcontent
{
    display:none;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    height:1.5em; 
}
.tabcontent a
{
    color: #000000;
    text-decoration: none;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.tabcontent a:hover
{
    color: #000000;
    text-decoration: none;
    background-color: #fc5c06;
    padding-top: 3px;
    padding-bottom: 3px;
}