/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments below for vertical mains and change the false value to
           true in the qm_create function after the menus structure. 
		This is in the MenuCreateScript.ascx as part of the integration with 
		the Acsys vertical stack.
	*/
	/*.qmmc a {float:none}*/

	
/*"""""""" (MAIN) Container """"""""*/
#qm0
{ 
}

	/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{ 
}


/*"""""""" (MAIN) Active State """"""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover
{ 
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{

}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	background-color:#E2EBF4;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#8594c6;
	margin-top: 1px;
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{	
	color:	#233e99;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-width: 1px 0px 0px 0px;
	border-color:#9aa6d0;
	border-style: solid;
	padding: 5px 15px 5px 25px;
}

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	color:#E2EBF4;
	text-decoration: none;
	background-color:#233e99;
	padding: 5px 15px 5px 25px;
}

#qm0 div div
{
	background-color:#E2EBF4;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	margin: 0px;
	border-color:#8594c6;
}

/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	background-image:url(/ui/images/NavArrow_On.gif);
	background-repeat:no-repeat;
	background-position: 100% 50%;
	background-color:#233e99;
	color:#E2EBF4;
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{
	background-image:url(/ui/images/NavArrow_On.gif);
	background-repeat:no-repeat;
	background-position: 100% 50%;
}

