/* Hyperlink styles for the main menu elements */

#menu-bar a {
	background: #38267C;
	color: #e0ffff;
	text-decoration: none;
}
#menu-bar a:hover {
	color: #cccc33;
}
		
/* styles for the large unordered list that is the main menu */		
ul#mainmenu{
	margin: 0;
	padding: 0;
	font-weight: bold;
} 
li.mainmenuitem{
	display: block;
	border-bottom: 0;
	padding: 0.2em 2em 0.2em 0;
	width: auto;
	float: left;
	overflow: visible;
	margin: 0;
}

/* li.active styles - the tab for currently selected pages */
li.active{
	background: #e0ffff;
}
			
/* li.inactive styles - the appearance of the tabs for sections that the user currently isn't in */
li.inactive{
	background: #38267C;
}
			
/* submenu - the cascading menus */
ul.submenu{
	border-top: 1px solid #666;
	display: none;
	position: absolute;
	background: #FEFBF4;
	margin: 0.2em 0 0 -0.6em;
	padding: 0;
	list-style: none;
	font-weight: normal;
	width: 12em;
}
ul.submenu a{
	display: block;
	height: 3.0em;
	margin: 0;
	padding: 0.5em 0.5em 0 0.6em;
}
li.submenuitem{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
}
ul.submenu a:hover , ul.submenu a:focus {
	background-color: #1e90ff;
}
