﻿/** Main Menu (Top Level) **/

.sf-menu {
	background:#fff;
}

.top-level-nav { 
	display:block;
	padding:0;
}

/** Style Drop Downs **/

.dropdown {
	background:#2d88c8;
	width:150px;
}

.dropdown li {
	text-align:center;
	border-top:1px solid #4696ce;
	border-bottom:1px solid #4c9ad0;
}

.dropdown a:link,
.dropdown a:visited {
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	padding:7px 7px;
	color:#fff;
}

.dropdown-top,
.dropdown-bottom {
	display:none;
}

/** Arrow Indicator (Indicates that menu item has sub items) - Delete if you don't need it **/

.sf-sub-indicator {
	position:absolute;
	display:block;
	right:0;
	top:0;
	text-indent:-999em;
	overflow:hidden;
}