.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding:0;
}
.nav {
  /*Set nav font here */
    background-image:url(/images/menu_off.gif);
	background-repeat:repeat-y;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  /*behavior: url(/iepngfix.htc);*/
}
.nav li a:hover {
}

#nav-one li:hover a, 
#nav-one li.sfHover a  {
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	/*Off state*/
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	color: #003300;
	/*font-weight: bold;*/
	padding-left:14px;
	padding-top:6px;
	padding-bottom:7px;
	padding-right:8px;
	text-decoration: none;
	background-image:url(/images/menu_off.gif);
	background-repeat:repeat-y;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover{
	/*Over state*/
	color: #003300;
    background-image:url(/images/menu_on.gif);
	background-repeat:repeat-y;
}
.nav ul {
  list-style: none;
  margin: 0;
  /*nav width*/
  width: 208px;
  position: absolute;
  top: -999em;
  left: -1px;
  background-image:url(/images/menu_off.gif);
  background-repeat:repeat-y;
/*  background-color:red;  for test -------------------------------------------------------------------------------------- */
  z-index:3000;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 31px;
  left: 0px; /*offset*/
}
.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  /*nav width*/
  width: 213px;
}

.nav ul a span {
	display: block;
}

.nav ul a:hover {
}

.nav ul li.footer div {
	display:none;
}
.nav ul li.header div {
	padding-bottom:10px;
	width:208px;
}
#top_spacer{
	width:1px;
}
#bottom_spacer{
	width:1px;
}
#menu_div{
/*	background: url(/images/menu_div.gif) top left repeat-y;*/
	background-color: #CCCCCC;
	height:1px;
	width:208px;
}

#header_110013{background-color:#337152;height:1px;}/*url(/images/menu_h.gif) top left no-repeat; height:7px;}*/
#header_110014{background-color:#337152;height:1px;}/*url(/images/menu_h.gif) top left no-repeat; height:7px;}*/
#header_110015{background-color:#337152;height:1px;}/*url(/images/menu_h.gif) top left no-repeat; height:7px;}*/
#header_110016{background-color:#337152;height:1px;}/*url(/images/menu_h.gif) top left no-repeat; height:7px;}*/
#header_110017{background-color:#337152;height:1px;}/*url(/images/menu_h.gif) top left no-repeat; height:7px;}*/
#header_118603{background-color:#337152;height:1px;}/*url(/images/menu_h.gif) top left no-repeat; height:7px;}*/

/* CSS FOR L1s */
.nav li #L1_110013 { display: block; width: 78px; height: 32px; background: url(/images/L1_1_off.gif); }
.nav li:hover #L1_110013, .nav li.sfHover #L1_110013 { background: url(/images/L1_1_on.gif); }

.nav li #L1_110014 { display: block; width: 95px; height: 32px; background: url(/images/L1_2_off.gif); }
.nav li:hover #L1_110014, .nav li.sfHover #L1_110014 { background: url(/images/L1_2_on.gif); }

.nav li #L1_110015 { display: block; width: 91px; height: 32px; background: url(/images/L1_3_off.gif); }
.nav li:hover #L1_110015, .nav li.sfHover #L1_110015 { background: url(/images/L1_3_on.gif); }

.nav li #L1_110016 { display: block; width: 158px; height: 32px; background: url(/images/L1_4_off.gif); }
.nav li:hover #L1_110016, .nav li.sfHover #L1_110016 { background: url(/images/L1_4_on.gif); }

.nav li #L1_110017 { display: block; width: 142px; height: 32px; background: url(/images/L1_5_off.gif); }
.nav li:hover #L1_110017, .nav li.sfHover #L1_110017 { background: url(/images/L1_5_on.gif); }

.nav li #L1_118603 { display: block; width: 87px; height: 32px; background: url(/images/L1_6_off.gif); }
.nav li:hover #L1_118603, .nav li.sfHover #L1_118603 { background: url(/images/L1_6_on.gif); }
