.menu {
	position: absolute;
	left: -180px;
	top: -180px;
	width: 146px;
	visibility: hidden;
}
.menu ul {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.menu li {
	margin: 0px;
	padding: 0px;
	list-style-image: none; /*turns off display of site bullet image*/
}
.menu a {
	/*/*/display: block;
	padding: 5px 6px 5px 14px;
	margin-top: -2px;
	border-left: 1px solid #979FCC;
	border-right: 1px solid #979FCC;
	width: 100%;
	background-color: #D1D5EC;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none; /* */
}
.menu a:link, .menu a:visited {
	/*/*/color: #0C1D83;
	text-decoration: none; /* */
}
.menu a:hover {
	background: #D1D5EC url(images/menuArrow.gif) no-repeat 2px 0px;
	color: #0C1D83;
	font-weight: normal;
	text-decoration: none;
}
a.menuTop {
	/*/*/display: block;
	padding: 12px 6px 5px 14px;
	margin-top: 0px;
	border-top: 1px solid #979FCC;
	border-left: 1px solid #979FCC;
	border-right: 1px solid #979FCC;
	width: 100%;
	background-color: #D1D5EC;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none; /* */
}
a.menuTop:link, a.menuBottom:visited {
	/*/*/color: #0C1D83;
	text-decoration: none; /* */
}
a.menuTop:hover {
	background: #D1D5EC url(images/menuArrow.gif) no-repeat 2px 8px;
	color: #0C1D83;
	font-weight: normal;
	text-decoration: none;
}
a.menuBottom {
	/*/*/display: block;
	padding: 5px 6px 12px 14px;
	margin-top: -2px;
	border-bottom: 1px solid #979FCC;
	border-left: 1px solid #979FCC;
	border-right: 1px solid #979FCC;
	width: 100%;
	background-color: #D1D5EC;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none; /* */
}
a.menuBottom:link, a.menuBottom:visited {
	/*/*/color: #0C1D83;
	text-decoration: none; /* */
}
a.menuBottom:hover {
	background: #D1D5EC url(images/menuArrow.gif) no-repeat 2px 0px;
	color: #0C1D83;
	font-weight: normal;
	text-decoration: none;
}
