<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
<style type="text/css">


/*!!!!!!!!!!! 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;}


/*!!!!!!!!!!! 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;
		border-style:solid;
		border-color:#efefef;
		border-width:1px 0px 1px 0px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:#ffffff;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		padding:5px 5px 5px 8px;
		border-style:solid;
		border-color:#efefef;
		border-width:1px 0px 2px 0px;
	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#efefef;
		color:#006699;
		font-weight:bold;
		text-decoration:none;
		border-bottom-color:#006699;
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		text-decoration:none;
		font-weight:bold;
		background-color:#efefef;
		color:#006699;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
		background-position:95%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#eaeaea;
		padding:10px 0px 10px 0px;
		margin-top:-1px;
	}

	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-image:none;
		background-color:transparent;
		padding:2px 0px 2px 15px;
		border-width:0px 1px 0px 1px;
		border-style:solid;
		border-color:#006699;
		margin:0px 5px 0px 5px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:underline;
		color:#006699;
		border-width:0px 1px 0px 1px;
		border-style:solid;
		border-color:#006699;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color:#eaeaea;
		border-color:#999999;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	}


	


</style>

