/* start nav styles */
#nav {
	width: 1048px;
	height: 32px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #A11D12;
	background-image: url(../images/rednavbar.jpg);
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: none;
}

.nav {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}

.nav ul {
	position:absolute;
	top:-999em;
	width:131px; /* submenu item width - offest below must match */
}
.nav li {
	width:131px; /* Default to 'auto'. If specified, the submenu item width and offset must match */
	background-image: none;
}

.nav li li a {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.7em;*/
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.nav ul li {
	width:131px;
}
.nav li ul  {
   display:none;
}
.nav li:hover ul  {
   display:block;
}
.nav li li ul  {
   display:none;
}
.nav li:hover li:hover ul  {
   display:block;
}
#home_right  {
   visibility:inherit; /* fixes IE7 'sticky bug' */
}

.nav li {
	float:left;
	position:relative;
}
.nav a {
   display:block;
   position:relative;
}

.nav li:hover ul,
.nav li.sfHover ul {
   left:0;
   top:30px; /* match top ul list item height */
   z-index:2;
}
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
   top:-999em;
}
ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
   left:131px; /* submenu offest - must match ul width above */
   top:0;
}
ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
   top:-999em;
}
ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
   left:131px; /* submenu offest - must match ul width above */
   top:0;
}

/*skin*/
.nav {
	float:left;
	margin-bottom:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;/* controls size of all nav links except Home link*/
	font-weight:normal;   /* bold or normal */
	font-style:normal; /* italic or normal */
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
.nav a {
	border-right:0px solid #000000;
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.nav li.home a {
	border-left:0px solid #000000;
	/*font-size: .7em;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
    }
	
.nav li.first a {
	border-left:0px solid #000000;
    }
.nav a, .nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
   color:#FFFFFF;
}
.nav a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:#ccc;
}

.nav a:active  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFCC66;
}

.nav li li a { 
    border:0px solid #000000; border-top-width:0; 
    }
.nav li li li.first a { 
    border:0px solid #000000; 
    }
.nav li {
}
.nav li li {
   background:#999;
   border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.nav li li li {
	background-color: #999;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	outline:0;
	background-color: #A11D21;
	background-image: url(.);
}

.nav li li a, .nav li li a:visited { 
    color:#FFFFFF;
}

.nav li li a:hover, .nav li li a:active, .nav li li a:focus {
	color: #FFF;
} 

/*** arrows **/
.nav a.sf-with-ul {
   padding-right:2.50em;
   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:8px;
   height:10px;
   text-indent:-999em;
   overflow:hidden;
   background:url('../images/arrows-ffffff.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:-15px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.nav ul .sf-sub-indicator { background-position:-8px 0; }
.nav ul a > .sf-sub-indicator { background-position:0 0; }
/* apply hovers to modern browsers */
.nav ul a:focus > .sf-sub-indicator,
.nav ul a:hover > .sf-sub-indicator,
.nav ul a:active > .sf-sub-indicator,
.nav ul li:hover > a > .sf-sub-indicator,
.nav ul li.sfHover > a > .sf-sub-indicator {
   background-position:-8px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
   background:url('../images/shadow.png') no-repeat bottom right;
   padding:0 8px 9px 0;
   -moz-border-radius-bottomleft:15px;
   -moz-border-radius-topright:15px;
   -webkit-border-top-right-radius:15px;
   -webkit-border-bottom-left-radius:15px;
}
.sf-shadow ul.sf-shadow-off {
   background:transparent;
}


/* end nav styels */
.green {
	color: #046938;
}
.green {
	color: #046938;
}
