/* CSS Document */

/*!!!!!!!!!!! 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/images/nav_contractor_tab.gif);width:173px;height:31px;}
	#qm0 #mitem0.qmactive {background-image:url(/Images/images/nav_contractor_tab_on.gif);}
		
	#qm0 #mitem1 {background-image:url(/Images/images/nav_millwork_tab.gif);width:173px;height:31px;}
	#qm0 #mitem1.qmactive {background-image:url(/Images/images/nav_millwork_tab_on.gif);}
	

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
		text-align:center;
		line-height:20px;
	}
	
	
	
	


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#fff;
		background-color:transparent;
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		text-decoration:none;
		padding:0px;
		margin-right:0px;
		font-weight:normal;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		font-weight:bold;
		text-decoration:none;
			font-size:12px;
			
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		text-decoration:none;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#441103;
		padding:0px;
		margin:0 auto;
		width:173px;
		padding-bottom:0px;
		text-align:center;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background:#165342;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color:#441103;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color:#441103;
		padding:2px 0px 2px 0px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
		background-repeat:no-repeat;
		background-position:95%;
	}

