/* CSS Document */

/*------------------------------------- HOME PAGE MAIN NAVIGATION ------------------------------------------*/

.navigation {
	font-family: Verdana;
	font-size: 11px;
	color: #a9a9a9;
	text-decoration: none;
	font-weight:bold;
}
.navigation:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #d31249;
	text-decoration: none;
	font-weight:bold;
}

.inner-nav {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.inner-nav:hover{
	font-family:Arial;
	font-size: 11px;
	color: #2c3159;
	text-decoration: none;
	font-weight: normal;
}	
	
.sub-navigation, .sub-navigation a:link, .sub-navigation a:active, .sub-navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #f3f3f3;
	text-decoration: none;
}

.sub-navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b80c1d;
	text-decoration: none;
}
