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

/*"""""""" (MAIN) Container """"""""*/
#qm0{
margin-top: 26px;
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 6px 15px;
	font-size: 12px;
	background: #941D16;
	margin-top: 3px;
}


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


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


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

/*"""""""" [SUB] Containers """"""""*/
#qm0 div{
	margin-top:-1px;
	background: #821813;
}
/*"""""""" [SUB] Items """"""""*/
#qm0 div a{
	padding:2px 15px;
	font-size: 12px;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover{
	background: #D52F2B;
	color: #FFFFFF;
}


/*""""""""[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: #821813 url(sub.gif) no-repeat 95% center;	
}


#qm0 hr{
}

