/* Body */
*{margin:0; padding:0;}
body{ color:#303030; font-size: 9pt; font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif; font-weight: normal; font-style: normal;f;line-height: normal; text-align: left; ont-variant: normal; }
#wrap{ color:#303030; margin:0 auto; width:820px;}

/* Links */
a{background-color:inherit; color:#fffff6; font-weight:bold; text-decoration:none;}
a:hover{background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
a img{border:0;}

/* Header */
#header{margin:10px 0 0;}
#header h1{background-color:inherit; color:#505050; float:left; letter-spacing:-1px; margin:0 0 10px; width:820px;}
#header h1 a{background-color:inherit; color:#505050; text-decoration:none;}
#header p{background-color:inherit; color:#808080; font-weight:bold; line-height:1.3em; margin:6px 0 0; width:400px;}
#frontphoto{margin:0 0 10px;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; /* Width of Menu Items */
	border-bottom: 0px;
	/*background: #e0e96e*/
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 8;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #303030;
	background: none; /* IE6 Bug */
	padding: 2;
	border: 0px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #303030; background: #e0e96e; } /* Hover Styles */
		
li ul li a { padding: 0px 0px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

