@charset "UTF-8";
/* CSS Document */

.menu li.first {
	background: none;
}
.menu li.here {
	background: none;
	color:#FF0000;
}
.menu { height: 57px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;
	width: 991px;

	background: url(../images/bg04.jpg) no-repeat center top;
		margin-right: auto;
	margin-left: auto;
	clear: both;

}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:992px; w\idth:992px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;
	background: url(../images/bg1_01.jpg) no-repeat left top;
	padding: 0px 0px 0px 0px;
	height: 57px;
	text-align: center;
	line-height: normal;
	list-style: none;
}
.menu ul ul {
	width:149px;
	background-image:none;
	padding-top: 0px;
	text-align: left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;
		background: url(../images/homepage02.gif) no-repeat left center;
}



/* hide the sub levels and give them a positon absolute so that they take up no room *****************TOP MARGIN*****************/
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px; margin-top: 25px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}



/********************************************* RHONDA!!!! *****************************************************/

/* style the top level hover */
.menu a:link {display:block;text-decoration:none; color:#fff; width:138px; height:57px; padding-left:10px; line-height:59px; font-weight:bold;
}
.menu a:visited {display:block;text-decoration:none; color:#fff; width:138px; height:57px; padding-left:10px; line-height:59px; font-weight:bold;}
.menu a:hover {
	clear:both;
	text-decoration: underline;	
}
.menu a:active {text-decoration: underline;
}
.menu ul ul a:link{
	text-align: left;
	color:#fff;
	height:7px;
	line-height:1em;
	width:160px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 20px;
	display: block;
	margin-left: 0px;
	background-color: #4c6271;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
.menu ul ul a:visited{ color:#fff;
	height:7px;
	line-height:1em;
	width:160px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 20px;
	display: block;
	margin-left: 0px;
	background-color: #4c6271;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
		font-weight: normal;
		}
	

.menu ul ul a:hover{
	text-decoration: underline;
	background-color: #419bb5;
	text-align: left;
}
.menu ul ul a:active{background:#419bb5;text-decoration: underline;}

/********************************************* END RHONDA!!!! *****************************************************/


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu .first .padding {
	padding-left: 20px;
	width:140px;
}

.menu .first .less {
	margin-left: 8px;
}
