/* The menu*/

#menu {
	margin-right: auto;
	margin-left: auto;
	width: 815px; /* width of whole menu*/
	height: 25px; /* height  of whole menu*/
	FONT-SIZE: 93%;
		LINE-HEIGHT: normal;
		background-image: url(images/parchment.gif);
}

#mymenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	position: relative;
	float: left;
	/* width of buttons */
      /***** change this to "fit" the screen" ****/
	width:107.4px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
		BACKGROUND: url(images/left.gif) no-repeat left top;
		FLOAT: left;
		MARGIN: 0px; 
		PADDING-BOTTOM: 0px;
		PADDING-RIGHT: 0px;
		PADDING-LEFT: 9px; /* for width of left image */
		PADDING-TOP: 0px;
}
	
#menu a {  /*this is the clickable area/text */
	/*color: #333;*/
	font-weight: bold;
			PADDING-RIGHT: 15px;
			DISPLAY: block;
			PADDING-LEFT: 7px;
			BACKGROUND: url(images/right.gif) no-repeat right top;
			FLOAT: none;
			PADDING-BOTTOM: 1px;
			COLOR: #765;
			PADDING-TOP: 10px;
			TEXT-DECORATION: none
}


/* commented backslash \*/ 
* html ul li a {
* 	height:1%
* }
/* end hack */ 

#menu li ul, #menu li.over ul { 
	display: block; 
}

#menu A:hover {
	COLOR: #333
}

#menu li #current {
	BACKGROUND-IMAGE: url(images/left_on.gif)
}

#menu A #current {
	BACKGROUND-IMAGE: url(images/right_on.gif);
	PADDING-BOTTOM: 1px; COLOR: #333
}

