/*side nav*/


/* linked images in navleft with no hover */
#navleft A:hover.nav {text-decoration: none; 
background-color: transparent;
color: #fff;
}



#navleft { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
float: left;
height: auto;
width: 176px;
padding: 2px;
margin: 2px 2px 10px 0px;	
border-right: 1px solid #dbdbdb;

}


#navleftev { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
float: left;
height: auto;
width: 176px;
padding: 2px;
margin: 2px 2px 10px 0px;	
border-right: 1px solid #dbdbdb;
background-color: #990000;

}

#navleft ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color: #000000;

}

#navleft li
{
border-top: 0px;
border-right: 0px;
border-bottom: solid 1px #DBDBDB;
border-left: 0px;
}

#navleft a
{
display: block;
padding: 5px;
width: 166px;
background-color: #ffffff;
color: #000000;
font-weight: bold;
}

#navleft a:link, #navleftlist a:visited
{
color: #000000;
text-decoration: none;
}



#navleft a:hover
{
background-color: #dbdbdb;
color: #000;
}

#navleftev a
{
display: block;
padding: 5px;
width: 166px;
background-color: #990000;
color: #ffffff;
font-weight: bold;
}

#navleftev a:link
{
color: #ffffff;
text-decoration: none;

}



#navleftev a:hover
{
background-color: #dbdbdb;
color: #000;
}


#navleft hr, {
color: #dbdbdb;
background-color: #dbdbdb;
height: .5px;
}

#navcontainer2 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
float: right;
height: auto;
width: 175px;
padding: 2px;
margin: 40px 2px 10px 10px;	
border-left: 1px solid #737373;

}

#navcontainer2 h6 {
font-size: 110%;
margin: -5px 10px 5px 5px;
padding: 0;

}


#navcontainer2 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color: #737373;

}

#navcontainer2 li
{
border-top: 0px;
border-right: 0px;
border-bottom: solid 1px #DBDBDB;
border-left: 0px;
}

#navcontainer2 a
{
display: block;
padding: 5px;
width: 166px;
background-color: #ffffff;
color: #000000;
font-weight: bold;
}

#navcontainer2 a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer2 a:hover
{
background-color: #dbdbdb;
color: #000;
}

.hmlinksbox
{
background-color: #FFFF99;
width: 158 px; 
color: #990000;
font-size: .8em;
padding: 2px;
}

#links { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
float: right;
height: auto;
width: 165px;
padding: 2px 2px 0px 12px;
margin: 12px 2px 10px 0px;	
border-left: 1px solid #dbdbdb;
}

#weather
{margin-left: -10px;
margin-bottom: 10px;
margin-top: -2px;
}

#links p {
font-size: 80%;
}

#links h6 {
font-size: 100%;
margin: -5px 10px 5px 0px;
padding: 0;
color: #000000;
}

#links a
{color: #990000;
font-weight: bold;
}

#links a:link, #links a:visited
{
color: #737373;
text-decoration: none;
}

#links a:hover
{
background-color: #dbdbdb;
color: #000;
}


#navcontainer a:hover
{
background-color: #dbdbdb;
color: #000;
}


/*top horizontal nav */

#menuh-container
	{
		width: 898px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	border: 1px solid #C20016;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #fff;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0 .3em 0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #C20016;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #000;
	background-color: #dbdbdb;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.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(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:179.5px;	 /*width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

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

/* End CSS Drop Down Menu */
