/* MENU OFF */
.navmenuOff
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	padding: 5px 10px 0px 0px;
	z-index: 20;
	float: left;
}


/* MENU BUTTON */
.navmenuOff a, .navmenuOff a:visited, .navmenuOff a:active
{
	background: url(../_images/cosmetic/toolbar-vert-dash-white.gif) repeat-y right;
	color: #FFF;
	padding: 15px 15px 5px 15px;
	text-decoration: none;
}
.navmenuOff a:hover
{
	background: url(../_images/cosmetic/toolbar-vert-dash-white.gif) repeat-y right;
	color: #FFF;
	text-decoration: none;
}


/* SECONDARY */
.menuOne, .menuTwo, .menuThree
{
	width: 200px;
	background: #FFF;
	position: absolute;
	top: 35px;
	text-decoration: none;
	visibility: hidden;
	z-index: 5;
}
.menuOne a, .menuOne a:visited, .menuOne a:active,
.menuTwo a, .menuTwo a:visited, .menuTwo a:active,
.menuThree a, .menuThree a:visited, .menuThree a:active
{
	width: 100px;
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
	padding: 3px 70px 3px 11px;
	border-bottom: 1px solid #E0C861;
	text-decoration: none;
	line-height: 14px;
}
.menuOne a:hover, .menuTwo a:hover, .menuThree a:hover
{
	color: #FFF;
	text-decoration: none;
}


/* TERTIARY */
.menuOne .menuOneTertiary
{
	width: 200px;
	background: #D6AD00;
	position: absolute;
	text-decoration: none;
	visibility: hidden;
	z-index: 5;
}
.menuOneTertiary a, .menuOneTertiary a:visited, .menuOneTertiary a:active
{
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
	padding: 3px 70px 3px 11px;
	border-bottom: 1px solid #E0C861;
	text-decoration: none;
	line-height: 14px;
}
.menuOneTertiary a:hover
{
	color: #FFF;
	text-decoration: none;
}


/* MENU RESET */
.navresetbot
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 1;
}
