/*
------------------------
Refract Menu CSS
------------------------
*/

/* --- customise here (or in custom.css) -- */


/*
#nav {
	width: 100%;
	background: #000 !important;
	clear: both;
}



ul.subNav {
	border: solid 1px #FFF !important;
}

ul.subNav li a span {
	line-height: 0.75em;
}


#nav ul.subNav li a {
	border: 0 !important;
	border-bottom: 1px solid #d3de96 !important;
	padding: 7px 7px 7px 10px !important;
	width: 159px;
	background: #e6eebb !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #000 !important;
	text-align: left;
}


#nav ul.subNav li a:hover {
	background-color: #b0cc22 !important;
	color: #FFF !important;
	text-decoration: none;
}

#nav ul.subNav li ul.subNav li a {
	background: #d4dea1!important;
	border-bottom: 1px solid #c1cd81 !important;
}

#nav ul.subNav li ul.subNav li a:hover {
	background-color: #b0cc22 !important;
	color: #FFF !important;
	text-decoration: none;
}

#topLevelNav * {
	padding: 0;
	margin: 0;
}

#topLevelNav {
	list-style-type : none;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	background: #000;
	width: 100%;
	height: 26px;
}

li.topLevelNavItem {
	float: left;
	position: relative;
	display: block;
	text-transform: lowercase;
	background: url(../img/nav/nav_black.gif) top repeat-x !important;
}

li.topLevelNavItem.over img.topLevelNavItem {
	visibility: visible !important;
}

li.topLevelNavItem.over a, li.topLevelNavItem a:hover {
	background: url(../img/nav/nav_green.gif) no-repeat right top !important;
	text-decoration:none;
}

li.topLevelNavItem a.current {
	background: url(../img/nav/nav_green.gif) no-repeat right top !important;
	text-decoration:none;
}
*/


/* This is necessary for the link to remain clickable in IE if the image is hidden */
/*
li.topLevelNavItem a, li.topLevelNavItem a.topLevelNavItem {
	display: block;
	background-color: transparent;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/nav/nav_triangle.gif) no-repeat right top;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 8px!important;
	border-right: 1px solid #000;
	height: 1.1em;
}
*/


/* Standard Horizontal Menu - don't change below
--------------------------------------------------------------- */

/*** Top level navigation ***/

#topLevelNav * {
	padding: 0;
	margin: 0;
}

#topLevelNav {
	list-style-type : none;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

li.topLevelNavItem {
	float: left;
	position: relative;
	display: block;
	background-image: none;
	padding: 0px;
	margin: 0px;
	background-position: left top;
}

li.topLevelNavItem.over img.topLevelNavItem {
	visibility: hidden;
}

/* This is necessary for the link to remain clickable in IE if the image is hidden */
li.topLevelNavItem a.topLevelNavItem, li.topLevelNavItem a.topLevelNavItem:hover {
	display: block;
	float: left;
	background-color: transparent;
}

div.subNav {
	position: relative; 
	display: none;
	clear: both;
}

ul.subNav {
	position: absolute;
	left: 0px;
	display: block;
	/*width: 174px;*/
	padding: 0;
	margin: 0;
    list-style-image: none;
	border: 1px solid #fff;
	white-space: normal;
	overflow: visible;
}

ul.subNav li {
	padding: 0px;
	margin: 0px;
	display: inline;
	overflow: visible;
    clear: both;
	background: none;
}

ul.subNav li span {
	float: right;
	padding-right: 2px;
	font-size: 1em;
	line-height: 18px;
	margin-top: -2px;
	white-space: normal;
	overflow: visible;
}

ul.subNav ul.subNav {
	left: 100%;
	top: -17px;
}

#nav ul.subNav li a {
	display: block;
	padding: 4px 10px;
	color: #000;
	background-color: #ccc;
	white-space: normal;
	overflow: visible;
	border-top: 0px;
	height: auto;
}

#nav ul.subNav li a:hover {
	background-color: #aaa;
	color: #fff;
}

