/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.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 {display:none;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:#d2d6d9;
	padding-left:0px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:#000000;
	width: 800px;
	background-image: url(images/nav-bar-bg.jpg);
	background-repeat: repeat-x;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#27292a;
	background-color:transparent;
	font-family:Arial;
	font-size:0.8em;
	text-decoration:none;
	padding:5px 35px 5px 30px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 1px 0px 0px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	/*border-color:#333333;*/

		color:#000000;
	background-color:#dce5ed;
	text-decoration:none;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{
	/* Note: Add '!important' after each style */
		/*border-color:#333333 !important;*/

		color:#000000 !important;
	background-color:#dce5ed !important;
	text-decoration:none !important;
	background-image:url(images/template1_black_arrow.gif) !important;
	}


	/*"""""""" (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
	{
	background-color:#dce5ed;
	padding:5px 5px 5px 5px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	margin:0px;
	border-color:#333333;
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	font-size:0.7em;
	color:#333333;
	border-width:0px 1px 0px 1px;
	border-color:#dce5ed;
	border-style:solid;
	padding:3px 30px 3px 5px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	border-color:#666666;
	background-color:#bed9ed;
	color:#000000;
	text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#666666 !important;
		background-color:#EFF4FA !important;
		color:#000000 !important;
		text-decoration:underline !important;
		background-image:url(images/template1_black_arrow_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(images/template1_black_arrow_right.gif);

	}
