#Navigation {
	Clear: both;
	position: relative;
	Padding-Top: 8px;
	height: 30px;
	border-Left: 1px Solid #007BB6;
	border-Right: 1px Solid #007BB6;
	width: 798px;	
}

#Navigation ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	width: 780px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	left: 20px;
}

#Navigation ul#primary li  {
	display: inline;
	list-style: none;
}

#Navigation ul#primary a,#Navigation ul#primary span,#Navigation ul#primary a.current {
	width: 105px;
	display: block;
	float: left;
	padding: 5px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 95%;
	text-decoration: none;
	color: #333;
}

#Navigation ul#primary span {
	position: Relative;
	border: 1px solid #666;
	border-bottom: none;
	background: #007BB6;
	padding-bottom: 6px;
	margin-top: 0;
	font-weight: bold;
	Color: #FFFFFF;
	bottom: -1px;
}

#Navigation li#CurrentMenu {
	Background: #33FF00;
	border: 1px solid #AAA;
	border-bottom: none;
}

#Navigation ul#primary a {
	Background: #FFFDF3 url(Images/ButtonBG.jpg) repeat-x left top;
	border: 1px solid #AAA;
	border-bottom: none;
}



#Navigation ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	Background: #FFFDF3 url(Images/ButtonBG.jpg) repeat-x left top;
	padding-bottom: 5px;
	font-weight: bold;
}

#SecondarySpace {
	clear: both;
	height: 20px;
	background-color: #007BB6;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	width: 798px;
	text-align: right;
}

#Navigation2 {
	Clear: both;
	text-align: left;
	font-family: Tahoma;
	position: relative;
	width: 175px;
	border-Left: 1px Solid #007BB6;
	border-Right: 1px Solid #007BB6;
}



#Navigation2 ul#secondary {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Navigation2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}

#Navigation2 li a:hover {
	color: #FFF;
	background: #0096DF;
	padding: 8px 0 0 16px;
}

#Navigation2 li a:link, #Navigation2 li a:visited{
	color: #FFF;
	display: block;
	background: #007BB6;
	padding: 8px 0 0 10px;
}

#Navigation2 li#menu a {
	background: #007BB6;
}

#Navigation2 li#currentmenu a {
	background: #0096DF;
	}

#Navigation2 li#menu a:hover {
	color: #FFF;
	background: #0096DF;

}

#Navigation2 li#submenu a {
	background: #007BB6;
	font-size: 85%;
	padding: 8px 0 0 20px;
}

#Navigation2 li#submenu a:hover {
	color: #FFF;
	background: #0096DF;
	font-weight: bold;
	
}

#Navigation2 li#currentsubmenu a {
	background: #0096DF;
	font-size: 85%;
	padding: 8px 0 0 20px;
	font-weight: bold;
}




	

	
#menu1 {
position: absolute; 
top: 234px;
width: 200px;
float:left;
left: 209px;
}

#menu1 ul {

font-family: tahoma, verdana, sans-serif;
list-style-type:none;
margin:0;
padding:0;
} 

#menu1 li
{
display: inline;
/* for IE5 and IE6 */
} 

#menu1 a
{
color: #fff;
text-decoration: none;
font-size: 14px;
display: block;
padding: 4px;
width: 160px;
background-color: #007BB6;
border-bottom: 1px solid #eee;
} 

#menu1 a:link, #menu1 a:visited
{
color: #EEE;
text-decoration: none;
}

#menu1 a:hover
{
background-color: #00BEE4;
color: #fff;
} 

#menu1 li a#current
{
border-bottom: 3px solid #DAD6B7;
background: #00BEE4;
} 

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

