/*!!!!!!!!!!! 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;}


	/* .qmmc a {float:none} */



	#qm0 { 
		background-color:transparent;
	}



	#qm0 a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		background: transparent url('../img/bg3.jpg') 0px 0px repeat-x;
		color: #000080;
		padding: auto 5px;
		vertical-align: middle;
		text-align: center;
		display: block;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		margin-bottom: 2px;
	}
	#qm0 a:hover{
		background: transparent url('../img/bg4.jpg') 0px 0px repeat-x;
		color: #CC0000 !important;
	} 


	#qm0 a:hover { 
		background-color:#efefef;
	}

	
	#qm0 .qmactive { 
		/* Note: Add '!important' after each style */

		background-color:#efefef !important;
		text-decoration:underline !important;
		text-decoration: none !important;
	}


	#qm0 .qmparent {
	}


	#qm0 div {
		background-color: #efefef;
		padding: 0px 0px 0px 0px;
		border-style: solid;
		border-width: 1px;
		border-color: #cccccc;

		margin-left: 2px;
		padding: 2px 2px 0px 2px;
		background:#ffffff !important;

		border-top-width: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}

	#qm0 div a:hover {
		text-decoration:underline;
	}

	#qm0 div .qmactive {
		background-color:#ffffff !important;
	}

	#qm0 div .qmparent {
	}

	a.qmparent:hover {
		text-decoration: none !important;
	}



	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a {		
		width: 180px;
		text-align: center;

		padding: auto 5px;
 		font-weight: normal;

		/***
		background:#DE9A99;
		***/

	}









