/* This is the Style code for the Navigation.  The menu hover code is where you can change the 
color of the hover link.  menu active is where you can change the color of the title once it has 
been selected.  All other code refers to positioning and font styles. */
	
ul#menu {
	position:absolute;
	width: 120px;
	list-style-type: none;
	font-weight: normal;
	border-top: solid 1px #ddd;
	margin: 0;
	padding-left: 10px;
	margin-top: 20px;
}


ul#menuone {
	position:absolute;
	width: 130px;
	list-style-type: none;
	font-weight: normal;
	border-top: solid 0px #ddd;
	margin: 0;
	padding-left: 25px;
	margin-top: 20px;
}


ul#menuone a {
		font-family: "Myriad Web";
		color: #666666;
		font-size:14px;
		font-weight:normal;
		text-decoration: none;
		outline: none;
}

ul#menuone a:hover {
text-decoration: underline;
color: grey;
}

ul#menuone a.active {
color: grey;
}

ul#menuone li {
	border-bottom: solid 0px #ddd;
	line-height: 25px;
	font-family: "Myriad Web";
	font-size: 14x;
}


ul#menu ol {
display: none;
text-align: left;
list-style-type: none;
margin: 0;
padding: 3px;
}


ul#menu a {
		font-family:Arial, Helvetica, sans-serif;
		color: black;
		font-size:11px;
		font-weight:normal;
}

ul#menu li {
	border-bottom: solid 1px #ddd;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#menu ol li {
border-bottom: none;
}

ul#menu ol li:before {
content: "";
}

ul#menu a {
text-decoration: none;
outline: none;
}

ul#menu a:hover {
color: #3366CC;
}

ul#menu a.active {
color: grey;
}
