  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;
}
	
.me-navigation a:hover {
	color:#333333;
	cursor:pointer;
}
	
.me-navigation a:hover.selected {
	color:#990003;
}

.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/ea401946581db162fed8a0a8128bf2feb2f1c952.gif) no-repeat;
}
	
* html .me-navigation dt a.expcon {
	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 {
	background: url(/staticarchive/ea401946581db162fed8a0a8128bf2feb2f1c952.gif) 0 -16px no-repeat;
}

.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;
}