@charset "utf-8";
/* CSS Document */

/* ---------------------------------
Dropdown Menu 
--------------------------------- */
.sf-menu {
	float: left;
	float: right;
	line-height: 1.0;
	margin-bottom: 1em;
	margin: 36px 30px 0 0;
	position: absolute;
	right: 8px;
	top: 45px;
}
 
	.sf-menu ul {
		position: absolute;
		top: -999em;
		width: 10em; /* left offset of submenus need to match (see below) */ }
 
		.sf-menu ul li { width: 100%; }
 
	.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
 
	.sf-menu li {
		float: left;
		margin: 0 0 0 20px;
		position: relative; }
 
	.sf-menu a {
		display: block;
		font-size: 18px;
		font-family:"Times New Roman", Times, serif;
		text-transform:uppercase;
		color: #000;
		padding-top:25px;
		background: #999;
		height:40px;
		margin: 0;
		position: relative;
		text-decoration: none; }
		
	.sf-menu a:hover {
		display: block;
		font-size: 18px;
		font-family:"Times New Roman", Times, serif;
		color: #000;
		padding-top:25px;
		background: #FFF;
		height:40px;
		margin: 0;
		position: relative;
		text-decoration: none; }
		
 
.sf-sub-indicator {
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 0em;
	text-indent: -999em;
	top: 1.3em;
	width: 10px; }
 
li li .sf-sub-indicator { right: .75em; }
 
ul ul li a .sf-sub-indicator { top: 1em; }
 
a > .sf-sub-indicator { background-position: 0 -100px; /* use translucent arrow for modern browsers */ top: 1.2em; /* give all except IE6 the correct values */ }
 
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ }
 
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
 
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
 
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }
 
/* shadows for all but IE6 */
.sf-shadow ul {
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-webkit-border-top-right-radius: 17px;
	background: url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0; }
 
	.sf-shadow ul.sf-shadow-off { background: transparent; }

