/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position:relative;
	top:0px;
	left:0px;
	width: 700px;
	}

#menuh
	{
	line-height:14px;;
	width:100%;
	float:left;
	margin:0 0 0 1px;
	top:0px;
	position:absolute;
	z-index:1000;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0;
	height:53px; left:0px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	 /*menu at rest */
	{
	text-decoration:none;
	height:47px; text-align:center; 
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	text-decoration:none;
	height:47px; text-align:center;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:140px;
	position:relative;	/* width of all menu boxes */
	}

#menuh li
	{
	background:#0346b6; text-align:center;
    min-height: 0px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
	
#menuh li:hover
	{
	background:#00FF00; text-align:center; color:#ffb6b6;
	cursor:pointer;	min-height:0px;
	}
	
#menuh li .main {  font-size:12; font-family:"Arial Narrow", Arial; font-weight:bold; color:#FFFFFF; padding:0 0 6px 0; border-right:1px #FFFFFF solid; background:#023c9d; height:47px; }
#menuh li .main:hover {  font-size:12; font-family:"Arial Narrow", Arial; font-weight:bold; color:#FFFFFF; padding:0 0 6px 0; border-right:1px #FFFFFF solid; background:#b40505; height:47px; }
#menuh li .main2 {  font-size:12; font-family:"Arial Narrow", Arial; font-weight:bold; color:#FFFFFF; padding:0 0 6px 0; border:0px #FFFFFF solid; background:#023c9d; height:47px;}
#menuh li .main2:hover {  font-size:12; font-family:"Arial Narrow", Arial; font-weight:bold; color:#FFFFFF; padding:0 0 6px 0; border-right:0px #FFFFFF solid; background:#b40505; height:47px; }

#menuh li .sub {font-weight:normal; font-size:8pt; font-family:Verdana; color:#fff; line-height:9px;}
#menuh li .sub1 {font-weight:normal; font-size:8pt; font-family:Verdana; color:#fff;}

.subm {font-weight:normal; font-size:8pt; font-family:Verdana; color:#fff; line-height:9px; background:#CCCCCC; border-right:0px #FFFFFF solid; border-bottom:1px #FFFFFF solid; border-top:1px #FFFFFF solid;}

#menuh li .subm1 {font-weight:normal; font-size:8pt; font-family:Verdana; color:#000; line-height:10px; background:#a4bde5; border-right:1px #FFFFFF solid; border-bottom:1px #FFFFFF solid; border-top:1px #FFFFFF solid; padding:6px 0 4px 0;}
#menuh li .subm1:hover {font-weight:normal; font-size:8; font-family:Verdana; color:#fff; background:#b40505; border-right:1px #FFFFFF solid; border-bottom:1px #FFFFFF solid; border-top:1px #FFFFFF solid;}

#menuh li .subm2 {font-weight:normal; font-size:8pt; font-family:Verdana; color:#000; border-right:1px #FFFFFF solid; border-bottom:1px #FFFFFF solid; border-top:0px #023c9d solid; line-height:10px; letter-spacing:.1; background:#a4bde5; padding:6px 0 4px 0;}
#menuh li .subm2:hover {font-weight:normal; font-size:8pt; font-family:Verdana; color:#fff; border-right:1px #FFFFFF solid; border-bottom:1px #FFFFFF solid; border-top:0px #023c9d solid; letter-spacing:.1; background:#b40505;}

div#menuh ul ul
	{
	position:fixed;
	top:auto;
	/*left:275px;*/
	/*left:197px;*/
	display:none;
	padding: 0;
	margin:0;
	min-height: 0px;
	width:140px;
	background:#00FF00;
	visibility:hidden;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,

{display:none; background:#00FF00;}

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:#00FF00;}

/* End CSS Drop Down Menu */
