html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

A:LINK.topMenu,A:VISITED.topMenu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #7A0101;
	text-decoration : none;
}	
A:HOVER.topMenu {text-decoration : underline;}

a:link, a:visited{
	color : #7A0101;
	text-decoration : underline;
}
a:hover{text-decoration : none;}
p,dir,ul,ol,BLOCKQUOTE,div,td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4E4E4E;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#4E4E4E;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#4E4E4E;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
h3{font-family: Arial, Helvetica, sans-serif;}
.copy{	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#4E4E4E;
}


/* Menu
---------------------------------------- */
.navMenu {
	background-color: #eff2f3;
	color: #7a0101;
	display: inline;  /* Needed for IE5/6 doubled float-margin bug */
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 7px 0 3px 5px;
	width: 758px;
}

.navMenu #widePadding {
	padding-left: 5px;
	padding-right: 5px;
}

.navMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navMenu ul li {
	float: left;
	position: relative;
	z-index: 20;
}

.navMenu ul li a, .navMenu ul li a:visited {
	color: #7a0101;
	display: block;
	float: left;
	height: 20px;
	padding: 0 4px;
	text-decoration: none;
	vertical-align: middle;
}

.navMenu ul li.rightBorder {
	border-right: 1px solid #fff;
}

.navMenu ul li:hover {
	width: auto;
}

.navMenu ul li a:hover {
	color: #7a0101;
	text-decoration: underline;
}

.navMenu ul li ul {
	display: none;
}

.navMenu table {
	border-collapse: collapse;
	font-size: 12px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 20;
}

.navMenu ul li:hover ul {
	display: block;
	left: 0;
	position: absolute;
	top: 20px;
	width: 198px;
	z-index: 20;
}

.navMenu ul li:hover ul.endstop {
	left: -92px;
}

.navMenu ul li:hover ul li ul {
	display: none;
}

.navMenu ul li:hover ul li a {
	background-color: #eff2f3;
	border: 0;
	color: #4e4e4e;
	display: block;
	height: auto;
	line-height: 15px;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	width: 181px;
}

.navMenu ul li:hover ul li a:hover {
	background-color: #e9e9e3;
}

.navMenu ul li:hover ul li a:hover {
	color: #4e4e4e;
}

.navMenu ul li:hover ul li:hover ul {
	display: block;
	left: 197px;
	position: absolute;
	top: 0;
	z-index: 20;
}

.navMenu ul li a:hover ul {
	background: #4e4e4e;
	border-bottom: #E3E3E3 1px solid;
	display: block;
	left: 0;
	position: absolute;
	top: 16px;
	z-index: 20;
}

.navMenu ul li a:hover ul li a {
	background: #e9e9e3;
	border: 0;
	color: #4e4e4e;
	display: block;
	height: auto;
	line-height: 15px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-decoration: none;
	width: 181px;
}

.navMenu ul li a:hover ul li a ul {
	height: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
	z-index: 20;
}

.navMenu ul li a:hover ul li a:hover {
	color: #4e4e4e;
}

.navMenu ul li a:hover ul li a:hover ul {
	color: #4e4e4e;
	left: 197px;
	position: absolute;
	top: 0;
	visibility: visible;
	z-index: 20;
}
