/* 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;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;z-index:999;}


/*!!!!!!!!!!! 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: transparent;
	padding-left: 20px;
	z-index:998;
	}

	/*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#fff;
	/*
	background-color:#660000;
	*/
	text-decoration:none;
	padding:0px 12px 3px 14px;
	text-align:left;
	font: .9em Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid #ffffff;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	/*
	background-color:#660000;
	*/
	color: #660000;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
	/*
		background-color:#660000;
		text-decoration: underline;
	*/	
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#d2d2f0;
		padding:5px;
		margin-top:0px;
		z-index:999;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#e6e6e6;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
	background-color:#e6e6e6;
/*	background-image:url(/images/arrow_right_hover.gif);	*/
	color: #000;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
/*		background-image:url(/images/arrow_right.gif);	*/
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	border-right: none;
	color: #000;
	background-color: #d2d2f0;
	padding:4px;
	}


