/* CSS Document */

table {
	width:955px;
	border:none;
	background-color:#be4f7c;
	}

tr {
	width:955px;
	}
	
tr:hover {
	background-color:#f7a726;
	}
	
tr.norm:hover {
	background-color:#be4f7c;
	}
	
tr.header:hover {
	background-color:#be4f7c;
	}
	
td.right {
	width:75px;
	text-align:right;
	padding:3px 10px 3px 0px;
	}
	
td.left {
	width:200px;
	text-align:left;
	padding:3px 0px 3px 10px;
	}

td.middle {
	width:680px;
	padding:3px 7px;
	}
	
.menutitle {
	color:#be4f7c;
	border-bottom:solid;
	border-bottom-width:medium;
	border-bottom-color:#f7a726;
	margin:20px 0px;
	}
	
th {
	width:200px;
	font-style:italic;
	}
	
.descrip {
	padding:20px;
	background-color:#FFCC66;
	}
	
#menuholder {
	width:955px;
	margin:auto;
	}
	
#menunav {
	width:955px;
	margin:auto;
	}
	
#menunav ul {
	text-align:center;
	padding:0px;
	margin:0px;
	}

#menunav li {
	padding-right:15px;
	list-style-type:none;
	display:inline;
	}
	
#menunav li a {
	text-decoration:none;
	color:#000000;
	}
	
#menunav ul li a:hover {
	text-decoration:underline;
	}
	
.top {
	font-size:16px;
	text-align:right;
	font-variant:small-caps;
	}

.top a {
	color:#000000;
	}

