.jquerycssmenu{
	font-size:13px;
	position:absolute;
	z-index:13;
}

.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}


.first-level
{
	
	padding:10px 10px 0px 10px;	
	height:26px;
}

.jquerycssmenu ul .active{
	background:#d8bb5f;
}

.jquerycssmenu ul li:hover{
	background:#d8bb5f;
}


.jquerycssmenu ul .divider{padding:0px; height:36px; width:1px; border:0px; background:url('../images/menu/divider.png') no-repeat;}
.jquerycssmenu ul .divider img{width:1px; }

/*Top level menu link items style*/
.jquerycssmenu ul li .firstlvl{
	display: block;
	padding: 0px;
	color:#fff;
	text-transform:uppercase;
}

	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background:#d8bb5f;
	z-index:10;
	/*background:url('../images/bgmenu.png') repeat-x bottom #ffffff;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	padding:0px;
	width: 180px;
	height:24px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font-size:11px;
	padding:5px 5px;
	color:#fff;
	text-shadow:0px 0px 0px;
	text-transform:capitalize;
	display: block;
}

.jquerycssmenu ul li ul li a:hover{ 
	background: #f0f0f0;
	color:#161616;
	text-shadow:0px 0px 0px;
	text-transform:capitalize;
}




/*.bottom_menu*/
#bottom_menu
{
	background:url('../images/bottom_menu_bg.png') repeat;
	margin-top:35px;
	min-height:300px;
	position:relative;
}

.bottom_menu
{
	width:1004px;
	margin:0px auto;
	padding:25px 0px;
}

.bottom_menu ul,li{margin:0px; padding:0px; list-style:none; }
.bottom_menu .parents {float:left; display:inline; }
.bottom_menu .limargins{margin-right:3%; } 
.bottom_menu .parents a{color:#000000;  font-size:12px; text-transform:uppercase;}
.bottom_menu .parents a:hover{text-decoration:underline;}

	.bottom_menu .childs{ margin-top:30px; } 
	.bottom_menu .childs li{padding-bottom:5px;}
	.bottom_menu .childs a{color:#875a43;  font-size:12px; text-transform:capitalize;}
	.bottom_menu .childs a:hover{text-decoration:underline;}
.bm-divider{background:#e6e1d0; height:1px; position:absolute; top:50px; width:1004px; left:50%; margin-left:-502px; }