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 { /* second-level lists */
	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: 24px;
	color: #ffffff;
	display: block;
	text-decoration: none; /* IE6 Bug */
	background-color: #009933;	/* Right-hand border colour = LINE */
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	/*border-bottom: 1px solid #666666;	 Bottom border colour = LINE */
	
}

/* Top level over state */

ul.navmenuvert li a:hover {
	
	background: #e5649f; /* IE6 Bug */
	background-color: #00BF3F;
	text-decoration: none;
	

}


	
/* 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-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
	/*background: #0000FF; 		IE6 Bug 
	background-color: #0000FF; 
D6086B
	*/
}
body {
	background-color: #C7F1D5;
	background-image: url(../images/bg01.png);
	background-repeat: repeat-x;
	background-position: center top;
}





/*
	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;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: #1F93FF; /* IE6 Bug */
	background-color: #1F93FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*
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;
}

#dropmenudiv{
	position:absolute;
	line-height:10px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
}

#dropmenudiv a{
	display: block;
	text-indent: 5px;
	padding: 8px;
	text-decoration: none;
	color: #006C00;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #00BF3F;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	padding: 5px;
}

input#search {
	border: 1px solid #009933;
	text-indent: 2px;
}


#bottom {
	background-color: #C7F1D5;
}.title_1 {
	color: #009933;
}
.title_2 {
	color: #009933;
	padding: 5px;
}
.title_2:hover {
	color: #009933;
	background-color: #C7F1D5;
	border: 2px solid #FFFFFF;
	padding: 3px;
}
.title_3 {
	color: #009933;
}
input#newsletter {
	border: 1px solid #009933;
	padding-left: 4px;
}
.title_4 {
	color: #009933;
	text-decoration: none;
}
.inputborder {
	border: 1px solid #009933;
	text-indent: 2px;
	padding-right: 3px;
}
