﻿.menuFrame
{
	height: 32px;
	background-color: White;
	font-weight:bold;
	font-size: 14px;
	cursor: pointer;
	padding: 1px 0px 1px 60px;
}

.menuCell, .menuCellSel
{
	height: 30px;	
	padding: 2px 10px 0px 10px;
}

.menuCell
{
	background-color: White;
}

.menuCellSel
{
	background: #05447E;
}

.menuCell a
{
	color: #05447E;
	text-decoration: none;
}

.menuCellSel a
{
	color: White;
	text-decoration: none;
}


.smenuFrame
{
	height: 30px;
	background-color: #3FC6F3;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 1px 0px 60px;	
}

.smenuCell, .smenuCellSel
{
	height: 28px;
	padding: 2px 10px 0 10px;
}

.smenuCell
{
	background-color:#3FC6F3;
}

.smenuCellSel
{
	background-color:white;
}

.smenuCell a
{
	color:White;
	text-decoration: none;
}

.smenuCellSel a
{
	color:#3FC6F3;
	text-decoration: none;
}
