/* Begin CSS Drop Down Menu */
#menuh-container
	{
	position: center;		
	left: 1px;
	}

#menuh
	{
	BORDER-RIGHT:  0px ; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: 0px ; 
	DISPLAY: block; 
	BORDER-LEFT: -1px ; 
	PADDING-LEFT: -1px; 
	PADDING-BOTTOM: 1px; 
	MARGIN: 0; 
	FONT: 12px arial, helvetica, sans-serif; 
    HEIGHT:16px;
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: 0px
	}
		
#menuh a
	{
	font:12px arial,helvetica,sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#F5F5F5;
	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 1px;
	text-decoration:none;
	background-color: #000099;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #F5F5F5;
	background-color: #88A3BD;
	text-decoration:none;
	text-indent: 5px;
	}
	
#menuh a:hover	/* menu at mouse-over  */
{
	color: #FDCBC6;
	background: #6C8DAE url(../../includes/site/triangle-small.gif) no-repeat left;
	background-color: #6C8DAE;
	text-indent: 5px;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-color: #D3D6E7;
	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:102px;	/* 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;
	width:140px;
	}

#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 */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
color:#000;
background:#eee;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

/*button 7*/
.cssbutton7{
background-color: #888888;
padding: 0px 2px;
color: #FFFFD7;
text-decoration: none;
font: bold 10px Verdana;
}

.cssbutton7:visited{
color: #FFFFD7;
text-decoration: none;
}

.cssbutton7:hover{
background-color: #A2A2A2;
padding: 0px 2px;
text-decoration: none;
}

.cssbutton7:active{
color: black;
text-decoration: none;
}