﻿.menu
{
	padding: 0px 0px 0px 0px;
	border: solid 0px #000000;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
}
.root
{
	background-color: #000000;
	width: 110px;
	color: White;
	padding: 0px 0px 0px 0px;
	cursor: default;
	position: relative;
	border-top: 0px;
	border-right: 0px;
	border-left: solid 0px #000000;
	border-bottom: outset 3px #CCFFFF;
	white-space: nowrap;
}
.root a, a:visited, a:hover
{
	color: White;
	text-decoration:none;
}
.rootOm
{
	background-color: #000000;
	color: #CCCCFF;
	padding: 0px 0px 2px 0px;
	width: 110px;
	cursor: default;
	border-top: 0px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #CCFFFF;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	cursor: pointer;
	white-space: nowrap;
}
.sBox
{
	white-space: normal;
	padding: 1px 1px 1px 1px;
	text-align: left;
}
.sBox a, a:visited, a:hover
{
	color: White;
}
.sub
{
	width: 100%;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
	border-bottom: outset 1px #CCFFFF;
}
.subOm
{
	width: 100%;
	background-color: #666666;
	padding: 2px 2px 2px 2px;
	cursor: pointer;
	border-bottom: outset 1px #FFFFFF;
}