/* CSS Document */
.qmfv{visibility:visible !important;}
.qmfh{visibility:hidden !important;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;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;}

	/* 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
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		background-color:#efefef;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-weight:normal;
		padding:5px 15px 5px 15px;
		color:#999999;
		font-size:12px;
		text-decoration:none;
		white-space:nowrap;
		
	}
	
	#qm0 div a
	{
		background-color:#efefef;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-weight:normal;
		
		color:#999999;
		font-size:12px;
		text-decoration:none;
		white-space:nowrap;

		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#efefef;
		width:auto;
		background:url(../Images/manuSelect.gif) center left;
		background-repeat:repeat-x;
		color:#fff;
		text-decoration:none;
	}
	
	#qm0 div a:hover 
	{ 
		background-color:#374f73;
		width:auto;
		background:url(../Images/blank.gif) center left;
		background-repeat:repeat-x;
		color:#fff;
		text-decoration:none;

	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		/*background-color:#000000;*/
		background:url(../Images/manuSelect.gif) center left;
		text-decoration:none;
		color:#FFFFFF;
		
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(../images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
		
	}
	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	
	margin-top:3px;
	margin-left:2px;
	border: 1px solid #7c98bc;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#374f73;
		border-bottom: 1px solid #7c98bc;
		
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
	background-color:#374f73;
	padding:2px 40px 2px 5px;
	color:#ffffff;
	background-image:url(../images/qmactive_sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../images/sample3_sub_arrow.gif);
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#a5bede;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
		border-bottom: 1px solid #7c98bc; /* sub link bottom*/
		color:#1b293e; /* sub link color*/
	}
	#qm0 .mainlink {
	color:#e7e7e7; /* main link*/
	font-size:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../images/mainlinkarrow.gif) center left no-repeat; 
	}


	.MouseOver
	{ 
		background-color:#efefef;
		width:auto;
		background:url(../Images/manuSelect.gif) center left;
		background-repeat:repeat-x;
		color:#fff;
		text-decoration:none;
		padding:5px 15px 5px 15px;
	}
	
	