

/*!!!!!!!!!!! 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/nav_home.jpg);width:91px;height:28px;}
	#qm0 #mitem0.qmactive {background-image:url(../images/nav_home_f2.jpg);}
		
	#qm0 #mitem1 {background-image:url(../images/nav_products.jpg);width:177px;height:28px;}
	#qm0 #mitem1.qmactive {background-image:url(../images/nav_products_f2.jpg);}
	
	#qm0 #mitem2 {background-image:url(../images/nav_support.jpg);width:106px;height:28px;}
	#qm0 #mitem2.qmactive {background-image:url(../images/nav_support_f2.jpg);}
	
	#qm0 #mitem3 {background-image:url(../images/nav_about.jpg);width:107px;height:28px;}
	#qm0 #mitem3.qmactive {background-image:url(../images/nav_about_f2.jpg);}
	
	#qm0 #mitem4 {background-image:url(../images/nav_inforeq.jpg);width:129px;height:28px;}
	#qm0 #mitem4.qmactive {background-image:url(../images/nav_inforeq_f2.jpg);}
	
	#qm0 #mitem5 {background-image:url(../images/nav_contact.jpg);width:117px;height:28px;}
	#qm0 #mitem5.qmactive {background-image:url(../images/nav_contact_f2.jpg);}
	

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
	}
	
	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:transparent;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		padding:0px;
		border-style:none;
		border-color:#dddddd;
		border-width:1px;
		background-repeat:no-repeat;
		background-position:center center;
		margin-right:0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}
	
	/*"""""""" [MAIN] Fix for NON Sub Links """"""""*/
	#qm0 a#mitem0 {background-image:url(../images/nav_home.jpg);}
	#qm0 a#mitem0:hover {background-image:url(../images/nav_home_f2.jpg);}
	#qm0 a#mitem2 {background-image:url(../images/nav_support.jpg);}
	#qm0 a#mitem2:hover {background-image:url(../images/nav_support_f2.jpg);}
	#qm0 a#mitem4 {background-image:url(../images/nav_inforeq.jpg);}
	#qm0 a#mitem4:hover {background-image:url(../images/nav_inforeq_f2.jpg);}
	#qm0 a#mitem5 {background-image:url(../images/nav_contact.jpg);}
	#qm0 a#mitem5:hover {background-image:url(../images/nav_contact_f2.jpg);}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#003366;
		padding:0px;
		border-style:solid;
		border-width:1px;
		border-color:#cccccc;
		margin-top:-1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	
		#qm0 div a:hover
	{
		text-decoration:none;
		background-color: #FF0000;
		color: #FFFFFF;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color:#ffffff;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color:#003366;
		padding:5px 40px 5px 5px;
		/* border:1px solid #000; */
		background-repeat:no-repeat;
		background-position:95%;
		color: #FFFFFF;
	}
	
	#portfolio td {padding: 10px;}
	
	#portfolio img {border: 0px;}