/*!!!!!!!!!!! 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!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:215px;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		color:#FFFFFF;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding: 0px 0px 0px 10px;
		margin: 1px 0px 0px 0px;
		font-family:Verdana;
		font-size:12px;
		color:#FFFFFF;
		text-decoration:underline;
		width:215px;
		line-height: 20px;
		background: transparent no-repeat 0px 0px;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		padding: 0px 0px 0px 10px;
		margin: 1px 0px 0px 0px;
		font-family:Verdana;
		font-size:12px;
		color:#FFFFFF;
		text-decoration:underline;
		width:215px;
		line-height: 20px;
		background: transparent url(../images/bg_menu_item.jpg) no-repeat 0px 0px;
	}
	
	#qm0 a:active	
	{	
		padding: 0px 0px 0px 10px;
		margin: 1px 0px 0px 0px;
		font-family:Verdana;
		font-size:12px;
		color:#FFFFFF;
		text-decoration:underline;
		width:215px;
		line-height: 20px;
		background: transparent url(../images/bg_menu_item.jpg) no-repeat 0px 0px;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#ffffff;
		background: transparent url(../images/bg_menu_item.jpg) no-repeat 0px 0px;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		background: transparent url(../images/bg_menu_item.jpg) no-repeat 0px 0px;
		border-width:0px;
		border-style:solid;
		border-color:#ffffff;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 20px 3px 5px;
		color:#cccccc;
		font-size:11px;
		border-width:0px;
		border-color:#ffffff;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		color:#ffffff;
		text-decoration:underline;
	}


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


