/* CSS Document */

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	
	border:0px solid red;
	}

.top_pad{
margin-right:7px;
}

.border_bottom{border-bottom:1px solid #c9c9c9;
}

#menuh
	{
	font-size:0.7em;
	text-transform:uppercase;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	width:945px; margin:0px 0px 0px 0px;
	padding:0px 0px 0px 7px;
float:left; background:url(../images/grey_line.gif) repeat-x 10% ; height:43px; ~height:42px; _height:42px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-top:1px solid #c9c9c9; border-left:1px solid #c9c9c9;  border-right:1px solid #c9c9c9; border-bottom:1px solid #fff;
	white-space:nowrap;
	margin:0px;
	padding:0.5em 0.9em 0.0em 0.9em;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:#000;
	background-color:#ffffff;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color:#000000;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/navdown_blue.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right:20px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:20px;

	}

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

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

width:19em;}

/* End CSS Drop Down Menu */


.toplinks{ width:952px; margin:-5px 0px 0px 0px;
float:left; background:url(../images/grey_line.gif) repeat-x 10% ; height:42px; ~height:38px; _height:38px;}
.toplinks a:link, .toplinks a:visited {color:#000000; font-size:0.7em; text-transform:uppercase; padding:5px 10px 0px 10px; }
.toplinks a:hover {color:#fff; background-color:#000000;padding:5px 10px 0px 10px; border-bottom:1px solid #000000;}
.toplinks ul{padding:0px 0px 0px 10px; margin:0px;}
.toplinks li{float:left; margin:0px 3px 0px 3px; list-style:none; border-top:1px solid #c9c9c9; border-left:1px solid #c9c9c9;  border-right:1px solid #c9c9c9; border-bottom:1px solid #fff;}
