/*!!!!!!!!!!! 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/Home.jpg);width:141px;height:39px;}
	#qm0 #mitem0.qmactive {background-image:url(images/Home_on.jpg);}
		
	#qm0 #mitem1 {background-image:url(images/AboutUs.jpg);width:158px;height:39px;}
	#qm0 #mitem1.qmactive {background-image:url(images/AboutUs_on.jpg);}
	
	#qm0 #mitem2 {background-image:url(images/ProductInfo.jpg);width:200px;height:39px;}
	#qm0 #mitem2.qmactive {background-image:url(images/ProductInfo_on.jpg);}
	
	#qm0 #mitem3 {background-image:url(images/Store.jpg);width:116px;height:39px;}
	#qm0 #mitem3.qmactive {background-image:url(images/Store_on.jpg);}
	
	#qm0 #mitem4 {background-image:url(images/ContactUs.jpg);width:185px;height:39px;}
	#qm0 #mitem4.qmactive {background-image:url(images/ContactUs_on.jpg);}
	
	#qm0 #mitem5 {background-image:url(images/FAQ.jpg);width:160px;height:39px;}
	#qm0 #mitem5.qmactive {background-image:url(images/FAQ_on.jpg);}
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#306bab;
		background-color:transparent;
		font-family:Arial;
		font-size:1em;
		text-decoration:none;
		font-weight:normal;
		padding:0px;
		border-style:none;
		border-color:#dddddd;
		border-width:0px;
		background-repeat:no-repeat;
		background-position:center center;
		margin-right:0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		
		text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#ecf5ff;
		padding:1px;
		border-style:solid;
		border-width:1px;
		border-color:#a5bfdf;
		margin-top:6px;
		margin-left:10px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		color:#000000;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style

		background-color:#ffffff !important;  */
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color:#ffffdd;
		padding:2px 20px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;

		background-repeat:no-repeat;
		background-position:95%;
	}

/* MAZZA stylesheet */
P, UL {	
	text-align:justify;
	text-indent:0pt;
	text-decoration: none;
	line-height:12pt;
	font-weight:normal;
	font-family: "Arial";
	font-size:10pt;
	color:#000000;
	}
P.bold {
	font-weight : bold;
}
A.new {
	font:10pt Arial;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	right : auto;
	line-height:14pt;
}
A:hover.new {font:10pt Arial; text-align:right; line-height:14pt; color:#CECECE; font-weight:bold; text-decoration:none;}
.form {	
	text-align:right;
	text-indent:0pt;
	text-decoration: none;
	line-height:12pt;
	font-weight:normal;
	font-family: "Arial";
	font-size:10pt;
	color:#000000;
	}

