/* Begin CSS Drop Down Menu */

#menuh-container
{
	top: 0px;
	left: 0px;
	width:980px;
	padding:18px 0 0 0;
}

#menuh
{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0px;
	margin-top: 0px;
	height:21px;
}
		
#menuh a
{
	text-align: left;
	display:block;
	border: outset 1px #ffffff;
	margin: 0;
	padding: 5px 0 0 5px;
	height:21px;
	vertical-align:baseline;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
	color:#ffffff;
	background-color:#7fae43;
	text-decoration:none;
}

#classifieds a:link, #classifieds a:visited, #classifieds a:active	/* classifieds menu at rest */
{
	color: black;
	background-color:#ffeb66;
	text-decoration:none;	
}
	
#menuh a:hover /* menu on mouse-over  */
{
	color:#ffffff;
	background-color:#4c8205;
	text-decoration:none;
}

#classifieds a:hover, #jobs a:hover /* menu on mouse-over  */
{
	color: black;
	background-color:#fce122;
	text-decoration:none;
	border-color:#FFFFFF;
}		
	
#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-position: right center;
	background-repeat: no-repeat;
}

#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
	
#Home{width:65px; border-left:solid 1px #FFFFFF;}
#decor{width:69px;}
#garden{width:80px;}
#food{width:118px;}
#blogs{width:75px;}
#arts{width:59px;}
#life{width:100px;}
#show{width:117px;}
#publications{width:125px;}
#news{width:70px;}
#contactus{width:100px;}
	
#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,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block; width:137px;}

/* End CSS Drop Down Menu */
