/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {

	margin:			0;

	padding:		0;

	list-style:		none;

}

.sf-menu {
	text-align: center;
	height: 25px;
	position: relative;
	z-index: 1000;

}

.sf-menu li {
	float:			left;
	position: relative;
	width: 125px;
	background-image: url(../img/navi_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}


.sf-menu li:hover {
	visibility:		inherit;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {
	left:			0px;
	top:			25px; /* match top ul list item height */
	z-index:		99;

}

.sf-menu a {
	text-decoration:none;
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #02368A;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	line-height: 25px;
	background-image: url(../img/navi_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.sf-menu li:first-child a {
	
	background-image: none;
	

}

.sf-menu ul li:first-child a {
	background-image: url(../img/navi2.png);
	background-repeat: repeat;
	background-position: left top;
	color: #000;
	margin: 0px;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	

}
.sf-menu ul li:first-child a:hover {
	color: #023A8E;
	background-color: #FFF;
}

.sf-menu a:hover, .sf-menu li.menu-current > a {
	background-color: #3967AA;
	color: #FFCE43;
	line-height: 25px;



}


.sf-menu ul {
	position:		absolute;
	top:			-999em;
	text-align: left;
	text-transform: none;
	width: auto;

}

.sf-menu ul li {
	z-index: 1000;
	float: none;
	margin-left: 2px;
	height: 25px;



}

.sf-menu ul li a {
	z-index: 1000;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	text-transform: none;
	background-image: url(../img/navi2.png);
	background-repeat: repeat;
	background-position: left top;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
}
.sf-menu ul li a:hover {
	color: #02368A;
	background-image: none;
	background-color: #FFF;
}

.sf-menu ul li:hover  {
	background-color: #5779EE;

}



/*** arrows **/

.sf-menu a.sf-with-ul {



}

.sf-sub-indicator {
	display: block;
	position: absolute;
	bottom: 1px;
	left: 60px;
}

a > .sf-sub-indicator {  /* 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 {
	position: absolute;
}



/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
}

.sf-menu ul a > .sf-sub-indicator {
}

/* 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 {


}



/*** shadows for all but IE6 ***/

.sf-shadow ul {
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;

}

.sf-shadow ul.sf-shadow-off {

	background: transparent;

}
