@charset "utf-8";
/* CSS Document */

/* Begin CSS Drop Down Menu */


#menuh-container
	{
	padding:0;
	margin:0;
	border:none;
	width:890px;

	}

#menuh	{
	font-family: arial, helvetica, sans-serif;
	float:left;
	margin:0;
	padding:0;
	border:none;
	width:890px;
	display:block;
	height:45px;	
	background-image:url(../images/layout-assets/nav-bk-tile.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#b4b4b4;
	}
		
#menuh a
	{
	text-align:left;
	display:block;
	margin:0;
	padding:0 15px 0 15px;
	border:none;
	font-size:12px;
	outline:none;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#000000;
	font-weight:bold;
	outline:none;
	}	
			
#menuh-container #menuh ul li a.topParent, #menuh-container #menuh a.topParent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image:url(../images/layout-assets/nav-arrow-top-parent.gif);
	background-repeat: no-repeat;
	}

#menuh-container #menuh ul li a.SubParent /* attaches down-arrow to all sub nav-parents */
	{
	background-image:url(../images/layout-assets/nav-arrow-subnav.gif);
	background-position:96% 8px;
	background-repeat: no-repeat;
	}
	
#menuh-container #menuh li a.SubParent:hover  /* attaches down-arrow to all sub nav-parents */
	{
	background-image:url(../images/layout-assets/nav-arrow-subnav.gif);
	background-position:96% -31px;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	outline:none;
	margin:0;
	padding:0;
	float:left;
	}

#menuh ul li a {border-right:1px solid #999999;}

#menuh ul li ul {
	padding:0 0 0 0;
	margin:0;

	background-image:url(../images/layout-assets/trans.gif);
	background-repeat:repeat;
	background-position:0 0;
}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	border:none;
	padding:0;
	margin:0;
	outline:none;

	}

#menuh ul li, #menuh ul li ul li {
	margin:0/* 0 5px 0*/;
	padding:0;
	}


#menuh ul li ul li {
	line-height:14px;	
/*	background-color:#e1e1e1;*/
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:44px;

	display:none;
	padding:5px 0 3px 0;
	margin:0;
	text-align:left;
	width:230px;

	border:none;
	
	}

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

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	font-weight:bold;
	}

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;
/*	background-image:url(../images/layout-assets/trans.gif);
	background-repeat:repeat;
	background-position:0 0;*/
	

}

#menuh a.last {
	border-right:1px solid #FFFFFF;}

#menuh ul.last {
	border:none;}

#menuh ul li ul li a {
	text-align:left;
	margin:0;
	padding:6px 4px 6px 8px;
	font-weight:normal;
	font-size:11px;
	border:none;
	font-weight:bold;	
	border-top:none;
	border-right:none;
	border-bottom:1px solid #b3b3b3;
	border-left:none/*1px solid #b3b3b3*/;
	background-color:#e1e1e1;
}

#menuh ul li ul {
	border-top:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	border-bottom:none;
	border-left:1px solid #b3b3b3;}

#menuh ul li ul li ul {
	border:none;}

#menuh ul li ul li ul li a {
	border-right:1px solid #b3b3b3;
	border-left:1px solid #d6d6d6;
}

#menuh ul li ul li ul li a.first {
	border-top:1px solid #b3b3b3;}

#menuh ul li ul li a:hover {background-color:#ffffff;}	

	
/* End CSS Drop Down Menu */
