/* CSS Document */
#submenu1 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#submenu1 {
background-color: #827466;
	height: 100px;
	width: 110px;
	visibility: hidden;
	z-index: 2;
	position: absolute;
	top: 48px;
	right: 427px;
}
#submenu1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu2 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#submenu2 {
    background-color: #827466;
	height: 50px;
	width: 110px;
	visibility: hidden;
	z-index: 2;
	position: absolute;
	top: 48px;
	right: 224px;
}
#submenu2 a {
	color: #FFFFFF;
	text-decoration: none;
}
