﻿
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider
{
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position:relative;
	z-index: 1;
}
.qmmc .qmdividery
{
	float: left;
	width: 0px;
}
.qmmc .qmtitle
{
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.qmclear
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
}
.qmmc
{
	position: relative;
	zoom:1;
	z-index: 10;
}
.qmmc a, .qmmc li
{
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.qmmc div a, .qmmc ul a, .qmmc ul li
{
	float: none;
}
.qmsh div a
{
	float: left;
}
.qmmc div
{
	visibility: hidden;
	position: absolute;
}
.qmmc li
{
	z-index: auto;
}
.qmmc ul
{
	left: -10000px;
	position: absolute;
	z-index: 10;
}
.qmmc, .qmmc ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.qmmc li a
{
	float: none;
}
.qmmc li:hover > ul
{
	left: auto;
}
#qm0 ul
{
	top: 100%;
}
#qm0 ul li:hover > ul
{
	top: 0px;
	left: 100%;
}


/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/
#qm0
{
	/*background-color: #bbbbbb;*/
	background-color:White;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
}


/*"""""""" (MAIN) Items""""""""*/
#qm0 a
{
	/*padding:5px 40px 5px 8px;*/
	padding: 5px 22px 5px 8px;
	color: #112747;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	}


/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover
{
	background-color: #424242;
	font-size: 12px;
	color: White;
	margin-bottom:0px;
}

#qm0 i a:hover  
{
	background-color:White;
}


/*"""""""" (MAIN) Active State""""""""    CHECK*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
	background-color: #2053c5;
	text-decoration: underline;
	color: #424242;
}


/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul
{
	padding: 5px;
	margin: 0px 0px 0px -1px;
	background-color: white;
	border-width: 4px 1px 1px;
	border-style: solid;
	border-color: #2053c5;
}


/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a
{
	/*padding: 2px 40px 2px 5px;*/
	padding: 2px 45px 2px 5px;
	border-width: 0px;
	border-style: none;
	float:left;
}


/*"""""""" (SUB) Hover State""""""""HERRRRREEEEEE*/
#qm0 div a:hover, #qm0 ul a:hover
{
	background-image:url('Images/MainMenu_Icons/arrow_left.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color:#464646;
	color:white;
	font-style:italic;
	
}



