/* CSS Document */

/* Get rid of the margin, padding and bullets in the unordered lists */
#ddmenu, #ddmenu ul {
	margin:0;
	list-style-type: none;
	padding: 0;
}

/* Set up the link size, color and borders */
#ddmenu a, #ddmenu a:visited {
	display:block;
	width:113px;
	font-size:10px;
	color:#009;
	height:30px;
	line-height:29px;
	text-decoration:none;
	text-indent:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #E8E8E8;
}

/* REQUIRED - Set up the sub level borders */
#ddmenu li ul li a, #ddmenu li ul li a:visited {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#ddmenu li a.enclose, #ddmenu li a.enclose:visited {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* REQUIRED - Set up the list items */
#ddmenu li {
	float:left;
	background-color: #FFF;
}

/* For Non-IE browsers and IE7 */
#ddmenu li:hover {
	position:relative;
}

/* Make the hovered list color persist */
#ddmenu li:hover > a {
	color:#c00;
	background-color: #FFF;
}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#ddmenu li ul {
	display:none;
}

/* REQUIRED - For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#ddmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:-5px; 
	left:90px; 
	padding:10px 30px 30px 30px; 
	width:113px;
}

/* REQUIRED - Position the first sub level beneath the top level liinks */
#ddmenu > li:hover > ul {
	left:-30px; 
	top:16px;
}

/* ???? - get rid of the table */
#ddmenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #ddmenu li a:hover {
	position:relative; 
	background:#dfd7ca; 
	color:#c00;
}

/* For accessibility of the top level menu when tabbing */
#ddmenu li a:active, #ddmenu li a:focus {
	background:#dfd7ca;
	color:#999;
}

/* For IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
/* change the drop down levels from display:none; to visibility:hidden; */
* html #ddmenu li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:-5px;
	left:90px;
	padding:10px 30px 30px 30px;
	background-color: #CD0921;
}

/* keep the third level+ hidden when you hover on first level link */
#ddmenu li a:hover ul ul{
	visibility:hidden;
}

/* keep the fourth level+ hidden when you hover on second level link */
#ddmenu li a:hover ul a:hover ul ul{
	visibility:hidden;
}

/* keep the fifth level hidden when you hover on third level link */
#ddmenu li a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}

/* keep the sixth level hidden when you hover on fourth level link */
#ddmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}

/* ????? make the second level visible when hover on first level link and position it */
#ddmenu li a:hover ul {
	visibility:visible; 
	left:-30px; 
	top:14px; 
	left:-31px; 
	top:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#ddmenu li a:hover ul a:hover ul{ 
	visibility:visible; 
	top:-11px; 
	left:80px;
}

/* make the fourth level visible when you hover over third level link */
#ddmenu li a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
#headnavbot3 {
	padding-left: 1.5px;
	height: 30px;
	width: 801px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
}
#locator {
	height: 20px;
	width: 760px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
	margin-top: 10px;
}

