﻿/* Top Menu Styles (some cascade down)*/
.menu
{
	color: #FFFFFF;
}
.menu UL {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	margin: -1px;
	padding-top: 0px;
	list-style-type: none;
}

.menu UL LI {
	POSITION: relative;
	float:left;
	vertical-align:middle;
}

.navFirst{margin-left:5px !important;}

.menu A:visited {
	TEXT-DECORATION: none
}

/* Sub Menu Styles */
.menu UL UL {
	padding-bottom:0;
	vertical-align:middle;
	LEFT:15px;
	VISIBILITY: hidden;
	WIDTH: 180px;
	POSITION: absolute;
	 z-index: 99999;
	 top:47px;	
}

.menu UL LI UL LI{
	padding:0px;
	background:none;
	float: left;
	border:0px;border-bottom:solid 1px white;
}

.menu UL LI UL LI A{
 margin-top:0;
 	background-color:#656565;
	width: 180px;
	border: 0;
	color:#fff;
	padding:8px 10px !important;
}

.menu UL UL A:visited {	 
	text-decoration:none;
}
.menu UL UL :hover > A {
	color:#f5b55e;
	text-decoration:underline;
}


/**** VISIBILITY ***************/

.menu UL LI:hover UL {
	VISIBILITY: visible
}
.menu UL A:hover UL {
	VISIBILITY: visible
}
.menu UL :hover UL UL {
	VISIBILITY: hidden
}
.menu UL :hover UL :hover UL {
	VISIBILITY: visible
}