/*** TOP MENU ***/
.top-menu, .top-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.top-menu {
  position:relative;
  z-index:10000;
}
.top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position:		absolute;
	top:			-900em;
	font:13px 'Arial','Verdana';
}
.top-menu ul li {
	width:			100%;
}

.top-menu li li {
	width:			100%;
}
.top-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.top-menu li {
	float:			left;
	position:		relative;
}
.top-menu a {
	display:		block;
	position:		relative;
}
.top-menu li:hover ul,
.top-menu li.sfHover ul {
	left:			0;
	top:			2.4em; /* match top ul list item height */
	z-index:		99;
	border: 1px solid #4B8703;
}
ul.top-menu li:hover li ul,
ul.top-menu li.sfHover li ul {
	top:			-999em;
}
ul.top-menu li li:hover ul,
ul.top-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.top-menu li li:hover li ul,
ul.top-menu li li.sfHover li ul {
	top:			-999em;
}
ul.top-menu li li li:hover ul,
ul.top-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.top-menu {
	float:			left;
	margin-bottom:	1em;
}
.top-menu a {
	text-decoration:none;
	color: #FFFFFF;
}
.top-menu a, .top-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
}
.top-menu li {
	padding:0 7px;
}
.top-menu li ul{
	z-index: 9999;
	position: absolute;
}
.top-menu li li {
	background-color: rgb(75, 135, 3);
	min-width: 150px;
	border-bottom: 1px solid #FFF;
	padding:0px;
}

.top-menu li li a{
	padding-right: 5px;
	padding-left: 5px;
	height:25px;
}

.top-menu li ul li:last-child {
		border-bottom: 0px;
}

.top-menu li li li {
	background-color: rgb(75, 135, 3);
	padding-right: 5px;
	padding-left: 5px;
	min-width: 100px;
	border-bottom: 1px solid #FFF;
}
.top-menu li:hover, .top-menu li.sfHover,
.top-menu a:focus, .top-menu a:hover, .top-menu a:active {
	outline:		0;
}

.topmenu li li:hover, .top-menu li li a:hover {
	border-color: rgb(0, 153, 204);
	background-color: rgb(255,210,0);
	color: #333;
	outline:		0;
	height:25px;
}

/*** arrows **/
.top-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:		none;
}
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 */
.top-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.top-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.top-menu ul a:focus > .sf-sub-indicator,
.top-menu ul a:hover > .sf-sub-indicator,
.top-menu ul a:active > .sf-sub-indicator,
.top-menu ul li:hover > a > .sf-sub-indicator,
.top-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



/*** LEFT MENU ***/

/*** ESSENTIAL STYLES ***/
@charset "utf-8";
/* CSS Document */

/*** TOP MENU ***/
.left-menu-basic, .left-menu-basic * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.left-menu-basic {
  position:relative;
  z-index:10000;
}
.left-menu-basic ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position:		absolute;
	top:			-900em;
	font:13px 'Arial','Verdana';
}
.left-menu-basic ul li {
	width:			100%;
}

.left-menu-basic li li {
	width:			100%;
}
.left-menu-basic li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.left-menu-basic li {
	float:			left;
	position:		relative;
}
.left-menu-basic a {
	display:		block;
	position:		relative;
}
.left-menu-basic li:hover ul,
.left-menu-basic li.sfHover ul {
	left:			0;
	top:			2.4em; /* match top ul list item height */
	z-index:		99;
	border: 1px solid #4B8703;
}
ul.left-menu-basic li:hover li ul,
ul.left-menu-basic li.sfHover li ul {
	top:			-999em;
}
ul.left-menu-basic li li:hover ul,
ul.left-menu-basic li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.left-menu-basic li li:hover li ul,
ul.left-menu-basic li li.sfHover li ul {
	top:			-999em;
}
ul.left-menu-basic li li li:hover ul,
ul.left-menu-basic li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.left-menu-basic {
	float:			left;
	margin-bottom:	1em;
}
.left-menu-basic a {
	text-decoration:none;
	color: #FFFFFF;
}
.left-menu-basic a, .left-menu-basic a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-size: 12px;
	color: #FFFFFF;
	line-height: 26px;
}
.left-menu-basic li {
	padding:0 7px;
}
.left-menu-basic li ul{
	z-index: 9999;
	position: absolute;
}
.left-menu-basic li li {
	background-color: #FFFAA4;
	min-width: 190px;
	border-bottom: 1px solid #FFF;
	padding:0px;
}

.left-menu-basic li li a{
	padding: 2px 5px 2px 5px;
	height:20px;
}

.left-menu-basic li ul li:last-child {
		border-bottom: 0px;
}

.left-menu-basic li li li {
	background-color: #FFFAA4;
	min-width: 190px;
	border-bottom: 1px solid #FFF;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #FFF;
}
.left-menu-basic li:hover, .left-menu-basic li.sfHover,
.left-menu-basic a:focus, .left-menu-basic a:hover, .left-menu-basic a:active {
	outline:		0;
}

.left-menu-basic li li:hover, .left-menu-basic li li a:hover {
	border-color: rgb(0, 153, 204);
	background-color: rgb(255,210,0);
	color: #333;
	outline:		0;
}

/*** arrows **/
.left-menu-basic a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:		none;
}
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 */
.left-menu-basic ul .sf-sub-indicator { background-position:  -10px 0; }
.left-menu-basic ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.left-menu-basic ul a:focus > .sf-sub-indicator,
.left-menu-basic ul a:hover > .sf-sub-indicator,
.left-menu-basic ul a:active > .sf-sub-indicator,
.left-menu-basic ul li:hover > a > .sf-sub-indicator,
.left-menu-basic ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



/*** adding left-menul in addition to sf-menu creates a vertical menu ***/
.left-menu, .left-menu li, .left-menu li  {
	width: 196px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.left-menu li:hover ul,
.left-menu li.sfHover ul {
	left:	196px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.left-menu .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.left-menu a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.left-menu a:focus > .sf-sub-indicator,
.left-menu a:hover > .sf-sub-indicator,
.left-menu a:active > .sf-sub-indicator,
.left-menu li:hover > a > .sf-sub-indicator,
.left-menu li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}