.navTitle {
	font-weight : bold;
	font-size : 10px;
	color : #000066;
	text-decoration : none
}
:link.navTitle {
	color : #000066;
}
:active.navTitle {
	color : #DAA520;
}
:hover.navTitle {
	color : #000066;
}
.navMenu {
	width : 115;
	background-color : #C0C0C0;
	color: #FEFEFE;
	font-size : 10px;
	text-align : center;
	text-decoration : none;
}
.navSubmenu {
	width : 115;
	position : absolute;
	background-color : #C0C0C0;
	font-size : 10px;
	text-align : left;
	padding : 1px;
	text-decoration : none;
}
.navSubmenuLink {
	color : #000066;
	text-decoration : none;
	width : 100%;
	text-decoration : none;
}
:link.navSubmenuLink {
	color : #000066;
	width : 100%;
	text-decoration : none;
}
:active.navSubmenuLink {
	color : #C0C0C0;
	background : #000066;
	width : 100%;
	text-decoration : none;
}
:hover.navSubmenuLink {
	color : #000000;
	background : #FEFEFE;
	width : 100%;
	text-decoration : none
}