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

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

/*
	background: url(../images/menu_bg.jpg) no-repeat 0px 0px;
*/

	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		margin:0px;
		width:190px;
		height:27px;
		font-weight:bold;
		font-size:14px;
		line-height:27px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		margin-top: 5px;	
		color:#000000;
		width:180px;
		height:27px;
		text-decoration:none;
		padding-left:10px;
		background-color:#ee7f47;
		border: #ffffff solid 1px;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
		margin-top: 5px;	
		color:#000000;
		width:180px;
		height:27px;
		background: #ee7f47 url(../images/menu_bg2.jpg) no-repeat 0px 0px;
	}

	#qm0 a:active	
	{	
		margin-top: 5px;	
		color:#000000;
		width:160px;
		height:27px;
		background: transparent url(../images/menu_bg2.jpg) no-repeat 0px 0px;
	}
	

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#ffffff;
		width:160px;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		width: 300px;
		line-height:21px;
		margin-left: 160px;
		margin-top: -29px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		margin-top: 0px;	
		margin-bottom: 2px;	
		margin-left: 5px;
		width:180px;
		padding:0px 20px 0px 5px;
		color:#000000;
		font-size:10px;
		font-weight:normal;
		height:21px;
		line-height:21px;
		background-color:#ee7f47;
		border: #ffffff solid 1px;
		background-image:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		margin-top: 0px;	
		margin-bottom: 2px;	
		margin-left: 5px;
		width:180px;
		color:#ffffff;
		height:21px;
		line-height:21px;
		background-color:#ee7f47;
		background-image:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		color:#ffffff;

	}
	
