
/*!!!!!!!!!!! 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 below 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-width:0px 0px 0px 0px;
		border-style:solid;
		border-color:transparent;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px px;
		width:800px;
		text-align: center;
	
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#FFFFFF;
		background-color:transparent;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		text-decoration:none;
		padding:0px 0px 0px 28px;
		border-style:none;
		border-color:transparent;
		border-width:0px 0px 1px 0px;
 		font-weight: bold;
		font-style: none;
		line-height: 29px;
		letter-spacing: 0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 

		COLOR: #adadad;
		FONT-SIZE: 8pt; 
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 0px;
		line-height: 29px;
		TEXT-DECORATION: none;
		font-style: none;	
		/*text-decoration:underline;*/
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		
		color:#c0c0c0 !important;

	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
		background-position:97%;
		
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		background-color:#0f61bb;
		padding:2px 2px 2px 2px;
		border-style:solid;
		border-width:1px 1px 1px 1px;
		border-color:#adadad;
		text-align: left;
		width:125px;
		
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size:7pt;
		color:#FFFFFF;
		border-width:0px 0px 0px 0px;
		border-color:transparent;
		padding:3px 10px 3px 5px;
		line-height: 20px;
		text-align: left;
		
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		color:#adadad;
		text-decoration:none;
		font-size:7pt;
		border-width:0px 0px 0px 0px;
		border-color:transparent;
		padding:3px 10px 3px 5px;
		line-height: 20px;
		text-align: left;		
		
	}

	

	
	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		color:#adadad !important;
		text-decoration:none !important;
		background-image:url(images/s2_arrow2.gif) !important;
		text-decoration:none !important;
		font-size:7pt !important;
		border-width:0px 0px 0px 0px !important;
		padding:3px 10px 3px 5px !important;
		line-height: 20px !important;
		text-align: left !important;	
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:none;
	}

