/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {
	position:relative;
	background-color: #00FF99;
}.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:transparent;
	padding-left:10px;
	border-width:1px 0px 1px 0px;
	border-color:#FFFFFF;
/*	background-image: url(lispine/menu-button.jpg); */
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#000066;
	background-color:transparent;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	text-decoration:none;
	padding:5px 10px 5px 8px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	font-weight: bold;
	width: 170px;
	}


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

		color:#000000;
		background-color:#FFFFFF;
		text-decoration:underline;
	}


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

		color:#003366!important;
		background-color:#8493B2!important;
		text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items  The DEFAULT  """"""""*/
	#qm0 .qmparent
	{
	background-repeat:no-repeat;
	background-position:12%;
	cursor:default;
	background-image: url(lispine/menu-button.jpg);
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	background-color:#CDAA79;
	border-width:1px 1px 1px 1px;
	border-color:#333333;
	margin-left: 10px;
	max-width: 225px;
	text-align: left;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: text-top;
	/*	background-image: url(lispine/menu-background.jpg); */
	line-height: 14px;
	color: #342A60;
	}


	/*"""""""" [SUB] Items Initial appearance of dropdown links """"""""*/
	#qm0 div a
	{
	font-size:11px;
	color:#000000;
	border-width:0px 1px 0px 1px;
	border-color:#CDAA79;
	padding:3px 10px 3px 5px;
	max-width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		border-color:#666666;
		background-color:#4b9A8F;
		color:#000000;
		text-decoration:underline;
			filter:alpha(opacity=65);
	-moz-opacity:0.65;
	}

	#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;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	width: 200px;
	}
