/*!!!!!!!!!!! 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 {display:none;position:absolute;}

#qm0
{
	background-color:transparent;
	margin-bottom:-2px;
}

#qm0 #tm1{ background-image:url(images/tb1.gif); width:92px; height:40px;}
#qm0 #tm1.qmactive{background-image:url(images/tbu1.gif); width:92px; height:40px;}
#qm0 #tm2{ background-image:url(images/tb2.gif); width:91px; height:40px;}
#qm0 #tm2.qmactive{background-image:url(images/tbu2.gif); width:91px; height:40px;}
#qm0 #tm3{ background-image:url(images/tb3.gif); width:91px; height:40px;}
#qm0 #tm3.qmactive{background-image:url(images/tbu3.gif); width:91px; height:40px;}
#qm0 #tm4{ background-image:url(images/tb4.gif); width:91px; height:40px;}
#qm0 #tm4.qmactive{background-image:url(images/tbu4.gif); width:91px; height:40px;}
#qm0 #tm5{ background-image:url(images/tb5.gif); width:91px; height:40px;}
#qm0 #tm5.qmactive{background-image:url(images/tbu5.gif); width:91px; height:40px;}
#qm0 #tm6{ background-image:url(images/tb6.gif); width:89px; height:40px;}
#qm0 #tm6.qmactive{background-image:url(images/tbu6.gif); width:89px; height:40px;}
#qm0 #tm7{ background-image:url(images/tb7.gif); width:91px; height:40px;}
#qm0 #tm7.qmactive{background-image:url(images/tbu7.gif); width:91px; height:40px;}

 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
	color:#000000;
	background-color:#ffffff;
	font-family:Verdana;
	font-size:.7em;
	text-decoration:none;
/*	padding: 2px 15px 2px 15px;*/
	font-weight:bold;
/*	margin:0px 1px 0px 1px; */

}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
/*	background-color:#efefef;	 */
	background-color:#FFFFFF;
}


/*"""""""" (MAIN) Active State """"""""*/
#qm0 .qmactive
{
	/* Note: Add '!important' after each style */

	background-color:#ffffff !important;
	text-decoration:underline !important;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
	background-image:url(images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:95%;
}


/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
/*	background-color:#efefef; */
	background-color:#ffffff;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	margin-top:-1px;
	z-index:99; 
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	text-decoration:underline;
}


/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive
{
	/* Note: Add '!important' after each style */

	background-color:#ffffff !important;
	z-index:99; !important;
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
	background-image:url(images/arrow_right.gif);
}


/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
/*	background-color:#eeeeee; */
	background-color:#ffffff;
	padding:2px 40px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
	font-weight:normal;
	font-size:12px;
}
