<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	color: #FFF;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 110%;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FBAB16;
	background-image: url(../images/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFE271;
	border-bottom-color: #FFE271;
}
.arrowlistmenu {
	float: right;
	font-family: Helvetica, sans-serif, Arial;
	color: #666;
}
#verticalLine {
	padding: 0px;
	float: left;
	height: auto;
	width: 1px;
	margin-right: 0px;
	margin-left: 8px;
	background-color: #2D3F64;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightMenu {
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 100%;
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
}
.arrowlistmenu ul li.noLink{
	color: #333333; /*custom bullet list image*/
	display: block;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	padding-top: 2px;
	padding-right: 20;
	padding-bottom: 2px;
}
.arrowlistmenu ul li.blockItem {
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 20;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
	height: auto;
}
.content tr .homepageSection a {
	text-decoration: none;
}
td.homepageSection ul li a {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	font-weight: normal;
}
td.homepageSection p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



.arrowlistmenu ul li.blockItem a {
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	padding-right: 20;
	height: auto;
}


.arrowlistmenu ul li.noLink a{
	display: inline;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
.arrowlistmenu ul li.noLink a:hover{ /*hover state CSS*/
	color: #FF9900;
	background-color: transparent;
}



.arrowlistmenu ul li a{
	text-decoration: none;
	font-weight: normal;
	}

.arrowlistmenu ul li a:visited{
	color: #3040AD;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FF9900;
	background-color: #F3F3F3;
}
.arrowlistmenu ul li.blockItem a:hover	{
	color: #FF9900;
	background-color: #F3F3F3;
	display: block;
}
.redText {
	color: #C00;
}

</style>
