﻿body {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:1em;
	line-height:125%;
	color: #333;
	background-color: #FFF;
	}

#headermenu {
	height: 35px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/menu_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 999; /* This is the crucial z-index for the menu to appear above the news ticker in IE */
}

#headermenu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#headermenu a, #headermenu h2 {
	display: block;
	margin: 0;
	padding: 2px 4px 7px 10px;
	font-weight:bold;
	font-size: 85%;
}

#headermenu h2 {
	color: #fff;
}

#headermenu a {
	color: #fff;
	text-decoration: none;
	padding: 7px 9px 3px 9px;
	display: block;
}
#headermenu ul ul a {
	font-size: 70%;
}

#headermenu a:hover {
	color: #E73D05;
}

#headermenu a { 
	color: #006666; 
	font-weight:bold; 
	text-decoration: none; 
	xpadding-top:14px; 
	margin: 0px; 
	xheight:39px; 
}
#headermenu a:hover { 
	color: #669999; 
	text-decoration: none; 
}
#headermenu a:visited { 
	text-decoration: none;
}
#headermenu a:active {
	text-decoration: none;
}

#headermenu li {
	position: relative;
	background-image: url("../images/menu_divider.jpg");
	background-repeat: no-repeat;
	padding:0px;
	border-right:1px solid #3C5B91; 
}
#headermenu li li {
	border-right:none; 
}

#headermenu ul ul {
	position: absolute;
	left: 10px;
	z-index: 500;
	width: 124px;
	top: 35px;
}
#headermenu ul ul li.last {
	width: 124px;
	height: 10px;
	background-image: url(../images/drop_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 3000;
}
#headermenu ul ul li.first {
	width: 124px;
	height: 20px;
	background-image: url(../images/drop_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 3001;
}
#headermenu ul ul ul li.last {
	width: 124px;
	height: 10px;
	background-image: url(../images/drop_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 3000;
}
#headermenu ul ul ul li.first {
	width: 124px;
	height: 5px;
	background-image: url(../images/drop_top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 3001;
}

#headermenu ul ul a {
	font-weight:normal;
	color: #FFFFFF;
	background-color: #3F557D;
	background-image: url(../images/drop_back.gif);
	padding: 2px 5px 2px 5px;
}

#headermenu ul ul a:hover{
	color: #669999;
	font-weight: normal;
	}

#headermenu ul ul ul {
	position: absolute;
	border:0;
	top: 0;
	left: 100%;
	margin-top: 0px;
}

div#headermenu ul ul,
div#headermenu ul li:hover ul ul,
div#headermenu ul ul li:hover ul ul
{display: none;}

div#headermenu ul li:hover ul,
div#headermenu ul ul li:hover ul,
div#headermenu ul ul ul li:hover ul
{display: block;
}
 /* CSS Document */

