/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
	position:relative;
	z-index:1;
}
.qmmc .qmdividery {
	float:left;
	width:0px;
}
.qmmc .qmtitle {
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}
.qmmc {
	position:relative;
	zoom:1;
	z-index:10;
}
.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:left;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
}
.qmmc li {
	z-index:auto;
}
.qmmc ul {
	left:-10000px;
	position:absolute;
	z-index:10;
}
.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.qmmc li a {
	float:none
}
.qmmc li:hover>ul {
	left:auto;
}
#qm0 ul {
	top:100%;
}
#qm0 ul li:hover>ul {
	top:0px;
	left:100%;
}
/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0 {
	width:100%;
}
/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {
		background:url(../image/menu-bg.jpg) left top no-repeat;
		padding:0 0 0 10px;
		font:bold 12px Tahoma, Geneva, sans-serif;
		color:#000;
		text-decoration:none;
		margin:0 7px 0 0;
}
	#qm0 a strong{
		float:left;
		background:url(../image/menu-bg.jpg) right top no-repeat;
		padding:8px 25px 7px 15px;
	}
/*"""""""" (MAIN) Hover State""""""""*/	
#qm0 a:hover{
	background:url(../image/menu-bg.jpg) left bottom no-repeat;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

#qm0 a:hover strong{
	background:url(../image/menu-bg.jpg) right bottom no-repeat;
	color:#fff;
	cursor:pointer;
}

/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
#qm0 li:hover>a {
	background-color:#EFF4FA;
	color:#000000;
	text-decoration:underline;
}
/*"""""""" (MAIN) Active State""""""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background:url(../image/menu-bg.jpg) left bottom no-repeat;
	color:#fff;
	text-decoration:none;
}

body #qm0 .qmactive strong, body #qm0 .qmactive:hover strong{
	background:url(../image/menu-bg.jpg) right bottom no-repeat;
	color:#fff;
	text-decoration:none;
}

/*"""""""" (SUB) Container""""""""*/	
#qm0 div {
	padding:5px;
	margin:0px 0px 0px -1px;
	background:#393939;
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	text-align:left;
	border:1px solid #b0b0b0;
	border-top:none;
}
/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a {
	padding:4px 40px 4px 5px;
	color:#fff;
	font-size:11px;
	background:none;
	border-bottom:1px dotted #6b6a6a
}
/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover {
	background:#b0b0b0;
	color:#000;
	text-decoration:none;
	border-color:#666666;
	text-align:left;
}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 div a:hover {
	background-color:#b0b0b0;
	color:#000000;
	text-decoration:none;
	border-color:#666666;
}
/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background:#b0b0b0;
	color:#000000;
	text-decoration:none;
	border-color:#666666;
}
/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle {
	margin:2px 5px 5px 5px;
	color:#112747;
	font-family:Arial;
	font-size:11px;
}
/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx {
	border-top-width:2px;
	margin:4px 5px 4px 5px;
	border-color:#A2A1AD;
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent {
	background-image:url(qmimages/arrow_0.gif);
	text-decoration:underline;
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent {
	background-image:url(qmimages/arrow_0.gif);
	background-repeat:no-repeat;
	background-position:92% 50%;
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent {
	background-image:url(qmimages/arrow_2.gif);
	text-decoration:underline;
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent {
	background-image:url(qmimages/arrow_3.gif);
	background-repeat:no-repeat;
	background-position:92% 50%;
}


/*"""""""""" Home menu """""""""""""*/

#qm0 a.home{
	background:url(../image/home-bg.jpg) no-repeat;
	width:39px;
	height:31px;
	display:block;
	text-indent:-10000px;
	padding:0px;
	margin-left:14px;
}

#qm0  a.home:hover{
	background:url(../image/home-bg.jpg) left bottom no-repeat;
	width:39px;
	height:31px;
	display:block;
	text-indent:-10000px;
	padding:0px;
}

.last-bdr{
	border:none !important;
}


/*"""""""""" Request quote """""""""""""*/

a#request_quote{
	background:url(../image/request_btn.gif) no-repeat;
	display:block;
	font-size:13px;
	font-family:arial;
	font-weight:bold;
	color:#FFF;
	padding:7px 14px 8px 14px !important;
	}

a#request_quote:hover{
	background:url(../image/request_btn_hover.gif) left bottom no-repeat;
	display:block;
	font-size:13px;
	font-family:arial;
	font-weight:bold;
	color:#FFF;
	padding:7px 14px 8px 14px !important;
}
