﻿/*!!!!!!!!!!! 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}*/


	#qm0 #mitem0 {background-image:url(../images/mnu00.gif);width:90px;height:32px;}
	#qm0 #mitem0.qmactive {background-image:url(../images/mnu01.gif);}
		
	#qm0 #mitem1 {background-image:url(../images/mnu00.gif);width:90px;height:32px;}
	#qm0 #mitem1.qmactive {background-image:url(../images/mnu01.gif);}
	
	#qm0 #mitem2 {background-image:url(../images/mnu00.gif);width:90px;height:32px;}
	#qm0 #mitem2.qmactive {background-image:url(../images/mnu01.gif);}
	
	#qm0 #mitem3 {background-image:url(../images/mnu00.gif);width:90px;height:32px;}
	#qm0 #mitem3.qmactive {background-image:url(../images/mnu01.gif);}
	
	#qm0 #mitem4 {background-image:url(../images/mnu00.gif);width:90px;height:32px;}
	#qm0 #mitem4.qmactive {background-image:url(../images/mnu01.gif);}
	

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:#993300;
		font-family:Arial;
		font-size:.8em;
		text-decoration:none;
		padding:0px;
		border-style:none;
		border-color:#dddddd;
		border-width:1px;
		background-repeat:no-repeat;
		background-position:center center;
		margin-right:2px;
		margin-left:2px;
		padding-top:3px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*background-color:#efefef;*/
		padding-top:3px;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		color:#ffffff;
		/*background-color:#efefef !important;*/
		text-decoration:none !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}
	
	
	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#efefef;
		padding:2px;
		border-style:dotted;
		border-width:1px;
		border-color:#ffcc66;
		margin-top:8px;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-color:#993300;
		color:#ffffff;  
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#993300 !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color:#ffcc66;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;

		background-repeat:no-repeat;
		background-position:95%;
	}

