.menustyle
{
	color: #FFFFFF;
	font-size: 11px;
	cursor: hand;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	display: run-in;
	width: 125px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.MouseOver
{
	color: #999999;
	font-size: 11px;
	cursor: hand;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	display: inline-table;
	width: 125px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}

  .spacer {
	border-bottom: 1px solid #FFFFFF;
	width: 300px;
	display: block;
}			



/*.menustyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	cursor: hand;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-attachment: fixed;
	background-image: url(../Images/DotSeperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: lowercase;
	font-weight: bold;
	white-space: nowrap;
}*/

.SubMenu {
	font-family: Tahoma, Verdana, sans-serif;
	position: absolute;
	width: 158px;
	top: 20px;
	border: 1px solid #FFFFFF;
	margin-top: 1px;
	display: inline;
	background-color: #BCB8C0;
	line-height: 25px;
}

.SubMenu TD:hover {
	background-color: #999999;
	display: block;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	text-align: left;
	cursor: hand;
	padding-right: 15px;
	padding-left: 15px;
}

.SubMenu TD {
	display: block;
	width: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}


.unselected {
	background-color: #FF3300;
	display: inline;
}

.myOver {
	background-color: #663399;
	display: inline;
}

