﻿.accordionmenu {
	padding-left: 6px;
	width: 180px; /*width of accordion menu*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
}

.menuheaders {
	color: #ffffff;
	background-color: #1F70D0;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor:pointer;

}
.accordionmenu div a{ /*header bar links*/
	font-size: 135%;
	color: #ffffff;
	background-color: #1F70D0;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	line-height: 24pt;
}
	
.accordionmenu div a:link, .accordionmenu div a:visited{
	color: #ffffff;
}

.accordionmenu div a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.accordionmenu div.unselected a{ /*header that's currently not selected*/
	color: #ffffff;
}

.accordionmenu div.selected a{ /*header that's currently selected*/
	color: #ffffff;
}

.accordionmenu ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.accordionmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.accordionmenu ul li a{ /*sub menu links*/
	color: #1F70D0;
	background-color: #B9DEFB;
	display: block;
	padding: 2px 0;
	padding-left: 8px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

.accordionmenu ul li a:visited{
	color: #1F70D0;
	background-color: #B9DEFB;
}

.accordionmenu ul li a:hover{
	color: #ffffff;
	background-color: #1F70D0;
}
