.surgemenu{
	width: 990px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-bottom: 0;
	margin-top: 5px;
}

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

.surgemenu ul{
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	color: #FFFFFF;
}

.surgemenu ul li{
	display: inline;
	color: #FFFFFF;
}

.surgemenu ul li a{
	color: #FFFFFF;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #BBB;
}

.surgemenu ul li a:hover, .surgemenu ul li a.current{
	color: #FFFFFF;
}

.tabcontainer{
	clear: left;
	width:975px; /*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.*/
	background-color: #000000;
	padding-left: 15px;
	color: #FFFFFF;
}

.tabcontent{
	display:none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.tabcontent a{
	color: #f69333;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #BBB;
}

.tabcontent a:hover, .surgemenu ul li a.current{
	color: #FDE9D7;
}
