

/*!!!!!!!!!!! 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;
	width:143px;
	height:200px;
	overflow:auto;
}


/*!!!!!!!!!!! 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;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:#ffffff;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
	    text-transform:uppercase;
		/*padding:5px 40px 5px 8px;*/
		border-style:solid;
		border-color:#dddddd;
		border-width:0px;
	
	}


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


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

		background-color:#efefef !important;
		text-decoration:underline !important;
	}

	/*"""""""" [SUB] Items """"""""*/
	#qm1 a
	{
	background-color:#009FC6;
	padding-left:6px;
	/*padding:2px 30px 2px 5px;*/
	border-width:0px;
	border-style:none;
	color:#FFFFFF;
	border-bottom: white 1px solid;
	margin-left:0px;
	width:119px;
	}
	
	#qm1 a:hover
	{
	background-color:#00C9FB;
	padding-left:6px;
	/*padding:2px 30px 2px 5px;*/
	border-width:0px;
	border-style:none;
	color:#FFFFFF;
	border-bottom: white 1px solid;
	margin-left:0px;
	width:119px;
	}
	#qm2 a
	{
	background-color:#009FC6;
	padding-left:6px;
	/*padding:2px 30px 2px 5px;*/
	border-width:0px;
	border-style:none;
	color:#FFFFFF;
	border-bottom: white 1px solid;
	margin-left:0px;
	width:auto;
	}
	
	#qm2 a:hover
	{
	background-color:#00C9FB;
	padding-left:6px;
	/*padding:2px 30px 2px 5px;*/
	border-width:0px;
	border-style:none;
	color:#FFFFFF;
	border-bottom: white 1px solid;
	margin-left:0px;
	width:auto;
	}
