/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: 960px;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{	width:130px;
	w\idth:118px;
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	height:30px; 
	border:solid #cccccc; 
	border-width:1px 1px 0 0; 
	background:#004A91; 
	line-height:29px;	
	text-align:center;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	width:100%;
	w\idth:100%;
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	height:30px; 
	border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background:#fff; 
	line-height:15px;	
	text-align:center;	position: relative;
	left: 150px;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}