/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: static;
	width:835px; 
	margin-top: 0px; margin-top:0px; margin-bottom: 0px; padding-bottom:0px; padding-top:0px; padding-left: 0px;
	
	}

#menuh
	{
	float:left; 
	margin-top: 0px; margin-top:0px; margin-bottom: 0px; padding-bottom:0px; padding-top:0px; padding:0px;

	DISPLAY: block;
	}
		
#menuh a
	{
	line-height:150%;
	text-align: left; 
	font-size:12px;
	display:block;
	border: 0px solid #e20000;
	border-left:7px; 
	border-right:7px; 
	top: 255px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	line-height:150%;

	 font-size:12px;
	color: white;
	BACKGROUND-COLOR: #e20000;
	text-decoration:none;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=88);
	moz-opacity: .8;
	margin-top: 0px; margin-bottom: 0px; padding-bottom:0px;	
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	line-height:150%;
	 font-size:12px;
	color: white;
	background-color: #520410;
	border-left:7px #520410; 
	border-right:7px #520410;
	FILTER: none;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../pages/represent/navdown_blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../pages/represent/navright_blue);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0px;
	float:left;
	width: 167px;	/* width of all menu boxes */
	padding-left: 0px;
	}

#menuh li
	{
	position:relative;
    min-height: 0px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	border: 2px;
	border-color: #FF0099;
	}

#menuh ul ul
	{
	position:absolute;
	top:auto;
	display:none;
	margin:-0px 0px 0px -0px;
	text-transform: lowercase; 
	padding-left:0px;
	}

#menuh ul ul ul
	{
	top:0px;
	left:100%;
	}
	
#menuh ul li ul li
	{
	border: 0px;
	border-color:#e20000
	}	

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 */

.whitetext 			  {COLOR: #FFFFFF; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.whitetext A:link     {COLOR: #FFFFFF; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.whitetext A:visited  {COLOR: #FFFFFF; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.whitetext A:hover    {COLOR: #ffd36a; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none}

a.mainNav:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:none;
 color:black;
 

  } 
a.mainNav:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:none;
  color:black;
  } 
a.mainNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:none;
 color:black;
  } 
a.mainNav:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:none;
 color:black;
  } 

