﻿/* CSS Document */

/* CSS Document */
#nav-bar {
	/* background: #ccc url('../content/images/nav-background.jpg') repeat-x; */
	background: url(../images/nav_bkg.jpg);
	height: 36px;
	width: 717px;
	background-repeat: no-repeat;	
	font-size: 12px;
}

#breadcrumbs {
	/* background: #ccc url('../content/images/nav-background.jpg') repeat-x; */	
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
	padding-top: 8px;
}

#breadcrumbs a 
{
	color: #666666;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: "Trebuchet MS", Arial;
  font-size: 13px;
  z-index: 100;
  position: relative;
}

.nav li {
  /* border-left: 1px solid #ffffff; */
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url(../images/nav_li_bkg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  /* width: 120px;
  text-align: right; */
}

.navnoarrow
{
  background-image: url(../images/nav_li_bkg_noarrow.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

.nav li a
, .nav li a:link
, .nav li a:active
, .nav li a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  padding: 10px 30px;
  padding-bottom: 9px;
  text-decoration: none;
}


/* Main Menu Item Hover */
#nav-one li:hover a, 
#nav-one li.sfHover a 
{
	background-color: #393939;
  /* background: #FBE99F url('../content/images/nav-hover-background.jpg') repeat-x; */
  color: #ffffff;
  background-image: url(../images/gray_noarrow.jpg);
  background-repeat: no-repeat;
  background-position: right;
  border-bottom: solid 1px #333333;   
}

/* Child Items when Main Menu Item is Hovered */
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #666666;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 11px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 120px;  
  overflow: hidden;
  background-image: url(../images/sub_menu.png);
  background-repeat: no-repeat;
  background-position: left;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #FBE99F url('../images/sub_menu.gif') repeat-none;
  width: 120px;
  color: #333333;	
}

/* Sub Menu Style */
.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: 0px;
  /* border-bottom: 1px solid #ffffff; */
}


/* Sub Menu Show Position*/
.nav li:hover ul,
.nav li.sfHover ul {
  top: 36px;
}
.nav ul li {
  border: 0;
  float: none;
	
}
.nav ul a {
  /* border: 1px solid #ffffff; */
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
}
.nav ul a:hover {
  background: #ccc;
  color: #ffffff;
}


#link-home {
	padding-left: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
}


#nochildren
{
	background-image: url(../images/nav_li_bkg_noarrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#nochildren:hover a {
  background-image: url(../images/nav_li_bkg_noarrow.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

#subnav
{
	padding-top: 25px;
	margin-left: 10px;
	padding-left: 0;
}

#subnav li
{
	padding-top: 5px;
	list-style: none;
	border-top:1px solid rgb(194,194,194);
	height: 22px;	
}

#subnav li:hover
{
	background-image:url(../images/bg_subNav.gif);
	background-repeat: no-repeat;
	width: 190px;
}

#subnav li a
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #004c23;
	text-decoration: none;
	padding: 0;
	padding-left: 5px;
}

#subnav li a:hover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #004c23;	
}

.active
{
	font-weight: bold;
}