.menu {
	position: fixed;
	background: #001c44;
	border: 1px solid #2339d4;
	border-top: 0;
}
.menu-row {
	color: #687BFF;
	padding: 4px 12px 4px 12px;
	border-top: 1px solid #1c397c;
	border-bottom: 1px solid #00142f;
	cursor: pointer;
	cursor: hand;
}
.menu-row a {
	color: #687BFF;
	font-size: 12px;
	text-decoration: none;
}
.menu-row a:hover {
	color: white;
}
.menu-row:hover {
	background: #000075 url('images/nav/menu_bg.jpg') center center repeat-y;
	border-top: 1px solid black;
	border-bottom: 1px solid #000050;
}
.menu-row:hover a {
	color: #eee;
}