/*!!!!!!!!!!! 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 ul 
{
	top: 100%;
}

#qm0 ul li:hover>ul
{
	top: 0px;
	left: 100%;
}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		background-color:#ffffff;
		color:#be292f;
		font-family:Tahoma;
		font-size:11px;
		text-decoration:none;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		background-color:transparent;
		background-position:0% 0%;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 30px 3px 3px;
		margin:0px;
		background-color:transparent;
		color:#FFFFFF;
		font-family:Tahoma;
		font-size:11px;
		text-decoration:none;
		text-align:left;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		color:#cccccc;
		text-decoration:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#ff0000;
		color:#FFCC00;
	}


