/* Begin CSS Drop Down Menu */

#menu_bottom
	{
	border-bottom:1px solid #555;
	}

#menu_bottom2
	{
	border-bottom:1px solid #DFDFDF;
	}

#menuh_container
	{
		display:block;
		width: auto;
		height:auto;
		/*position: absolute;		
		top: 6em;
		left: 10em;*/
		width:50%;
		float:left;	
	}

#menuh
	{
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	margin:0px;
	margin-top: 10px;
	}
		
#menuh a
	{
	display:block;
/*	border-left: 1px solid #555;
	border-right: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 4px 0px 4px 0px;
	padding-left:1em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #666;
	/*background-color: #FFF;*/
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	/*background-color: #B332B8;*/
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url('/images/nav_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:140px;	/* 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%;
	}

#menuh ul ul li a {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	background-color: #FFF;
}

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;}

div#menuh li a:hover
{color: #B332B8;}

div#menuh li li a:hover,
div#menuh li li li a:hover,
div#menuh li li li li a:hover
{background-color: #B332B8; color:#FFFFFF;}

/* End CSS Drop Down Menu */



/* Begin CSS Drop Down Menu */


#menuh_main_container
	{
	padding-top:9px;
	}


		
#menuh_main a
	{
	display:block;
/*	border-left: 1px solid #555;
	border-right: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 4px 0px 4px 0px;
	padding-left:1em;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	}
	
#menuh_main a, #menuh_main a:visited	/* menu at rest */
	{
	color: black;
	/*background-color: #FFF;*/
	text-decoration:none;
	font-weight:normal;
	}
	
#menuh_main a:hover	/* menu at mouse-over  */
	{
	color: white;
	/*background-color: #B332B8;*/
	}	
			
#menuh_main a.top_parent, #menuh_main a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh_main a.parent, #menuh_main a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url('/images/nav_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh_main ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:120px;	/* width of all menu boxes */
	background-color:white;
	margin-left:15px;
	line-height:18px;
	
	}

.menuh_topnav {
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
}

#menuh_subnav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:240px;	/* width of all menu boxes */
	border-bottom:2px solid #9F9F9F;
	border-left:1px solid #E4E4E4;
	border-right:2px solid #9F9F9F;
	background-color:white;
	margin-top:18px;
	}

.subli
	{
	border-bottom:1px solid #E4E4E4;
	}




#menuh_main li
	{

	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh_main ul ul
	{
	position:absolute;
	z-index:900;
	top:26px;
	display:none;
	margin:0 0 0 0;
	
	
	}

#menuh_main ul ul ul
	{
	top:0;
	left:100%;
	}

#menuh_main ul ul li a {

}

div#menuh_main li:hover
	{
	cursor:pointer;
	z-index:100;
	
	}

div#menuh_main li:hover ul ul,
div#menuh_main li li:hover ul ul,
div#menuh_main li li li:hover ul ul,
div#menuh_main li li li li:hover ul ul
{display:none;}

div#menuh_main li:hover ul,
div#menuh_main li li:hover ul,
div#menuh_main li li li:hover ul,
div#menuh_main li li li li:hover ul
{display:block;}

div#menuh_main li a:hover
{color: #B332B8;}

div#menuh_main li li a:hover,
div#menuh_main li li li a:hover,
div#menuh_main li li li li a:hover
{background-color: #B332B8; color:#FFFFFF;}

#nav_content {
	padding:10px;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}


#nav_content a, #nav_content a:visited	/* menu at rest */
	{
	color: blue;
	/*background-color: #FFF;*/
	text-decoration:none;
	display:inline;
	padding:0;
	margin:0;
	}

	#nav_content ul li a:hover	/* menu at rest */
	{
	color: blue;
	/*background-color: #FFF;*/
	text-decoration:underline;
	}

#highlightmenu{
	color:#A1057C;
}

/* End CSS Drop Down Menu */


 
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-top:10px;
	font-weight:bold;
}
 
#nav a {
	display: block;
	width: 10em;
	color:#44A1D0;
	text-decoration:none;
	font-size:13px;
	
}
 
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	list-style:none;
	line-height:25px;
	margin-left:15px;
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	background-color:white;	

}
 
#nav li ul { /* second-level lists */
	padding:5px;
	z-index:500;
	font-weight:normal;
	position: absolute;
	background: white;
	border-left:1px solid #E4E4E4;
	border-right:2px solid #AFAFAF;
	border-bottom:2px solid #AFAFAF;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration:none;
}
 

#subnav li  { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
	list-style:square;
	line-height:20px;
	border:none;
	background-color:white;
	color:#E8EDF1;
	z-index:500;
}

#subnav a {
	display: block;
	width: 10em;
	color:#44A1D0;	
}

#subnav a:hover { /* lists nested under hovered list items */
	text-decoration:underline;
}

.navpad {
	margin-left:15px;
}

#subnav_text {
	line-height:18px;
	font-size:12px;
}
