/* main_navigation */
.main_navigation {
	background: #DED9D0 url('http://sacredessences.com/img/nav.gif') repeat-x; 
height: 30px;
	border-top: 1px solid #996;
}
.main_navigation a.mainLink {
	background: #FFF url('http://sacredessences.com/img/nav.gif') repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	padding: 0 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}
.main_navigation a.mainLink#active {background-position: left bottom; color: #331;}

.main_navigation a.mainLink:hover {background-position: left bottom; color: #331;}

.pnav{
	text-decoration: none;
	font: 12px sans-serif;
}


/*-------------------  DROP DOWN MENU   ---------------- */
.drop_menu {
width: 99%;
font-weight: bold;
padding: 0px;
border: 1px solid #ccc;
}
.drop_menu ul{
	border: none;
	width: 100%;
	background: url(http://sacredessences.com/css/img/menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 1px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.drop_menu ul li{
display: inline;
color: black;
}
.drop_menu ul li:first-child{
background-color: #DFD7C3;
border: 1px solid #ccc;
}
.drop_menu ul li a{
color: #494949;
padding-right: 12px;
padding-left: 12px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.drop_menu ul li a:hover, .drop_menu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.drop_menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.menu a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .menu a{ /*IE only hack*/
width: 100%;
}

.menu a:hover{ /*THEME CHANGE HERE*/
background-color: #DDD;
}

.direc_nav{
	background: #CEC9C0 url('http://sacredessences.com/img/directory.jpg') repeat-x;
	height: 20px;
	padding-left: 12px;
	border-top: 1px solid #6F6861;
	border-bottom: 1px solid #AFA8A1;
}
.direc_nav a{
	text-decoration: none;	
}

.dropdown * {padding:0; margin:0; font:bold 12px Tahoma, sans-serif ; }
.dropdown {float:left;}
.dropdown dt {cursor:pointer; } /*background:url(img/header.gif)  */
.dropdown dt:hover {background:url('../img/directory_over.jpg');}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; z-index:200; opacity:0;}/*  */
.dropdown ul {position:relative; top: 2px; border-width:0px 2px 4px;border-style: solid; border-color: #bbafa0; list-style:none;  background-color:#fed;}
.dropdown li {display:inline}
.dropdown li a:hover {background-color:#aaa; color:#fff} 
.dropdown li a {padding-left:5px;border-top:1px solid #edc}
.dropdown a, .dropdown a:active, .dropn a:visited {height:16px; display:block; padding:3px 6px 0px 6px; color:#a98; text-decoration:none;}
.dropdown a:hover { color:#543;}


/********************************************************************************************/
/*     MEGA MENU!         MEGA MENU!          MEGA MENU!            MEGA MENU!              */
/********************************************************************************************/
.megamenu {
	background:#9FC54E;
	border:1px solid #9FC54E;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:helvetica, arial, sans-serif;
	font-size:24px;
	width:698px;
	height:60px;
	color:#FFF;
	margin:0;
	padding:0;

}
.downservices{
	z-index: 1000;
	width: 100px;
}
.main_navigation{
	z-index: 500;
	position:relative;
	margin:0px;
}
.bigmenu {
	display:none;
	text-align:left;
	position:absolute;
	top:30px;
	left:40px;
	background:#444;
	font-size:12px;
	width:585px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	padding:10px;
	z-index: 1100;
}


.bigmenu p{
	color:white;
}

.bigmenu li, .bigmenu a{
	display: list-item;
}


.bigmenu .mleft{
	background-color: #1F1F1F;
	width:300px;
	height: 230px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bigmenu .mright {
	float:right;
	background: #172323 url(http://sacredessences.com/css/img/menu_bg.jpg);
	width:250px;
	height:250px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid black;
}

.bigmenu{
	color:white;
}

.bigmenu .h{
	line-height: 1.2em;	
	color:white;
}

.bigmenu h1,.bigmenu h2, .bigmenu h3, .bigmenu h4, .bigmenu h5, .bigmenu h6{
	color: #fff;
	font-family: sans-serif;
	display: inline;
}

.bigmenu a.link{
	text-decoration: none;
	display: block;
	padding:10px;
	padding-bottom:0px;
}

.bigmenu a.link ul li{
	list-style-type: none;
}

.bigmenu a.link:hover{
	cursor: pointer;
	background: #2F2F2F;
}