/*
------------------------
Refract Menu CSS
------------------------
*/

/* --- customise here (or in custom.css) -- */

#nav{
width: 202px;
margin: 0;
padding: 0;
float: left;
}

/* Generic font styles for nav */
#nav a, #nav a:link {

}

#nav a:hover {

}

/* Top-level nav button styling */



#nav ul {
	z-index:100;
	padding: 0 8px;
	list-style-type: none;
	width: 184px;
}

#nav ul li a {
	display: block;
	padding: 0;
}

#nav ul li a:hover {
	text-indent: 10px;
}

/* Pop-out menu styling */

#nav ul li li a:hover {
	text-indent: 0;
}


/* 2nd-level nav position (with fixed left-column width) */
ul.subNav {
	left: 192px !important;
	top: -30px;
}

/*ul.subNav ul {
    left: 100% !important;
    top: -45px !important;
}*/

#nav ul.subNav {
	line-height: 30px;
	background-position: left;
	background-repeat: no-repeat;
}

#nav ul.subNav li a {
	padding: 0 10px 0 10px !important;
}


/* Special styles for deep nav */

#nav ul.subNav li li a {

}

#nav ul.subNav li li a:hover {

}


/*--------------------------------------------------------------- */


/* 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;
	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;
	padding: 0;
	margin: 0px;
    list-style-image: none;
	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;
	margin-top: -2px;
	white-space: normal;
	overflow: visible;
}

ul.subNav ul.subNav {
	left: 100%;
	top: -17px;
}*/






/* ------  OTHERS ---------------- */

#nav.doubleLine {
line-height: 14px;
padding: 10px 0;
}
