

/*** ESSENTIAL STYLES ***/
.nav
{
    
	height:50px;
	background:url(images/menu-bg.jpg) 0 0 no-repeat;
	
}

.sf-menu, .sf-menu * {
	margin:			0;
	list-style:		none;
}
.sf-menu
{
    line-height: 1.0;
    font-size: 14px;
    padding:0px;
    height  :100%;
    
 
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:99;
	width:118px;
	height:100%;
	text-align:center;
}
.sf-menu a
{
	display: block;
	text-decoration: none !important;
	color: #002C67;
	line-height: 32px;
	width: auto;
	padding-top: 10px;
	
	height:100%;
}


.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    right: 0;
    top: 5.2em; /* match top ul list item height */
    z-index: 99;
    background-color: #1eadef;
    color: #FFFFFF;
    font-size: 11px;
    padding: 1px;
    width: 170px;
    border-bottom-left-radius: 8px 8px;
    border-bottom-right-radius: 8px 8px;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #002C67;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

 
.sf-menu a:hover
{
	 background:url(images/menu_item.jpg) no-repeat;
	text-decoration: none !important;
	color: white;
	text-shadow: 0 1px 1px #333;
}
/*
.sf-menu a:hover span
{
	background-image:url(images/MenuHR.png);
	background-repeat:no-repeat;
	background-position:right;
}
*/

.sf-menu a span
{
	
	
	line-height: 32px;
	display:block;
}


.current
{
     background:url(images/menu_item.jpg) no-repeat;
   text-shadow: 0 1px 1px #333;
}
.current a
{
    color:White;
}

.sfHover ul li
{
	width:100%;
	background:none;
	
}

.sfHover li a
{
	background-image:none !important ;
	text-align:left;
	padding: 0px;
	
	
}
.sf-sub-indicator
{
	background-image:none !important;
}
.sfHover ul li a span
{
	background-image:none !important;
	color:inherit;
	padding:  1px 5px 1px 5px;
	
}
.sfHover li a:hover
{
    color: white;
    background-color: #002C67;
}


/*** arrows **/

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	left:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-fffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* 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*/
}

