/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0;width:0;clear:left;line-height:0;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/* Remove the comments bleow for vertical mains and change the false value to
   true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/





	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{
		margin: 0;
		_margin-top: 2px; /* <= ie6 */
		z-index:10 !important;
		height:21px;
		padding: 9px 0 0 0;
	}



	 /*"""""""" (MAIN) Items """"""""*/
	
	#qm0 a {
		display: block;
		font-size: 10px;
		color: #421C10;
		text-transform: uppercase;
		text-decoration: none;
		text-align: left;
		margin: 0 20px 0 0;
		padding: 0 13px 0 13px;
		background-image: url(../images/bullet.gif);
		background-position: left center;
		background-repeat: no-repeat;
		height: 12px;
	}	
	
	#qm0 a#blank {
		background-color: #CCB9AF;
		padding-right: 0!important;
		background-image: none;
	}
	

	#qm0 a:hover {
		background-color: #E7DEDA;
		background-image: none;
		color: #975E4B;
	}

body #qm0 .qmactive, body #qm0 .qmactive:hover	
{	
		background-color: #E7DEDA;
		background-image: none;
		color: #975E4B;
}

	
/*"""""""" (MAIN) Hover State """"""""*/
#qm0 div a:hover
{ 
	color:#421C10;
	background-color:#E7DEDA;
}

/*"""""""" (MAIN) Active State""""""""*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
{	
		background-color: #E7DEDA;
		color: #421C10;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 div .qmparent
{
	background-repeat:no-repeat;
	background-position:97% 50%;
}

#qm0 div .qmparent {
	background-image:url(../images/bullet.gif);
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	background-color:#fff;
	padding:0;
	margin: 6px 0 0 0;
	_margin-top: 8px; /* <= ie6 */
	border:2px solid #df9920;
	width: 200px;
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		
	font:10px;
	line-height:1.0em;
	height: auto!important;
	color:#421C10;
	padding:3px 20px 3px 5px;
	margin:0;
	border:0;
	white-space:normal!important;
	text-transform: uppercase;
	background-image: none;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	color: #421C10;
	text-decoration:none;
	background-color:#E7DEDA;
}

#qm0 div div
{
	/*width:150px!important;*/
	margin:-2px 0 0 0;
}

#qm0 div#lastnav div
{
    margin-left: -404px;
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	text-decoration:none;
	background-color:#E7DEDA;
	background-image:url(../images/bullet.gif);
	background-position:97%!important;
	height:auto!important;
	margin-top:auto!important;
}
