ul.dropdown {
	height:44px;
	position: relative;
	z-index: 2;
}
ul.dropdown li {
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	height: 44px;
	position: relative;
}
ul.dropdown li a {
	font-weight:normal;
	text-decoration:none;
	display:block;
	float:left;
	height:44px;
	margin: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	overflow: hidden;
	color: #064284;
	line-height: 44px;
	padding-top: 0px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
ul.dropdown li ul {
	width: 190px;
	position: absolute;
	top: 100%;
	left: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	visibility: hidden;
	background-color: #f7f7f7;
}
ul.dropdown li:hover ul, ul.nav li.sfHover ul {
	top: 44px;
	z-index:100000;
	left:-1px;
}
ul.dropdown li ul li {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	float: none;
	background-color: #FFF;
	height: 32px;
	overflow: hidden;
	width: 190px;
}
ul.dropdown li ul li a {
	cursor:pointer !important;
	border-right: none;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: none;
	height: 22px;
	position: relative;
	width: 100%;
}
ul.dropdown li ul li a:hover {
	background-image: url(../images/menuBg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
ul.dropdown li ul li a.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.dropdown li ul li.subHead {
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	color: #999;
	background-color: #f7f7f7;
	width: 168px;
	padding-left: 22px;
	display: block;
}

