img {
	display: block;
}
.menu {
	position: absolute;
	top: 0px;
	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;
}
.menu li {
	margin: 0px;
	padding: 0px;
}
.menu a {
	/*/*/display: block;
	padding: 5px 6px 5px 14px;
	margin-top: -2px;
	/*border-left: 1px solid #006600;
	border-right: 1px solid #006600;*/
	width: 100%;
	background-color: #9999FF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; /* */
}
.menu a:link, .menu a:visited {
	/*/*/color: #000066; /* */
}
.menu a:hover {
	background: #9999FF url(images/menuArrow.gif) no-repeat 6px 9px;
	color: #000066;
	font-weight: normal;
}
a.menuTop {
	/*/*/display: block;
	padding: 7px 6px 5px 14px;
	margin-top: 0px;
	/*	border-left: 1px solid #006600;
	border-right: 1px solid #006600;*/
	width: 100%;
	background-color: #9999FF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; /* */
}
a.menuTop:link, a.menuBottom:visited {
	/*/*/color: #000066; /* */
}
a.menuTop:hover {
	background: #9999FF url(images/menuArrow.gif) no-repeat 6px 11px;
	color: #000066;
	font-weight: normal;
}
a.menuBottom {
	/*/*/display: block;
	padding: 5px 6px 12px 14px;
	margin-top: -2px;
	/*	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;*/
	width: 100%;
	background-color: #9999FF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; /* */
}
a.menuBottom:link, a.menuBottom:visited {
	/*/*/color: #000066; /* */
}
a.menuBottom:hover {
	background: #9999FF url(images/menuArrow.gif) no-repeat 6px 9px;
	color: #000066;
	font-weight: normal;
}
.smallCaps {
	text-transform: uppercase;
	font-size: 10px;
}