.menuom{
	position:relative;
	width:150px;
	height:80px;
	float:left;
	left: 0px;
	top: 0px;
	overflow: visible;
	visibility: hidden;	
	
}

.subnav {
	background-color: #A75676;
	position: relative;
	
	width: 151px;
	left: 0px;
	top: 0px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-left: 0px;	
}
div>div.subnav{
width: 150px;
}
.subnav td {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 2px;
	padding-left: 3px;
	cursor:pointer;
	padding-top: 2px;
}
.sublink a:link, .sublink a:visited, .sublink a:active {
	color: #FFEBFF;
	text-decoration: none;
	font-size: 12px;
}
.sublink a:hover {
	color: #FFffff;
	text-decoration: none;
}
