﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 120px;
	background-color: #afafaf;
	text-align: left;
}
ol ol {
	float:left;
	position: absolute;
	top: 0px;
	left: 161px;
	display: none;
}
ol li {
	position:relative;
}
ol li ol {
	float: left;
}
li a {
	display: block;
	padding: 5px;
	border: 1px solid #808080;
	background-color: #e7e7e7;
	height: 15px;
	width: 150px;
	text-decoration: none;
	color: #777;
}

li:hover ol, li.over ol {
	display: block;
}
ol li ol a:hover {
	background-color: #FF3333;
	font-weight: bold;
	color: #000000;
}
ol li a:hover {
	font-weight: bold;
	background-color: #7373FF;
	color: #000000;
}