
.Menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	width: 96px;
}
.Menu.Frame
{
	background-color: transparent;
	border: 2px outset rgb(234, 240, 244);
	height: 16px;
	overflow: hidden;
	top: 1px;
	z-index: 100;
}
.Menu.Mask
{
	color: rgb(255, 255, 255);
	font-family: Courier New, Courier, mono;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align:center;
	cursor:pointer;
	background-image: url(Image/TransparentBG.gif);
	height: 16px;
	left: 0px;
	top: 0px;
	z-index: 100;
	padding:1px 0px 0px 0px;
}
.Menu.Layer
{
	height: 48px;
	z-index: 0;
}
.Menu.Item
{
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align:center;
	height: 16px;
	left: 0px;
	border-bottom: 2px ridge rgb(234, 240, 244);
	border-top: 2px ridge rgb(234, 240, 244);
}
.Menu.Item.Active
{
	left: 0px;
	top: 23px;
	background-color: #4B9CEE;
}
.Menu.Item.Inactive
{
	background-color:#0066FF;
	color: #FFFFFF;
	left: 0px;
	top: 5px;
}
.MenuBar
{
	height: 22px;
	position: relative;
	top: 0px;
	left:0px;
	width: 100%;
}