div#navigation {
	font-size: 0.9em;
	font-weight: normal;
}
div#navigation a {
	color: #1E1E1E;
	display:block;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0px;
	width: 130px;
	text-align: center;
}
div#navigation a:hover {
	font-weight: bold;
	color: #C1305F;
}
div#navigation ul	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
}
div#navigation li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1E1E1E;
}
div#navigation li:first-child {
	border-left-style: none;
}
div#navigation li:hover {
}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#navigation ul li ul {
	position:absolute;
	text-align: center;
	z-index: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 8px;
	}
div#navigation ul li ul li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C12F5F;
	border-bottom-color: #C12F5F;
	border-left-color: #C12F5F;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}
div#navigation ul li ul li a {
	color: #030303;
	width: 110px;
}
div#navigation ul li ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C12F5F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C12F5F;
}
div#navigation ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
	margin-left: 0px;
}
div#navigation ul ul ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
div#navigation ul ul ul li a {
	text-align: left;
}

/* make the drop-down display as the menu is rolled over */
div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul {
	display:none;
} /* conceals the drop-down when menu not hovered */
div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul {
	display:block;
} /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#navigation ul {
	float:left; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
}
* html div#navigation a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div#navigation ul li ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C12F5F;
}
#headerimage {

}
#headerimage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* end of hack zone */
/* END OF LIST-BASED MENU */

#footer {
	font-weight: normal;
	font-size: 0.7em;
	color: #999999;
	text-align: right;
	padding-top: 15px;
}
div#navigationleft {
	line-height: 1.4em;
}
div#navigationleft ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 13px;
	margin-top: 4px;
}
div#navigationleft li {
	list-style-type: none;
}
div#navigationleft a {
	text-decoration: none;
	color: #1E1E1E;
}
div#navigationleft a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #C1305F;
}
