@charset "utf-8";
/* CSS Document */

#primarynav {
	float: left;
	width: 190px;
	margin: 5px .5em 0 0;
	}
	
#primarynav ul {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
	}
	
#primarynav li {
	display: inline;
}
#primarynav a{
	border-bottom: 1px solid #333333;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight:bold;
	display: block;
	margin-bottom: 2px;
	padding: 2px 3px;
	text-decoration:none;
	color: #333333;
	}

#primarynav a:hover{
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	background-color:#E2E2E4;
	}
body#church a#church,
body#community a#community,
body#fraternal a#fraternal,
body#showtime a#showtime,
body#social a#social,
body#specialty a#specialty,
body#event a#event,
body#home a#home, 
body#auto a#auto,
body#rent a#rent, 
body#umbrella a#umbrella,
body#high a#high,
body#boat a#boat,
body#other a#other{
	color: #CC0000;
	font-size:14px;	
}



