a:active, a:visited, a:hover, input, select { /* stops the dashed border on firefox */
	outline: none;
}
	
* html #content .sub-navigation-column {
	padding-right: 14px;
}

.me-navigation {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: solid #e0e0e0 1px;
	line-height: 1.6em;
}
	
.me-navigation a {
	color: #990003;
	font-size: 1.335em;
	cursor: pointer;
	background: transparent;
}
	
.me-navigation a:hover {
	color: #333333;
	cursor:pointer;
	background: transparent;
	text-decoration: none;
}
	
.me-navigation a:hover.selected {
	color: #990003;
	background: transparent;
}

.me-navigation DT {
	margin: 0;
	padding: 10px 30px 10px 10px;
	background-color: #ffffff;
	position: relative;
	border-bottom: solid #e0e0e0 1px;
	cursor: pointer;
}
	
*html .me-navigation DT {
	margin-top: -1px;
}
	
.me-navigation dt a.expcon {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 13px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(/staticarchive/e392ce694c103dc60bd0c64e55adb087e1532d42.gif) no-repeat;
}
	
* html .me-navigation dt a.expcon, * html .me-navigation dt a.expcon:hover {
	right: 22px;
}

.me-navigation DT.selected {
	color: #333333;
	background: #d5d5c3;
}
	
.me-navigation DT.selected a {
	color: #333333;
}
	
.me-navigation DT.selected a:hover {
	color: #990003;
}
	
.me-navigation DT.selected a.expcon, .me-navigation DT.selected a.expcon:hover {
	background: 0 !important;
}

.me-navigation UL LI {
	margin: 0;
	padding: 3px 10px;
	background-color: #eeeedd;
	border-bottom: solid #ffffff 1px;
	font-size: 1em;
}

.me-navigation UL LI A {
	color: #990003;
	font-size: 1.165em;
}
	
.me-navigation UL LI a:hover {
	color: #333333;
}
	
.me-navigation UL LI.active {
	text-decoration: none;
	background: #333333;
}

.me-navigation UL LI.active A {
	text-decoration: none;
	color: #ffffff;
}

.me-navigation UL LI.active a:hover {
	text-decoration: none;
	color: #ffffff;
}