﻿



/** CSS for bulletin menu **/
.arrowlistmenu, .arrowlistmenub
{
	background-color: #dddddd;
	color: Black;
	float: left;
	padding: 0;
	width: 98px; /*width of menu*/
}

.arrowlistmenu .menuheader, .arrowlistmenub .menuheaderb
{
	/*CSS class for menu headers in general (expanding or not!)*/
	font-weight: bold;
	font-size: small;
	font-family: Franklin Gothic Medium Cond,arial;
	color: #666666;
	display: block;
	text-decoration: none;
	background: #eeeeee  repeat-x center left;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	cursor:default;
	_height: 20px; /* for IE6 */
	cursor: pointer;
}

.arrowlistmenu a.menuheader, .arrowlistmenub a.menuheaderb
{
	width: 98px;
	font-weight: normal;
	font-family: Franklin Gothic Medium Cond;
	font-size: 14px;
}

.arrowlistmenu a.menuheader a, .arrowlistmenub a.menuheader a
{
	text-decoration: none;
}

.arrowlistmenu .openheader, .arrowlistmenub .openheader
{
	/*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active.png);
	background: #ff8000;
	color: #ffffff;
}


.arrowlistmenu ul, .arrowlistmenub ul
{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li, .arrowlistmenub ul li
{
	padding-bottom: 1px; /*bottom spacing between menu items*/
	border-bottom:solid 1px #cccccc;
	background-color: White;
}



.arrowlistmenu ul li .opensubheader, .arrowlistmenub ul li .opensubheader
{
	/*Open state CSS for sub menu header*/
	background: white url(../images/expand.gif) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li .closedsubheader, .arrowlistmenub ul li .closedsubheader
{
	/*Closed state CSS for sub menu header*/
	background: #FA1245 url(../images/expand_right.gif) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li a, .arrowlistmenub ul li a
{
	color: #999999;
	background: #ffffff url(../images/expand_right.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	margin-left: 0px;
	padding: 0px 0px;
	padding-left: 2px; /*link text is indented 19px*/
	text-decoration: none;
	font-family: Franklin Gothic Medium Cond; /*border-bottom: 1px solid #dadada;*/
	font-size: 14px;
}

.arrowlistmenu ul li a:visited, .arrowlistmenub ul li a:visited
{
	color: #999999;
}

.arrowlistmenu ul li.innercontent, .arrowlistmenub ul li.innercontent
{
	font-size: 12px; color:#000000;/* IE7 */
_color:#000000;/* IE6 */
padding-left:6px;
padding-right:2px;
font-family:LucidaSansUnicode,Arial,Verdana;
text-align:left;
font-weight:normal;
border-bottom:solid 1px #cccccc;
}



.arrowlistmenu ul li a:hover, .arrowlistmenub ul li a:hover
{ /*hover state CSS*/
	background: #FA6121 url(../images/expand_right.gif) no-repeat center left;
	color: White;
}

.arrowlistmenu ul li a.subexpandable:hover, .arrowlistmenub ul li a.subexpandable:hover
{
	/*hover state CSS for sub menu header*/
	background: #FA6121;
	font-weight: bold;
	color: white;
}

.arrowlistmenu ul li a.subexpandable:visited, .arrowlistmenub ul li a.subexpandable:visited
{
	/*hover state CSS for sub menu header*/
	background: #ffffff url(../images/expand_right.gif) no-repeat center left;
	color: #888888;
}

.arrowlistmenu ul li a.subexpandable, .arrowlistmenub ul li a.subexpandable
{
	/*hover state CSS for sub menu header*/
	font-size: 12px;
	font-family: Arial,verdana;
	font-weight: bold;
	background: White url(../images/expand_right.gif) no-repeat center left;
}


