.menu {
	position: absolute;
	left: -200px;
	top: 0px;
	width: 120px;
	visibility: hidden;
	text-align: left;
}
.menu ul {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style: none; /*turns off display of bullet*/
	font: bold 11px Arial, Helvetica, sans-serif;
}
.menu li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style: none;
}
.menu a {
	/*/*/display: block;
	padding: 4px 6px 4px 18px;
	margin-top: 0px;
	border-left: 1px solid #BFBFCC;
	border-right: 1px solid #BFBFCC;
	width: 100%;
	background-color: #DEDEDE;
	filter: alpha(opacity=95); /* IE */
	-moz-opacity: 0.95; /* Moziila */
	opacity: 0.95; /* CSS 3 */
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none; /* */
}
.menu a:link, .menu a:visited {
	/*/*/color: #6F84B1; /* */
	text-decoration: none;
}
.menu a:hover {
	background: #DEDEDE url(images/menuArrow.gif) no-repeat 9px 9px;
	filter: alpha(opacity=95); /* IE */
	-moz-opacity: 0.95; /* Moziila */
	opacity: 0.95; /* CSS 3 */
	color: #6F84B1;
	font-weight: bold;
	text-decoration: none;
}
a.menuTop {
	/*/*/display: block;
	padding: 12px 6px 4px 18px;
	margin-top: 0px;
	border-left: 1px solid #BFBFCC;
	border-right: 1px solid #BFBFCC;
	width: 100%;
	background-color: #DEDEDE;
	filter: alpha(opacity=95); /* IE */
	-moz-opacity: 0.95; /* Moziila */
	opacity: 0.95; /* CSS 3 */
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6F84B1; /* */
}
a.menuTop:link, a.menuBottom:visited {
	/*/*/color: #6F84B1; /* */
	text-decoration: none;
}
a.menuTop:hover {
	background: #DEDEDE url(images/menuArrow.gif) no-repeat 9px 16px;
	filter: alpha(opacity=95); /* IE */
	-moz-opacity: 0.95; /* Moziila */
	opacity: 0.95; /* CSS 3 */
	color: #6F84B1;
	font-weight: bold;
	text-decoration: none;
}
a.menuBottom {
	/*/*/display: block;
	padding: 4px 6px 12px 18px;
	margin-top: 0px;
	border-bottom: 1px solid #BFBFCC;
	border-left: 1px solid #BFBFCC;
	border-right: 1px solid #BFBFCC;
	width: 100%;
	background-color: #DEDEDE;
	filter: alpha(opacity=95); /* IE */
	-moz-opacity: 0.95; /* Moziila */
	opacity: 0.95; /* CSS 3 */
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6F84B1; /* */
}
a.menuBottom:link, a.menuBottom:visited {
	/*/*/color: #6F84B1; /* */
	text-decoration: none;
}
a.menuBottom:hover {
	background: #DEDEDE url(images/menuArrow.gif) no-repeat 9px 9px;
	filter: alpha(opacity=95); /* IE */
	-moz-opacity: 0.95; /* Moziila */
	opacity: 0.95; /* CSS 3 */
	color: #6F84B1;
	font-weight: bold;
	text-decoration: none;
}
