/* Frame, Div */
#menuRow
{
/*	background-color: #E1E1D1; */
	border: 2px solid #A0A389;
	border-bottom: 0px;*/
	width: 100%;
	height: 43px;
	font-weight: bold;
	padding: 0px;
	text-align: left;
}


.iFrame
{
	display: none;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 250px;
	z-index: 5;
}

.menuDiv
{
	display: none;
	position: absolute;
	width: 190px;
	height: auto;
	top: 0px;
	left: 250px;
	z-index: 6;
	background-color: #FFEB7C;
	border: 1px solid #A0A389;
}
/*-Frame, Div */


/* Menu Cells */
.menuTable
{
	height: 26px;
	margin-left: -0px;
}

.submenuTable
{
	width: 100%;
	/*background-color: #ECA6FD;*/
}

.submenuTable a, .submenuTable a:Visited, .submenuTable a:Active
{
	height: 100%;
	width: 100%;
	font-size: 10px;
	color: black;
	white-space: nowrap;
}

.submenuTable a:Hover
{
	height: 100%;
	width: 100%;
	font-size: 10px;
	color: black;
	text-decoration: underline;
}


.menuCellTopLevel
{
	padding: 3px;
	vertical-align: bottom;
	text-align: center;
	/*width: auto;*/
	padding-bottom: 0px;
}

.menuCellTopLevel a, .menuCellTopLevel a:Visited, .menuCellTopLevel a:Active
{
	background-color: #E8E9D8;
	height: 15px;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: black;
	border: 1px solid #A0A389;
	border-bottom: 0px;
	padding: 0px 14px 0px 14px;
}

.menuCellTopLevel a:Hover
{
	background-color: #FFFFFF;
	height: 15px;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: black;
	border: 1px solid #A0A389;
	border-bottom: 0px;
	padding: 0px 14px 0px 14px;
}
/*-Menu Cells */


.noSubmenu
{

}

.hasSubmenu
{
	background-image: url('../images/icon_expand_submenu_right.gif');
	background-position: right;
	background-repeat: no-repeat;
}
