/* very top menu */
.TopMenuItem, .TopMenuItemDown, .TopMenuItemHover, .TopMenuGroup
{
	font-weight: bold;
}
.TopMenuItem
{
	
}
.TopMenuItemHover, .TopMenuItemDown
{
	cursor: pointer;
	text-decoration: underline;
}
.TopMenuGroup
{
	
}
/* secondary menu */
.Top2MenuItem, .Top2MenuItemDown, .Top2MenuItemHover, .Top2MenuGroup
{
	font-weight: bold;
	text-transform: capitalize;
	border-right: solid 1px black;
	
}
.Top2MenuItem
{
}
.Top2MenuItemDown, .Top2MenuItemHover
{
	cursor: pointer;
	color: White;
	background-color: Black;
	border-right: solid 1px gray;
}
.Top2MenuGroup
{
}
/* side menu */
.BottomMenuItem, .BottomMenuItemDown,.BottmMenuItemHover,.BottomMenuGroup
{
	font-size: 14px;
	line-height: normal;
	border-bottom: solid 2px white;
	text-align: right;
	height: 20px;
	width: 100%;
}
.BottomMenuItem
{
	color: #354251;
	background-color: #adc3dd;
	line-height: normal;
	height: 20px;
	width: 100%;
}
.BottomMenuItemDown, .BottomMenuItemHover
{
	cursor: pointer;
	color: White;
	background-color: #002255;
	border-bottom: solid 2px white;
	text-align: right;
	line-height: normal;
	height: 20px;
	width: 100%;
}
.BottomMenuItemDown
{
	background-color: #3a6799;
	line-height: normal;
	height: 20px;
	width: 100%;
}
.BottomMenuGroup
{
	height: 20px;
	width: 100%;
}
