ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative; left: auto; z-index: auto; width: 100%;
	
}

#nav a {
	font-weight: normal;
	color: #FFFFFF;
}

#nav a.single {
	font-weight: bold;
	color: #4F91CD;
}

#nav a:hover.single {
	color: #4F91CD;
	text-decoration: underline;
}

#nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #4F91CD;
	padding: 0.2em 10px;
	background-color: #FFFFFF;
	
}



#nav li li a:hover {
	padding: 0.2em 10px;
	color: #4F91CD;	
	text-decoration: underline;
}

#nav li:hover ul ul { 
    display: none;
} 

#nav li:hover ul, #nav li li:hover ul {     
	display: block;

} 

li.header {
	float: left;
	position: relative;
	width: 106px; /* width of header */
	text-align: center;
	cursor: default;
	font-size: 75%;
	font-style:normal; 
	color: #000000;
}

li {
	float: left;
	position: relative;
	width: 136px; /* width of dropdown */
	text-align: center;
	cursor: default;
	font-style:normal; 
	
}

li#first {
	border-left-width: 1em;
	border-color: #4F91CD;
}

li#last {
	border-right-width: 1em;
	border-color: #4F91CD;
	color: #4f91CD;
}

li ul {
	display: none;
	position: absolute;
	margin-left: -20px; /* value is 1/2 of the difference between width of dropdown and width of heading.  This centers the dropdown under the heading */	
	margin-top: 0px;
	
	width: 136px;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #FFFFFF bottom left no-repeat;
	padding: 0 0 1em 0;	
	
	border-left: solid 2px #959CA1;
	border-right: solid 2px #959CA1;
	border-bottom: solid 2px #959CA1;
	
}

li ul ul{
	display: none;
	position: absolute;
	margin-left: 136px; /* value is column width */
	margin-top: -20px; /* aligns popout text with dropdown text */
	width: 136px;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #FFFFFF bottom left no-repeat;
	padding: 0 0 1em 0;	
	
	border: solid 2px #959CA1;
	
}

li>ul {
	top: auto;
	left: 0;
}

li li {
	display: block;
	
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

DIV.menu {
	color:#4F91CD;
	font-style:normal;
	font-weight: bold; 
}

