/*Menu Style*/
.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 a {float:none}
.qmmc div {
	visibility:hidden;
	position:absolute;
	left: 20px;
	top: 20px;
}

	/* 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:transparent;
		color:#FFFFFF;
		font-size:14px;
		padding:3px 12px 3px 12px;
		height:21px;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
		color:#1e4878;
		background-color:#bac6d7;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		background-color:#bac6d7 !important;
		text-decoration:none !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(dvl/images/arrow0.gif);
		background-repeat:no-repeat;
		background-position:97%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#013e80;
		padding:0px;
		border-style:solid;
		border-width:1px;
		border-color:#FFFFFF;
		margin-top:-1px;
		width:200px;
		text-align:left;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		color:#1e4878;
		background-color:#bac6d7;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		background-color:#009d00 !important;
		font-style:italic !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	background-image:url(dvl/images/arrow0.gif);
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:transparent;
		width:176px;
		color:#FFFFFF;
		font-size:14px;
		padding:3px 12px 3px 12px;
		height:21px;
		text-decoration:none;
		text-align:left;
	}