
/* Every thing below here relates to the menu appearances (colours etc.) */

/* If you are struggling to work something out-and-out
 * don't forget to check navstyles.css as well (it is 
 * called from the dropdown.js file
 */

.nav ul,.nav li {
	color: white;
	margin: 0;
	padding: 0px;
	border-left: thin solid ;
	list-style: none;
	z-index: 802;
	// position: absolute;
	// list-style-image: url("../images/arrows/Arrow_white.png");
}

.user ul {
	margin: 0;
	padding: 0px;
	display: inline;
}
.user li {
	margin: 5px;
	padding-left: 0px;
	/*border-left: 1px solid #DDDDDD;*/
	list-style: none;
	display: inline;
}

ul.menutree a {
	text-decoration: none;          // Turn off underlining of menu items
	background-color: #1F4E78;
	height: 32px;
/*	background-image: url("../images/aha/arrow_right.png");
	background-position: left;
	background-repeat: no-repeat;   */
	padding: 0px;
	margin: 0px;
	z-index: 801;
}

div#nav1 {
	display: inline;
	float: left;
	height: 32px;
	line-height: 32px;
	z-index: 800;
}

div#nav1 a {
	display: block;
	color: white;
	background-color: #1F4E78;
	font-size: 1.5rem;
	line-height: 32px;
	border: 0px solid;
	padding-left: 15px;
}

div#nav1 a:hover {
	background-color:  #103060; // Darker than the default menu background color
}

div#nav1 li {
	float: left;
	width: auto;
}

div#nav1 li a{
	padding-right:15px;
}

div#nav1 ul ul {
/*	description: Deeper levels in top navigation; */
	width: 150px;
	border: 0px solid #042147;
	border-top: 1px solid white;
}

div#nav1 li li {
	float: none;
	width: auto;
	text-indent: -10px;
	padding-bottom: 0;
	margin-right: 0px;
	padding-right:0px;
}

div#nav1 li li a {
/*	description: Links in deeper levels in top navigation;*/
	background-image: none;
	padding-left:5px;
	zoom: 1; /* defeat hasLayout bugs in IE */
	text-align: left;
	font-size: 1.5rem;
	line-height: 32px;
	padding-top: 5px;
	padding-left:20px;
	padding-bottom: 5px;
	height: auto;
	border-bottom: 1px solid white;
}

div#nav1 li li a:hover {
//	color: white;
}

div#nav1 li li a#has_children {
	background-image: url("../images/aha/arrow_right.png");
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 1px;
	z-index: 800;
}

div.user {
	font-size: 1.5rem;
	line-height: 32px;
	border: 0px solid;
	text-align: right;
	padding-right: 5px;
	color: #FFF;
	background-color: #1F4E78;
}

div.user a:hover {
	color: white;
}


