@CHARSET "UTF-8";
/**************************************
* Header Nav
****************************************/
.nav-inner{ width:100%; margin:0 auto; background-color:#2E2E2E; height:33px; }
#nav ul{ float:left; list-style: none; list-style-image: none; padding:0px; margins:0px; }
ul#ListMenuRoot { margin: 0px; }
#nav ul li{ list-style: none; list-style-image: none; float:left; padding:0; position:relative; }
#nav ul li a{ text-decoration:none; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; display:inline-block; padding:0 0 0 0; width:auto !important; font-weight:normal; }
#nav ul li a span{ text-decoration:none; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:13px; display:block; height:18px; line-height:22px; padding:6px 20px 9px 20px; width:auto !important; float:left; cursor:pointer; border-right:1px solid #454545; }
#nav ul li a:hover,  #nav ul li:hover > a,  #nav ul li.active a { background:none; background-color: #3E3E3E; }
#nav ul li a:hover span, #nav ul li:hover > a span, #nav ul li.active a span { background:none; }
#nav ul li ul li a{background:none !important;}
#nav ul li ul li span{background:none !important; float:none; padding:0px;}
#nav ul li ul a {display:block; }
#nav ul li ul{ width:184px; float:left !important; background:#f9f9f9; }
#nav ul li ul li{ width:184px; display:block; background-color:#666; font-weight:normal; padding:0; margin:0; height:auto !important; }
#nav ul li ul li ul{ width:184px; left:184px; top:0; padding:0; margin:0; }
#nav ul li ul li ul li{ border:0 !important; }
#nav ul li ul li a{
	width:158px;
	display:block;
	font-size:11px;
	color:#2b2a2f;
	padding:4px 12px;
	margin:0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	height:auto !important;
	background:none !important;
	background-color:#666;
}
#nav ul li ul li a:hover, #nav ul li ul li:hover > a{}background:#999 !important; color:#075071; }
#nav ul li ul li a span.sf-sub-indicator{ display:inline-block; background:url(../images/arrow.png) no-repeat left top !important; text-indent:-9000px; left:160px !important; position:absolute; width:6px; height:12px; }
#nav ul li ul li a span.sf-sub-indicator:hover{ background:url(arrow.png) no-repeat left top !important; }
#nav ul li a span.sf-sub-indicator{ background:none !important; text-indent:-9000px; }


/*** suckerfish menu?? ***/
.sf-menu ul { position:absolute; top:28px; left:0; width:184px; /* left offset of submenus need to match (see below) */ }
.sf-menu ul li { width:184px; }
.sf-menu li:hover { visibility:		inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float:left; position:relative;}
.sf-menu a { display:block; position:relative; }
.sf-menu li:hover ul,.sf-menu li.sfHover ul {z-index:	99; }

ul.sf-menu li li:hover ul, 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;}



/*** arrows **/
.sf-menu a.sf-with-ul { padding-right: 	2.25em; min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */ }
.sf-sub-indicator { position:absolute; display:block; right:.75em; top:1.05em; /* IE6 only */ width:10px; height:10px; text-indent:-999em; overflow:hidden; }
a > .sf-sub-indicator {  /* give all except IE6 the correct values */ top:0.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*/
}

/**************************************
* Footer Nav
****************************************/
#footer-nav { margin:0px 0px 0px 3px; list-style:none; list-style-image:none; padding:0px;}
#footer li { list-style:none; list-style-image:none;\ position:relative; background:none; margin-top:0px; padding-left:0px; z-index:0;	 display:inline; position:relative; top:5px; }
#footer a:link, #footer a:visited { padding:4px 10px 7px 10px; color:#DDD; text-decoration:none; }
#footer a:hover { color:#FFF; text-decoration:underline; }
#footer #copyright a:link, #footer #copyright a:visited { padding:4px 0px 7px 0px; color:#DDD; text-decoration:none; }

