@charset "UTF-8";

#dropdownpanel{ /*Outermost Panel DIV*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	visibility:hidden;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
	background: none;
	color: white;
}

#dropdownpanel .control{ /*Div containing panel button*/
	border-top: 0px solid black;
	color: white;
	font-weight: bold;
	text-align: center; /*change panel.gif to your own if desired*/
	padding-bottom: 3px; /* 31px + 3px should equal height of "panel.gif" */
	height: 31px; /* 31px + 3 px should equal height of "panel.gif" */
	line-height: 31px; /* 31px + 3px should equal height of "panel.gif" */
	margin-left: 600px;
	font-size: 11px;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(../img/panel.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#divQuickMenu {
	margin: 0 auto;
	padding: 5px;
	width: 890px;
	background: #5f6680;
	height: 230px; /* The height in the last line of jkpanel.js - height padding */
}

#divQuickMenu h2 {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

#divQuickMenu ul {
	border: #fff solid;
	border-width: 1px 1px 0 0;
	height: 168px;
}



#divQuickMenu ul li {
	display: inline;
	padding: 0;
	background: none;
}

#divQuickMenu ul li a {
	float: left;
	font-size: 10px;
	line-height: 20px;
	display: block;
	width: 133px;
	border: #fff solid;
	border-width: 0 0 1px 1px;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
}

#divQuickMenu ul li a.empty {
	background-color: #5f6680;
	width: 132px;
	
}

#divQuickMenu #divLeftQuickMenu ul li a {
	width: 248px;
}

#divQuickMenu ul li a:hover {
	background-color: #7f8599;
}

#divQuickMenu ul li a.empty:hover {
	background-color: #5f6680;
}

#divInnerQuickMenu {
	border: 1px solid #FFFFFF;
	height: 197px;
	padding: 15px;
}

#divLeftQuickMenu {
	float: left;
	width: 260px;
	height: 195px;
	margin: 0 15px 0 0;
	
}

#divRightQuickMenu {
	float: left;
	width: 577px;
	height: 195px;
}

#divRightQuickMenu ul {
	width: 143px;
	border-right-width: 0;
	float: left;
}

#divRightQuickMenu .col4 {
	border-right-width: 1px;
}
