/*!!!!!!!!!!! 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;}
.qmsh div a{float:left;}
/*.qmmc div {visibility:hidden;position:absolute;}*/
.qmmc div {display:none;position:absolute;}

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


/* Remove the comments bleow for vertical mains and change the false value to
       true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/




/*"""""""" (MAIN) Container """"""""*/
#qm0
{
	background-color:transparent;
	margin-top:0px;
	width: 230px;
	font-size: 12px;
	font-weight: bold; 
}


 /*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
	/*height:25px;*/
	color: white;
	background-color: #1D5595;
	font-family:Arial;
	text-decoration:none;
	padding: 6px 3px 6px 9px;
	border-style:solid;
	border-color: white;
	border-width:0px 0px 1px 0px;

}


/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
	background-color: #09366E;
	color: white;
}


/*"""""""" (MAIN) Active State """"""""*/
body #qm0  .qmactive, body #qm0  .qmactive:hover
{
	background-color: #1D5595;
	text-decoration: none;
	color: white;
}




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


/*"""""""" [SUBSUB] Containers """"""""*/
#qm0 div div
{
	/*background-image:url(images/green_bg2.gif);*/
	background-color: white;
	padding:0px 0px 0px 0px;
	border-style:none;
	border-width:1px;
	border-color: white;
	margin: 0;
	margin-top:-1px;
}

/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
	/*background-image:url(images/green_bg2.gif);*/
	background-color: white;
	padding:0px 0px 0px 0px;
	border-style:none;
	border-width:1px;
	border-color: white;
	margin-top:-1px;
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{
	background-image:none;
	background-color: #031436;
	padding:6px 3px 6px 16px;
	border-bottom:1px;
	border-style:solid;
	border-color: white;
	margin:0px 0px 0px 0px;
	/*height:25px;*/
	color: white;
}
/*"""""""" [SUBSUB] Items """"""""*/
#qm0 div div a
{
	background-image:none;
	background-color: #000008;
	padding:6px 3px 6px 23px;
	border-bottom:1px;
	border-style:solid;
	border-color: white;
	margin:0;
	/*height:25px;*/
	color: white;
}


/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	background-color: #09366E;
	text-decoration: none;
	color: white;
}

/*"""""""" [SUBSUB] Hover State """"""""*/
#qm0 div div a:hover
{
	background-color: #09366E;
	text-decoration: none;
	color: white;
}


/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	background-color:#031436;
	text-decoration:none;
	color: white;
}


/*""""""""[SUBSUB] Active State """"""""*/
body #qm0 div div .qmactive, body #qm0 div div .qmactive:hover
{
	background-color: #031436;
	text-decoration:none;
	color: white;
}


/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent
{
	background-color: #031436;
	text-decoration:none;
	color: white;
	/*background-image:url(img/fnyil.gif);*/
}
