.sf-menu li:hover ul,	.sf-menu li.sfHover ul {
	top: 24px; /* Matches the menu height */
}

#menu li ul {
	background: transparent	url(../img/bg/menu_dropdown_left.png) bottom left no-repeat;
}
#menu li li {
	background: transparent url(../img/bg/menu_dropdown.png) center right repeat-y;
	width: 138px;
	padding-left: 12px;
	margin-left: 0;
	padding-right: 10px;
}
#menu li li.first {
	background: transparent url(../img/bg/menu_dropdown_upper.png) top right no-repeat;
	padding-top: 10px;
}
#menu li li.last {
	background: transparent url(../img/bg/menu_dropdown_lower.png) bottom right no-repeat;
	padding-left: 0;
	margin-left: 12px;
	padding-bottom: 10px;
}

#menu li a {
	text-transform: uppercase;
	float: left;
	display: block;
	height: 18px;
	padding: 7px 8px 0px 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../img/bg/menu_item.gif) top right no-repeat;
}
#menu a:hover, #menu li.current a {
	color: #217ac2;
}
#menu li.end a {
	background-image: none;
}
#menu ul.sub li a, #menu li.end li a {
	height: auto;
	color: #000;
	text-transform: none;				
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	display: block;
	float: none;
	background: transparent url(../img/bullets/menu.gif) 0px 4px no-repeat;
	padding: 2px 0px 6px 10px;
}

#menu li li a:hover {
	color: #999;
}


#menu a.visit {
	float: right; font-size: 11px; color: #fff; font-weight: bold; margin: 6px 6px 0px 0px;
}
#menu a.visit:hover {
	color: #217ac2;
}