﻿.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.sf-menu {
	float: left;	
}
.sf-menu ul {
	position: absolute;
	top: -999px;
	width: 120px;
}
.sf-menu ul li {
	width: 100%;
}

.sf-menu a {
	color:#0066CC;
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;	
	border-top-color:#3399FF;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color:#3399FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;	
}
.sf-menu a:hover {
	color: #555;
	background-color:#99CCFF;
}

.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 31px;
	z-index: 99;
}


.sf-menu li {
/*	background-color: beige;*/
}
.sf-menu li li a {
/*	background-color: beige; */
	color: #0066FF;
	text-transform: none;

	margin: 0;
	padding: 10px;
	
	border-top-color: #0099CC;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}
.sf-menu li ul {
	background-color:#CCCCFF;

	padding-top: 0px;
	margin-top: 10px;

	border-bottom-color: #0099CC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
