.MenuMainTable {
	cursor: hand;
	width: 165px;
	margin-bottom: 18px;

}
.MenuSubTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color:#DDDDDD;
	position: absolute;
	cursor: hand;
	z-index: 99;
	visibility: hidden;	
	width:180px;
}
.MenuMain {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #838383;
	cursor: hand;
	padding:2px 0px 2px 19px;
	background-image: url(images/GreyBullet.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	border:solid 1px #FFFFFF;
}
.MenuMainOver {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #838383;
	cursor: hand;
	padding:2px 0px 2px 19px;
	background-image: url(images/GreyBullet.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	vertical-align: top;
	border:solid 1px #DDDDDD;
}
.MenuSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #838383;
	cursor: hand;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 2px 0px 2px 3px;
	text-transform: uppercase;
	white-space:nowrap;
}
.MenuSubOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #838383;
	cursor: hand;
	background-color: #f7f5f3;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color:#DDDDDD;
	padding: 2px 0px 2px 3px;
	text-transform: uppercase;
	white-space:nowrap;
}

