body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #553426;
	line-height: 15px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #b82879;
}
a:visited {
	color: #b82879;
}
a:hover {
	color: #b82879;
	text-decoration: none;
}
a:active {
	color: #b82879;
}
ul {
	list-style: disc outside;
	margin-left: 8px;
	padding-left: 8px;
}
h1 {
	color: #553426;
	font-weight: bold;
	font-size: 12px;
}

h2 {
	color: #553426;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 0 10px;
	display: block;
	height: 30px;
	clear: both;
	}

.header {
	color: #b82879;
	font-weight: bold;
}
.menu {
	text-align: left;
	vertical-align: top;
	line-height: 18px;
}
.footer {
	color: #887167;
	font-size: 10px;
	text-align: center;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
}
.footer a:link{
	color: #887167;
	text-decoration: underline;
}
.footer a:visited {
	color: #887167;
	text-decoration: underline;
}
.footer a:hover {
	color: #553426;
	text-decoration: none;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 116px; /* Width of Menu Items */
	border-bottom: 1px solid #EEF8C3;
	background: #FFFFFF; /* IE6 Bug */
	line-height: 11px;
	font-size: 12px;
	}
	
.navigation ul li {
	position: relative;
	background: #FFFFFF; /* IE6 Bug */
	}
	
.navigation li ul {
	position: absolute;
	left: 115px; /* Set 1px less than menu width */
	width: 130px; /* Width of Menu Items */
	top: 0;
	display: none;
	font-size: 12px;
	background: #FFFFFF; /* IE6 Bug */
	}

/* Styles for Menu Items */
.navigation ul li a {
	display: block;
	text-decoration: none;
	background: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #EEF8C3; /* IE6 Bug */
	border-bottom: 0;
	font-size: 12px;
	}

	
/* Holly Hack. IE Requirement \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.navigation a:hover {
	background: #EEF8C3;
}