﻿
	#subMenu1 {
		Z-INDEX: 11; LEFT: 0px; VISIBILITY: hidden; WIDTH: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 0px;
	}
	#subMenu2 {
		Z-INDEX: 11; LEFT: 0px; VISIBILITY: hidden; WIDTH: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 0px;
	}
	#subMenu3 {
		Z-INDEX: 11; LEFT: 0px; VISIBILITY: hidden; WIDTH: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 0px;
	}
	
	#MenuHolder 
	{
		height: 21px;
	}
	
	.menuMain,
	.menuMainHover
	{
		font-family: Verdana, Arial, MS Sans Serif;
		font-size: 12px;
		font-weight: normal;
		float: left; 
		padding: 2px 7px;
		color: #000;
		border-right: solid 1px #74cdd3;
		cursor: pointer;
	}
	
	.menuMainHover
	{
		background-color: #ecfbfc;
		cursor: pointer;
		color: #111;
	}
	
	.menuMainRight,
	.menuMainRightHover
	{
		font-family: Arial, Verdana, MS Sans Serif;
		font-size: 11px;
		font-weight: bold;
		float: right; 
		padding: 2px 2px 2px 7px;
		color: #FFF;
		cursor: pointer;
	}
	
	.menuMainRightHover
	{
		cursor: pointer;
		color: #111;
	}
	
	
	.subMenu, 
	.subMenuchild,
	.subMenuchildHover,
	.subMenuHover,
	.subMenuchildRight,
	.subMenuchildHoverRight
	{
		font-family: Arial, Verdana, MS Sans Serif;
		font-size: 12px;
		padding: 3px 8px;
		font-weight: normal;
		width: 150px;
		text-align: left;
		white-space: nowrap;
		clear: both;
		background-color: #ecfbfc;
		border-left: solid 1px #999999;
		border-right: solid 1px #999999;
		color: #444;
	}
	
	.subMenuchild
	{
		background-image: url(../gfx/submenu_bg_hover.gif);
		background-repeat: no-repeat;
	}
	
	.subMenuchildRight
	{
		
	}
	
	.subMenuchildHoverRight
	{
		
	}
	
	.subMenuchildHover
	{
		background-image: url(../gfx/submenu_bg_hover_over.gif);
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	.subMenuHover 
	{ 
		cursor: pointer;
		border-left: solid 3px #48a7ad;
		padding: 3px 8px 3px 6px;
		color: #000000;
	}