/*
	************************************************************************************************************************
	START OF Drop Down Menu Styles
	************************************************************************************************************************
*/

/*---------------------------------- Vertical Menus -------------- */
ul.navmenuvert { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


li.navmenuvertli { /* all list items */
	width: 114px; /* Width of Menu Items */
	float: left;
	position: relative;
	z-index:2;
}

li.navmenuvertlisub {
	width: 135px; /* Width of Menu Items */
	z-index:3;
}
/*
/*
	Salonlines Specific - Styles (Peter Brennen Oct 2004)

li.navmenuvertlisub_mensgroom {
	width: 113px; /* Width of Menu Items */
/*	z-index:3;
/*}
/*li ul.navmenuvert { 
display: none;
	position: absolute;
	top: auto;
	left: 0;
}

/* Top level off state */

ul.navmenuvert li a {

	font-size: 70%;
	font-weight: 600;
	text-align:center;
	line-height: 37px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	
	background: url(../images/navbg_off.gif) repeat-x; 
	border-right: 1px solid #6d9edb;	
	border-top: 1px solid #95bdef;	
	border-bottom: 1px solid #6d9edb;	
	border-left: 1px solid #4571a9;	
	
	
}

/* Top level over state */

ul.navmenuvert li a:hover {
	
	text-decoration: none;
	background: url(../images/navbg_over.gif) repeat-x; 
	border-right: 1px solid #6d9edb;	
	border-top: 1px solid #95bdef;	
	border-bottom: 1px solid #6d9edb;	
	border-left: 1px solid #4571a9;	
	

}


	
/* Fix IE. Hide from IE Mac \*/

* html ul.navmenuvert li { float: left; height: 1%; }
* html ul.navmenuvert li a { height: 1%; }

/* End */

li>ul.navmenuvert
	{ 
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}


/*
	Sub Nav off Style
*/

/*li ul.navmenuvert li a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	padding-left:9px;
	line-height: 18px;
	color: #0238D0;
	display: block;
	text-decoration: none;
	background: #CBE8FF; /* IE6 Bug */
/*	background-color: #CBE8FF; 
	border-bottom: 1px solid #0182FB;
	border-left: 1px solid #0182FB;
	border-right: 1px solid #0182FB;
	
	/*background: #0000FF; 		IE6 Bug 
	background-color: #0000FF; 
D6086B
	*/
/*}




/*
	Sub Nav over Style
*/

/*li ul.navmenuvert li a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 9px;

	display: block;
	text-decoration: none;
	background: #1F93FF; /* IE6 Bug */
/*	background-color: #1F93FF; 
	border-bottom: 1px solid #0182FB;
	border-left: 1px solid #0182FB;
	border-right: 1px solid #0182FB;
/*}

/*
ul#navmenuvert3 li ul.navmenuvert li a {
	text-indent: 0px;
	background: #FFF; * IE6 Bug *
	background-color: #FFF; 
	font-weight: normal;
	color: #000;
	width:126px;
	text-align:left;
	/*voice-family: "\"}\"";*
	voice-family:inherit;
	width:115px;
}

ul#navmenuvert3 li ul.navmenuvert li a:hover {
	text-indent: 0px;
	background: #F00; /* IE6 Bug *
	background-color: #F00; 
	font-weight: normal;
	color: #FFF;
	width:126px;
	text-align:left;
	/*voice-family: "\"}\"";
	voice-family:inherit;
	width:115px;
}

ul#navmenuvert2 li ul.navmenuvert li a { 
	background: #FFF; /* IE6 Bug *
	background-color: #FFF; 
	color: #000;
	width:150px;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:139px;
}
*/


li:hover ul.navmenuvert, li.oververt ul.navmenuvert { /* lists nested under hovered list items */
	display: block;
}


hr.content {
	clear: left;
	display: none;
}

#shaddow {
float: left;
width: 100%;
background: #FFF url(/images/shaddow.gif) repeat-x; 
line-height: 19px;
}

#brownnavdiv {
width: 728px;
background: #5281b8;
}

/*
	************************************************************************************************************************
	END OF Drop Down Menu Styles
	************************************************************************************************************************
*/
