table.menuTable{
	border: 1px solid #000000;
	border-left-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

td.menuBarMouseOut{
	font-family:Tahoma;
	font-size: 12px;
	color:#000000;
	/*background-color: #E0E0E0;*/
	background-color: #FFDC8A;
	border: 1px solid #808080;
	border-top-width: 0px;
	border-left-width: 0px;
	padding : 0 10px 0 10px;
	height: 18px;
	cursor:default;
}

td.menuBarMouseOver{
	font-family:Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #4E7A94;
	border: 1px solid #808080;
	border-top-width: 0px;
	border-left-width: 0px;
	padding : 0 10px 0 10px;
	height:18px;
	cursor:default;
}

td.menuBoxMouseOut{
	font-family:Tahoma;
	font-size: 12px;
	color:#000000;
	background-color: #E7E7E7;
	border: 1px solid #808080;
	border-top-width: 0px;
	border-left-width: 0px;
	padding : 0 10px 0 10px;
	height:18px;
	cursor:default;
}

td.menuBoxMouseOver{
	font-family:Tahoma;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #4E7A94;
	border: 1px solid #808080;
	border-top-width: 0px;
	border-left-width: 0px;
	padding : 0 10px 0 10px;
	height:18px;
	cursor:default;
}

div.menuBarDiv{
	position: absolute;
	display: list-item;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: auto;
}

div.menuDiv{
	position: absolute;
	display: list-item;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: auto;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#E0E0E0,direction=135,strength=5);
}