 ul.L0 {
	list-style: none;
	width: 100%;
	text-transform: none;
	color: #35679A;
}
 ul.L0 li {
	position: relative;
	width: 160px;
	float: left;
	text-transform: none;
}

ul.L0 li#home {
	width: 145px;
}

ul.L0 li#about {
	width: 145px;
	}
	
ul.L0 li#collection {
	width: 175px;
	}
ul.L0 li#ambassador {
	width: 180px;
	}
	
ul.L0 li#contact{
	width: 155px;
}
	
	
 ul.L0 li a {
	display: block;
	text-align: center;
	height: 37px;
	color: #FFFFFF;
	text-decoration: none;
	font: normal 11px/36px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
}

ul.L0 li a.current,
 ul.L0 li a.current {
background: #D48148 url(../images/ornamentWhite.gif) no-repeat 0px center;

}

 ul.L0 li:hover a,
 ul.L0 li.hover a {
	color: #FFFFFF;
	background: #FABF96;
}

 ul.L0 li:hover a.current,
 ul.L0 li.hover a.current {
background: #FABF96 url(../images/ornamentWhiteHover.gif) no-repeat 0px center;

}

 ul.L0 ul.L1 {
	position: absolute;
	top: -60px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

 ul.L0 ul.L1 .topItem {
	border-top: thin solid #D48148;
}
 ul.L0 ul.L1 .bottomItem {
	border-bottom: thin solid #D48148;
}


 ul.L0 ul.L1 li {
 background:#CCCCCC;
 color: #ffffff;
 text-transform: uppercase;
	position: relative;
	font: 11px/30px Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	width: 175px;
}
ul.L0 ul.L1 li a {
	display: block;
	text-align: center;
	height: 25px;
	color: #D48148;
	text-decoration: none;
	font: 11px/30px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #FFFFFF;
	border-top: thin none #D48148;
	border-right: thin solid #D48148;
	border-bottom: thin none #D48148;
	border-left: thin solid #D48148;
}



 ul.L0 ul.L1 li:hover a,
 ul.L0 ul.L1 li.hover a {
	color: #FFFFFF;   /* orange */
	text-decoration: none;
	background: #D48148;
}




 li ul {
	display: none;
}
 li:hover ul,
 li.hover ul {
	display: block;
	position: relative;
}

