@charset "UTF-8";
/* CSS Document */

/*html {
	overflow-y:scroll;
}	*/

 

 
 
/***************************************************************/
/********************** Main Navigation ************************/
/***************************************************************/
#navMain {
	padding-top: 0px;
	list-style: none;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	position: relative;
    
}
#navMain li{
	float:left;
}
#navMain a {
    font-family: jester;
	font-size: 0.9em;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: block;
	width: 8.5em;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}
  
#navMain a:link, #navMain a:visited {
	text-decoration:none;
	color: #800000;
}
#navMain a:hover, #navMain a:active {
	text-decoration:none;
	color: #ffffff;
	background-image: url(images/grapes.gif);
	background-repeat: no-repeat;
	 
    background-position:center;
}
#navMain li a.current {
	background-image: url(images/grapes.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #EE3A42;
	background-color: transparent;
}
 

/***** Links *****/
 
a:link, a:visited {
	text-decoration:underline;
	color: ##CCC82F;
}
a:hover, a:active {
	text-decoration:none;
	color: ##804040;
}
 
