/*!!!!!!!!!!! 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;}
/*!!!!!!!!!!! END Do Not 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{margin-left:80px;}
/*
#qm0 *{color:white;}
*/
#qm0 a{
	font-family:"times new roman", georgia;
	color:white;
	background:transparent url('../images/nav_leftCap.gif') no-repeat top left;
	font-size:11px;
	text-decoration:none;
	padding:0px 0px 0px 12px;
	border:0;
	line-height:25px;	
	margin:0 2px 0 0;
	text-transform:uppercase;
	cursor:hand;
}
#qm0 a span{
	padding:0px 12px 0px 0px;
	background:transparent url('../images/nav_rightCap.gif') no-repeat top right;	
	line-height:25px;	
	height:25px !important;
	display:block;
	*display:inline;
}
#qm0 a:hover{ 
	color:#000066;
	background-color:white;
}
#qm0 .qmactive{ /* Note: Add '!important' after each style */		
	color:#000066 !important;
}

/*~*~*~*~*~*~*~*~* (MAIN) Parent Items *~*~*~*~*~*~*~*/
#qm0 .qmparent{}

/*~*~*~*~*~*~*~*~* [SUB] Containers *~*~*~*~*~*~*~*/
#qm0 div{
	background-color:#a8a59e;
	padding:3px;
	border:1px solid #8e8980;
	margin-top:5px;
	margin-left:0px;	
}
#qm0 div a{		
	background:transparent;
	line-height:14px;
	padding:2px 8px 2px 8px;
	border:0;
	border-bottom:1px solid #bfbcb4;
	border-top:1px solid #807d78;
	border-bottom:1px solid #807d78;
	border-top:1px solid #bfbcb4;
}
#qm0 div a:hover{			
	text-decoration:none;
	background:transparent;
	color:#000066;
}
#qm0 div .qmactive{/* Note: Add '!important' after each style */
	color:#000066 !important;
}

/*~*~*~*~*~*~*~* [SUB] Parent Items *~*~*~*~*~*~*~**/
#qm0 div .qmparent{}
	
	
		
		