@charset "utf-8";
ul.dropdown {
	background:#fff url(images/button1a.gif) repeat-x;
	height:40px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
}
ul.dropdown a:link {
	text-decoration: none;
	color: #fff;  /* Text Color */
	font: 12px Verdana, Arial, Helvetica, san-serif; /* Font */
}
ul.dropdown a:visited {
	text-decoration: none;
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, san-serif; /* Font */
}
ul.dropdown a:hover {
	text-decoration: none;
	color: #fff; /* Text Color */
	font: 12px Verdana, Arial, Helvetica, san-serif; /* Font */
}
ul.dropdown ul li a:link {
	text-decoration: none;
	color: #000;  /* Text Color */
	font: 11px Verdana, Arial, Helvetica, san-serif; /* Font */
}
ul.dropdown ul li a:visited {
	text-decoration: none;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, san-serif; /* Font */
}
ul.dropdown ul li a:hover {
	text-decoration: none;
	color: #000; /* Text Color */
	font: 11px Verdana, Arial, Helvetica, san-serif; /* Font */
}
ul.dropdown ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 598;
	left: 0px;
	top: 100%;
	/*		left:2px;
	top:40px;
	right:2px;*/
	background: #fff;
	padding:3px 0;
	border:1px solid #999999;
	white-space:nowrap;
	width:250px;
	height:auto;
}
ul.dropdown li {
	line-height: 20px; /* Height */
	height: 25px;
	vertical-align: middle;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 5px; /* Left gap between items */
	padding-bottom: 7px;
	padding-left: 5px; /* Right gap between items */
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown ul li {
	font-weight:normal;
	display:block;
	font-size:11px;
	height:20px;
	width:240px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:3px solid #fff;
	border-width:0 0 0 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.dropdown ul ul {
	left: 99%;
	top: 1px;
}
ul.dropdown li:hover {
	background:url(images/button4.gif) no-repeat right top;
	position: relative;
	z-index: 599;
}
ul.dropdown ul li:hover {
	background: #578bb8; /* Hover background */
	position: relative;
	z-index: 599;
}
.menu-bar {
	background:#fff url(images/button1a.gif) repeat-x;
	height:40px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	padding-left:10px;
}
