    
/***************** MENU **********************/

#linkBasedNavigation {
	margin-top: 0px;
	width: 100%;
}

.firstRow {		
	font: helvetica;	
	font-size: 11px;
	font-color: #333 !important;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px; 	
	width: 100%; 	
	vertical-align: middle;  		
	float: left;		
	margin: 0px 0px 7px 0px;
	border-bottom: 3px solid #C00;
	background-color: transparent;
}

.firstRow .links {	
	float: left;	
	margin: 2px 2px 0px 144px;
}

.firstRow .links a {
	color: #333;
	text-decoration: none;
	padding: 5px;

}       

.firstRow .links a .selected {  
	text-decoration: none;  
	color: #fff !important;  
}

.firstRow .links a:hover {	
	color: #C00;   	
	text-decoration: underline;
}

.firstRow .links a.selected:hover {  
	text-decoration: none;  
	color: #fff;  
}


.firstRow .links .selected {
	color: #fff;
	text-decoration: none;
	background: #C00;
	line-height: 18px;
}

.firstRow .links .separator{
	display: none;	
	color: #fff;	
	padding: 0px;
	margin: 0px;
}

.secondRow {	
	clear: both;	
	height: 9px;  	
	width: 95%;
	vertical-align: middle;  	
	float: left;		
	margin: 0px 0px 10px 15px;
	color: #333;
	font-size: 12px;
}

.secondRow .links {	
	float: left;	
	margin: 0px 5px 0px 20px;
}

.secondRow .links a {  
	color: #333;	
	text-decoration: none;
}      

.secondRow .links a .selected {  
	text-decoration: none;  
	color: #fff;  
	text-decoration: underline;
}

.secondRow .links a:hover {	
	color: #c00;  	
	text-decoration: none;
}

.secondRow .links .selected {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.secondRow .links .separator{	
	color: #333;	
	margin: 5px;
}
    
