
/*for the red nav bar at the top*/
#vert_li ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	background: #ff0000;
	text-align: center;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#vert_li li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

#vert_li ul li a {
	padding: 0.5em 2em;
	margin-right: -4px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

#vert_li ul li a:hover {
	color: #666666;
} 

/*----------------side nav css*/
#side_nav {
	width: 161px;
	border-size: 1px;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #94AA74;
	border-right-color: #94AA74;
	border-bottom-color: #94AA74;
	border-left-color: #94AA74;
}

#side_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#side_nav li a:link, #side_nav li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(/assets/graphics/side_nav_buttons/button.gif);
	padding: 8px 0 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
	
#side_nav li a:hover {
	color: #CCCCCC;
	background: url(/assets/graphics/side_nav_buttons/button.gif);
	padding: 8px 0 4px 10px;
}
	
#side_nav li a:active {
	color: #26370A;
	background: url(/assets/graphics/side_nav_buttons/button.gif);
	padding: 8px 0 4px 10px;
}
.top_title {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
