#levelOneNavigation {
  position:absolute; right:0; bottom:0; width:749px; height:46px;z-index: 2;
  background:url(../images/generic-img/topnav-bg.gif) no-repeat;
}
#nav {
	float:right; position:relative; top:8px; margin:0px;
}
#nav li {
	float: left;
}
#nav li a {
	text-align:left; font-size:1.6em; display: block; font-weight: bold; color: #FFFFFF; width:184px;
}
#nav li a.toplevel {
  text-align:center; height:30px; border-right:#FFFFFF 1px dotted; padding-top:8px; 
}
#nav li a.first {
  width:185px;
}
#nav li a.last {
  border-right:none;
}
#nav li a:hover {
  background:url(../images/generic-img/topnav-rollover.gif) repeat-x;
}
#nav li a#selected {
  background: #ffeda7;
}

/* First Level Subnav
=========================================================================================== */
#nav li li {
  width: auto; list-style: none;
}
#nav li li a {
  padding:4px 10px 4px 15px; font-weight: normal; font-size: 1.1em; width: auto; color: #fff; border-bottom: #d6d6d6 1px solid; width:158px;    
  background:url(../images/generic-img/dropmenu-arrow.gif) 6px 9px no-repeat; 
}
#nav li li a:hover {
	background:#f7f7f7; color: #ff3333; background:url(../images/generic-img/dropmenu-arrow.gif) 6px 9px no-repeat;
}
#nav li ul {
	border:#666666 1px solid; background:#333333; left: -999em; width:183px; position:absolute;
	}
	
/* Second Level Subnav
=========================================================================================== */
#nav li ul ul {
  background:#f7f7f7; margin: -27px 0px 0px 150px; width:160px;
}
#nav li ul ul li a {
  float:left;  font-size: 1.1em; background:#666666 url(../images/generic-img/dropmenu-arrow.gif) 6px 10px no-repeat; width:135px;
}
#nav li ul ul li a:hover {
  background:#666666 url(../images/generic-img/dropmenu-arrow.gif) 6px 10px no-repeat;
}
#nav li:hover ul ul {
	left: -999em;
}
#nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#nav li li.sfhover ul {
	LEFT: auto
}
#nav li:hover {
	background:url(../images/generic-img/topnav-rollover.gif) repeat-x;
}
#nav li .active {
	background:url(../images/generic-img/topnav-select.gif) repeat-x;
}
#nav li.selected {
	background-color: #fff;
}
#nav li.sfhover {
	background-color: #fff;
}
#nav li li:hover {
  background:none;
}
#nav li li.sfhover {
	background-color: #f7f7f7;
}
#levelOneNavigation a {
	padding:0px; display: block; font-weight: normal; background: none transparent scroll repeat 0% 0%; float:none; margin:0px; height:auto; text-decoration:none;
}
.navIframe {
	padding:0px; display: none; z-index:1; margin:0px; position: absolute;
}
