
#products-items-top-navigation {
	color: #CC0000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 730px; 
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 30px;
	display: block; 
	float: left;
}

#products-items-top-navigation a:link, #products-items-top-navigation a:visited {
	color: black;	
}

#products-items-top-navigation a:hover, #products-items-top-navigation a:active {
	color: #CC0000;	
}


/* =================================================================== */

#sub-navigation{
	color: #CC0000;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;	
	margin-bottom: 18px;
}

#sub-navigation a:link, #sub-navigation a:link {
	color: black;	
}

#sub-navigation a:hover, #sub-navigation a:active {
	color: #CC0000;		
	text-decoration: underline;	
}