/*menu stuff below*/
#nav, #nav2 {
	color: #ffffff;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: ;
	width: 205px;
	z-index:1;
}
#nav li, #nav2 li {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #ffffff;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 205px;
	z-index:1;
}
#nav ul, #nav2 ul {
	display: none;
	left: 205px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: -1px;
	z-index: 99;
}
#nav a, #nav2 a {
	background:#095b25 url(../../images/design/bullet.png) no-repeat 10px 8px;
	display: block;
	font-size: 11px;
	line-height: 14px;
	color:#ffffff; font-weight:bold;
	margin: 0px;
	padding: 3px 5px 3px 20px;
	text-decoration: none;
	width: 180px; /* helps IE with hover */
	z-index:1;
}
#nav a:hover, #nav2 a:hover{
	background: #0e7732 url(../../images/design/bullet_over.png) no-repeat 10px 8px;
	color: #ffffff;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav2 li:hover ul ul, 
#nav2 li:hover ul ul ul {
	display: none;
}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul,
#nav2 li:hover ul, 
#nav2 ul li:hover ul, 
#nav2 ul ul li:hover ul {
	display: block;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li {
	float:left;
	display: inline;
}/* end holly hack */
* html #nav2 li {
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.2;
}
.sf-menu ul {
	z-index:		99;
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	z-index:5;
}
.sf-menu li {
	float:			left;
	display:		inline;
	position:		relative;
	text-align:		center;
	z-index:5;
}
.sf-menu a {
	display:		block;
	position:		relative;
	overflow:		visible;
	z-index:		99;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			37px; /* 37 match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
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:			14em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-right:	1px solid #095e27;
	border-left:	1px solid #a8d0b6;
	padding: 		0px 5px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
	font-weight:	bold;
	font-size:		10px;
}
.sf-menu li a {
	height:		37px;
	vertical-align:middle; text-align:center;
	margin:0 auto;
}
.sf-menu li li a {
	height:auto;
	text-align:left;
	display:block;
	padding:6px;
}
.sf-menu li li {
	background:		#0d8034;
}
.sf-menu li li a:hover {
	background:#14a646;
}

.sf-menu li li li {
	background:		#0d8034;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color:#FFFFFF;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	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;
	 /* 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: -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*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* PREMIER MENU NAVIGATION */
#premierNav {
	padding-left:5px;
	width:205px;
}
.premierNavHeader { background:#666666; width:200px; height:30px; padding-left:5px; font-size:18px; font-weight:bold; color:#FFFFFF; line-height:30px; }

#premierNav ul { margin:0; padding:0; list-style:none; }

#premierNav ul li { display:block; float:left; width:205px; }

#premierNav ul li a { 
	background:#b9b9b9 url(../../images/design/bullet_grey_dark.png) no-repeat 10px; display:block; padding-left:25px; line-height:20px; text-decoration:none;
	font-weight:bold; padding-bottom:2px;
	
	border-top:1px #aaa solid;
}
#premierNav ul li ul li a { 
	background:#e9e9e9 url(../../images/design/bullet_grey_light.png) no-repeat 20px; padding-left:35px;
}
#premierNav ul li ul li ul li a { 
	background:#f0f0f0 url(../../images/design/bullet_grey_light.png) no-repeat 30px; padding-left:45px; font-size:10px;
}


