@charset "utf-8";
/* CSS Document */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;text-align:left}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* 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:#ffffff;
		padding:0px 0px 0px 1px;
		margin:0px;
		border-width:1px 0px 1px 0px;
		border-style:solid;
		height:39px;
		width:641px;
		border:0px solid #FF0000;
		background-image:url(../../assets/img/ClientImage/template1_bg.gif);
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#ffffff;
		font-family:"Lucida Grande", Arial;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		padding:12px 13px 5px 12px;
		height:20px;
		border-style:solid;
		border-color:#4779AB;
		border-width:0px 0px 0px 1px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#326598;
		font-family:"Lucida Grande", Arial;
		font-size:13px;
		font-weight:bold;
		background:url(../../assets/img/ClientImage/hover.gif) repeat-x;
		text-decoration:none;
		height:22px;
		cursor:pointer;
	}
	
	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		color:#4478AB;
		background:#D6EAFD;
		text-decoration:none;
		background:url(../../assets/img/ClientImage/hover.gif) repeat-x;
		}

	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		/*background-image:url(images/template1_white_arrow.gif);*/
		background-repeat:no-repeat;
		background-position:92%;
		cursor:default;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		width:auto;
		background:#D6DCE2;
		background:#D6EAFD;
		padding:5px 8px 0px 0px;
		margin:0px;
		border:0px solid #CC6600;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-family:"Lucida Grande", Arial;
		font-size:12px;
		background:#D6EAFD;
		margin:0px 0px 0px 12px;
		color:#326598;
		border-style:solid;
		text-decoration:none;
		padding:5px 0px 0px 0px;
		border:0px solid #4779AB;
		height:22px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		
		background:#D6EAFD;
		color:#000000;
		font-size:12px; 
		padding:5px 0 0 0;
		height:22px;
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		color:#000000;
		background:#D6EAFD;
	}


	/*"""""""" [SUB] Parent Items """"""""
	#qm0 div .qmparent 
	{
		background-image:url(images/template1_black_arrow_right.gif);
	}
*/

