﻿div.jsonMenuContainer
{
	height: 38px;
	background-color: #157e93;
}

div.jsonMenu
{
	margin: auto;
	width: 992px;
	height: 100%;
	font: bold 10px verdana;
	color: #ffffff;
}

table.jsonMenu
{
	height: 100%;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

table.jsonMenu td.topmenu
{
	border-top: 6px solid #157e93;
	border-bottom: 6px solid #157e93;
    padding : 0px 20px 0px 20px;
	cursor: pointer;
}

table.jsonMenu td.over
{
	border-bottom-color: #8badbb;
}

table.jsonMenu td.selected
{
	border-bottom-color: #8cabba;
}

table.jsonMenu td.topSeparator
{
	margin: 0;
	padding: 0;
	width: 1px;
	background-color: #f0f0f0;
	font-size: 1px;
	overflow: hidden;
}

/* submenu definition*/

.submenuPanel
{
	position: absolute;
	display: none;

    z-index: 100;
	border-style: solid;
	border-color: #104060;
	border-width: 0 1px 1px 1px;
	background-color: #157e93;
	
	color: #ffffff;
}

.submenuItem
{
	display: block;
	padding: 0 12px 0 10px;
	font: normal 11px/28px verdana;
	color: #ffffff;
	cursor: pointer;
}

.submenuItemLevel2
{
	display: block;
	padding: 0 12px 0 40px;
	font: normal 11px/28px verdana;
	color: #ffffff;
	cursor: pointer;
}

.submenuItem:hover
{
	background-color: #8badbb;
}