<!--Core Add-On Code-->
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}

/*!!!!!!!!!!! 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;}

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

/* Container for the menubar */
#qm0 {
	background-color:transparent;
}

/* Main items for the menubar*/
#qm0 a {
	color: #FFFFFF;
	background-color: rgb(20,45,131); 
	font-family: Arial;
	font-size:11px;
	text-decoration:none;
	padding:5px 14px 5px 8px;
	border-style:dotted;
	border-color:gray;
	border-width: 0px 1px 0px 0px;
}
#qm0 a:hover {
	color: #FFFFFF;
	background-color: #376DC7;
	text-decoration: none;
}

/* Active menu in the menubar */
#qm0 .qmactive {
	/* Note: Add '!important' after each style */
	background-color:#376DC7 !important;
	text-decoration:none !important;
	cursor: default !important;
}
/* Parent Items */
#qm0 .qmparent {
	cursor: default;
	padding-right: 10px;
}

/* Submenu containers */
#qm0 div {
	background-color: white;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	margin-top:-1px;
}
/* Submenu items */
#qm0 div a {
  color: black;
	background-color: white;
	padding:2px 40px 2px 5px;
	border-width:0px;
	border-style:none;
	border-color:#000000;
	text-decoration:none;
}
#qm0 div a:hover {
  color: white;
	text-decoration:none;
}
#qm0 div .qmactive {
/* Note: Add '!important' after each style */
	background-color:#376DC7 !important;
}
/* Parent Items */
#qm0 div .qmparent {
/*	background-image:url(images/arrow_right.gif); */
}
