.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 145px;
	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 11px Verdana, Arial, Helvetica, sans-serif;
	
}
.menu li {
	margin: 0px;
	padding: 0px;
}
.menu a {
	/*/*/display: block;
	padding: 4px 5px 4px 15px;
	width: 100%;
	background-color: #0019A8;
	text-decoration: none; /* */
}
.menu a:link, .menu a:visited {
	/*/*/color: #FFFFFF; /* */
}
.menu a:hover {
	background: #0019A8 url(images/nav/snPointer.gif) no-repeat 7px 8px;
	font-weight: bold;
}
a.menuTop {
	/*/*/display: block;
	padding: 10px 5px 4px 15px; /* top,right,bottom,left */
	width: 100%;
	background-color: #0019A8;
	text-decoration: none; /* */
}
a.menuTop:link, .menuTop:visited {
	/*/*/color: #FFFFFF; /* */
}
a.menuTop:hover {
	background: #0019A8 url(images/nav/snPointer.gif) no-repeat 7px 13px;
	font-weight: bold;
}
a.menuBottom {
	/*/*/display: block;
	padding: 4px 5px 10px 15px;
	width: 100%;
	background-color: #0019A8;
	text-decoration: none; /* */
}
a.menuBottom:link, .menuTop:visited {
	/*/*/color: #FFFFFF; /* */
}
a.menuBottom:hover {
	background: #0019A8 url(images/nav/snPointer.gif) no-repeat 7px 8px;
	font-weight: bold;
}
a.menuTopBottom {
	/*/*/display: block;
	padding: 10px 5px 10px 15px;
	width: 100%;
	background-color: #0019A8;
	text-decoration: none; /* */
}
a.menuTopBottom:link, .menuTop:visited {
	/*/*/color: #FFFFFF; /* */
}
a.menuTopBottom:hover {
	background: #0019A8 url(images/nav/snPointer.gif) no-repeat 7px 13px;
	font-weight: bold;
}