#mainmenu {	
	font-family : Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color : #FFFFE6;
	color: #483D8B;
	border : 0px #666666 solid;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 0px;
	padding : 0;
	text-align : center;
	width : 100px;
}
	
p.leftnavhead {
	color:#FFFFE6;
	background-color : #483D8B;
	font-weight : 900;
	font-size: 110%;	
	margin-bottom : 0px;
	margin-top : 0px;
	text-align : center;
	border-right : 2px #483D8B solid;
   padding: 4px;
   width:98%;
}


p.leftnav { font-weight : bold; margin-bottom : 0px; margin-top : 0px; text-align : center; }
p.leftnav a {
	color: #483D8B;
	background-color : #FFFFE6;
	border-bottom : 0px none;
	border-left : 0px none;
	border-right : 2px #483D8B solid;
	border-top : 0px none;
	display : block;
	font-weight : bold;
	padding : 4px;
	text-decoration : none;
	width : 98%;
}
p.leftnav a:hover {
	color:#FFFFE6;
	background-color : #333399;
	border-bottom :0px none;
	border-left : 0px none;
	border-right : 2px #483D8B solid;
	border-top : 0px none;
	display : block;
	font-weight : bold;
	padding : 4px;
	text-decoration:none;
	width : 98%;
}
