/********************************************************
			CSS Document for MENU PRINCIPAL
*********************************************************/
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

/*"""""""" (MAIN) Container """"""""*/
#qm0{
	font-family:Georgia, "Times New Roman", Times, serif;

}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a{
	color:#EB9D14;
	text-decoration:none;
	padding:3px 15px 3px 5px;
	vertical-align: middle;
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover{
	background: #521D0F;
}


/*"""""""" (MAIN) Active State """"""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover{
	color:#521D0F;
	background: #EB9D14;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent{
	background: url(sub.gif) no-repeat 95% center;	
}
#qm0 .qmparent:hover{
	background: #521D0F url(sub.gif) no-repeat 95% center;	
}
#qm0 .qmparent:active{
	color: #EB9D14;
	background: #521D0F url(sub.gif) no-repeat 95% center;	
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div{
	margin-top:-1px;
	background: #521D0F;
	border-top: #B36B00 solid 1px;
}
/*"""""""" [SUB] Items """"""""*/
#qm0 div a{
	padding:1px 20px 1px 10px;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover{
	background: #EB9D14;
	color: #521D0F;
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover{

}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent {
	background: url(sub2.gif) no-repeat 95% center;	
}
#qm0 div .qmparent {
	background: #372500 url(sub.gif) no-repeat 95% center;	
}


#qm0 hr{
	margin: 5px 0px;
	_margin: 0px 0px;
	height: 1px;
	width: 100%;
	padding: 0px;
}
