/* Beauty Lass MAIN NAVIGATION */
	#nav {
		font-size: 11px;	
		background: #53260b;
		height: 36px;
		margin-bottom: 16px;
		padding-left: 36px;
	}

	#nav ul{
		list-style: none;
		display: block;
		margin: 0;
		padding: 0px;
		width: 950px;
		float: left;
	}
	#nav ul li{
		font-weight: 100;
		margin:0;
		padding: 0px;
		float: left;
		
	}
	#nav ul.dropdown li a.home{
		padding: 5px 15px 6px 20px;
		border-left: none;	
		position:relative;
		z-index: 10;
	}
	#nav ul.dropdown li a.home:hover, #nav ul li a.home:active{
		background: none;
		cursor: pointer;
		margin:0;
		border:none;
		padding: 5px 15px 6px 15px;
	}
	#nav ul li a{
		padding: 9px 20px 9px 15px;
		text-decoration: none;
		color: #fff;
		display: block;
	}
	#nav ul li a small{display: none;}

	
	#nav .current_page_item a, #nav .current_page_item a:hover, #nav .current_page_ancestor a, #nav .current_page_ancestor a:hover{
		text-decoration: none;	
		background: #2a2a2a url(/images/nav-current.png) repeat-x top left;
		color: #fff;
	}
	 #nav li a:hover{
		color: #ffff00;
		background: #000;
	}
	 #nav li a:active{
		color: #fff;
		background: #2a2a2a url(/images/nav-action.png) repeat-x top left;
	}
	
	/* Drop Down*/
	#nav li{position:relative;}
	
	#nav ul ul {display: none;} 


/* CLEARFIX -- fixes clearing issue for floated elements */
	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;} 
	* html .fix{height:1%;}
	.fix{display:block;}
