/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
}
.qmmc .qmdividery {
	float:left;
	width:0px;
}
.qmmc .qmtitle {
	display:block;
	cursor:default;
	white-space:nowrap;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}
.qmmc {
	position:absolute;
	zoom:1;
}
.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:left;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
}
.qmmc ul {
	left:-10000px;
	position:absolute;
}
.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.qmmc li a {
	float:none
}
.qmmc li{
	position:relative;
}
.qmmc ul {
	z-index:10;
}
.qmmc ul ul {
	z-index:20;
}
.qmmc ul ul ul {
	z-index:30;
}
.qmmc ul ul ul ul {
	z-index:40;
}
.qmmc ul ul ul ul ul {
	z-index:50;
}
li:hover>ul{
	left:auto;
}
#qm0 ul {
	top:100%;
}
#qm0 ul li:hover>ul{
	top:0px;
	left:100%;
}

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



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
/*
#qm0 {
    background-color: transparent;
    float: left;
    left: -280px;
    top: -2px;
} 
*/


	/*"""""""" (MAIN) Items""""""""*/	
#qm0 a {
    border: 1px solid #0060BE;
    color: #D1E8FE;
    font-size: 20px;
    height: 34px;
    padding: 19px 30px 5px;
    text-decoration: none;
    text-shadow: 2px 2px 2px #002443;
}

	/*"""""""" (MAIN) Hover State""""""""*/	
#qm0 a.qmparent:hover {
  	background: none repeat scroll 0 0 #005CB7;
    border-left: 1px solid #156cc1;
    border-right: 1px solid #156cc1;
    text-decoration: underline;
    background: none repeat scroll 0 0 #005CB7;
}

	/*"""""""" (MAIN) Active State""""""""*/	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
   	background: none repeat scroll 0 0 #005CB7;
    border-left: 1px solid #156cc1;
    border-right: 1px solid #156cc1;
    text-decoration: underline;
    background: none repeat scroll 0 0 #005CB7;
}
body #qm0 .last:hover {
    background: none repeat scroll 0 0 #005CB7;
    border-left: 1px solid #156cc1;
    border-right: 1px solid #156cc1;
    text-decoration: underline;
    background: none repeat scroll 0 0 #005CB7;
}
	/*"""""""" (SUB) Container""""""""*/	
#qm0 div, #qm0 ul {	
	padding:0px;
	margin:0px;
	background-color:transparent;
	border-radius: 0 0 10px 10px;
}


	/*"""""""" (SUB) Items""""""""*/	
#qm0 div a, #qm0 ul a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #979797 !important;
    border-right: 1px solid #979797 !important;
    border-top: 1px solid #979797 !important;
	border-bottom: 1px solid #979797 !important;
    color: #2F74B0;
    font-size: 16px;
    height: auto;
    padding: 5px 30px 5px 15px;
    text-shadow: none;
}
#qm0 ul a:hover {
    background: none repeat scroll 0 0 #e5eef8;
}
	/*"""""""" (SUB-items) Items""""""""*/
#qm0 div a {
    background: none repeat scroll 0 0 #FFFFFF;
    border:0px;
    border-top: 1px solid #F5F4F4;
    color: #2F74B0;
    font-size: 16px;
    height: auto;
    padding: 18px 82px 10px 18px;
    text-shadow: none;
}
#qm0 div a:hover {
    background: none repeat scroll 0 0 #e5eef8;
}
#qm0 ul a.end {
    border-left: 0 none !important;
    border-right: 0 none !important;
}

	/*"""""""" (SUB) Active State""""""""*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
    background-color: #E5EEF8;
    border-left: 1px solid #F5F4F4;
    border-right: 0 none !important;
    text-decoration: none;
}
.last-item {
	border-radius: 0 0 10px 10px;
	border-bottom: 1px solid #979797 !important;
}