<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->

/*!!!!!!!!!!! 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;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


/*"""""""" (MAIN) Container """"""""*/
#qm0
{
	background-color:rgb(117,144,174);
}

#qm0:after{ /*Special Fix for Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
  	color: white;
  	background-color: rgb(117,144,174);
		font-family: verdana, helvetica, arial, sans-serif;
	  font-size: 8pt;
		text-decoration:none;
		padding:2px 30px 2px 8px;
		border-style:solid;
		border-color:rgb(117,144,174);
		border-width:1px;
}

/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{ 
	background-color: #C1D2EE;
	text-decoration:none;
	color: black;
}

#qm0 .home
{
  margin-left:4px;
  padding-left:18px;
	background-image:url(../Images/homeicon1.gif);
	background-repeat:no-repeat;
	background-position: left;
}

/*"""""""" (MAIN) Active State """"""""*/	
#qm0 .qmactive
{ 
	/* Note: Add '!important' after each style */
	text-decoration:none !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:rgb(117,144,174);
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#C1D2EE;
	margin-top:-1px;	
}
	
/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover
{
	text-decoration:none;
}

/*""""""""[SUB] Active State """"""""*/
#qm0 div .qmactive
{
	/* Note: Add '!important' after each style */

	background-color:#ffffff !important;
}

/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent 
{
	background-image:url(images/arrow_right.gif);	
}

/*"""""""" [SUB] Items """"""""*/
#qm0 div a
{		

	padding:2px 40px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
}
