/*!!!!!!!!!!! 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}*/

#qm0
{
}

#qm1
{
}	

/*"""""""" (MAIN) Container """"""""*/
.qmmc
{ 
}

	/*"""""""" (MAIN) Items """"""""*/
.qmmc a
{
}


/*"""""""" (MAIN) Hover State """"""""*/
.qmmc a:hover
{ 
}


/*"""""""" (MAIN) Active State """"""""*/	
body .qmmc .qmactive, body .qmmc .qmactive:hover
{ 
}


/*"""""""" (MAIN) Parent Items """"""""*/
.qmmc .qmparent
{

}

/*"""""""" [SUB] Containers """"""""*/
.qmmc div
{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:7px 7px;
	border-color:#B3DC8A;
	margin-top: 2px;
	text-align:left;
}


/*"""""""" [SUB] Items """"""""*/
.qmmc div a
{	
	color:	#347BBF;
	font: 11px 'MS Sans Serif',Geneva,sans-serif;
	text-decoration: none;
	padding: 5px 4px 5px 5px;
}

/*"""""""" [SUB] Hover State """"""""*/
.qmmc div a:hover
{
	color:#333333;
	font: 11px 'MS Sans Serif',Geneva,sans-serif;
	text-decoration: none;
	background-color:#B3DC8A;
	padding: 5px 4px 5px 5px;
}

.qmmc div div
{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:7px 7px;
	margin: 0px;
	border-color:#B3DC8A;
}

/*""""""""[SUB] Active State """"""""*/
body .qmmc div .qmactive, body .qmmc div .qmactive:hover
{
	background-image:url(/Images/NavArrow.gif);
	background-repeat:no-repeat;
	background-position: 100% 50%;
	background-color:#B3DC8A;
}


/*"""""""" [SUB] Parent Items """"""""*/
.qmmc div .qmparent 
{
	background-image:url(/Images/NavArrow_On.gif);
	background-repeat:no-repeat;
	background-position: 100% 50%;
}
