@charset "utf-8";
/* CSS Document */
.accord_who{
	width: 170px; /*width of menu*/
	border: 0px solid #9A9A9A;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;
}
.accord_who a.menuitem{
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}
.accord_who a.menuitem:visited, .accord_who .menuitem:active{
color: black;
}
.accord_who a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.accord_who a.menuitem:hover{
	background-color:#EAEAEA;
}
.accord_who div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.accord_who div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.accord_who div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;
	margin-left: 3px;
}
.accord_who div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}
.accord_who div.submenu ul li a:hover{
	color: black;
	background-color:#EAEAEA;
}

