/* Menu Stylesheet */

table.MainMenuTable
{
	background-color: #84D0F0;
}
td.MenuLinkItem, A.Menu:link, A.Menu:hover, A.Menu:visited
{
	/*color: #259CD3;
	background-color: #D5EDFA;*/
	font: Verdana;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	padding: 3px;
	padding-left: 12px;
}
td.MenuChildLinkItem
{
	color: #259CD3;
	font-size: 12px;
	font-weight: normal;
	font: Verdana;
	color: #000000;
	padding: 3px;
	text-indent: 15px;
}
.MenuChildLinkItem_noclick
{
	font-size: 12px;
	font-weight: normal;
	font: Verdana;
	color: #000000;
	padding: 3px;
	text-indent: 10px;
}
A.MenuLink:hover
{
	colour: #1b48ce;
}
.MenuLinkItemRollOver
{
	background-color: #BDE4F7;
	color: #259CD3;
	font: Verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	padding-left: 12px;

}
.MenuChildItemRollOver
{
	background-color:#D5EDFA;
	color: #259CD3;
	font: Verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	text-indent: 15px;
}
.MenuActiveChild
{
	/*width: 93%;*/
	text-align:left;
	color: #259CD3;
	font: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	text-indent: 15px;
}
.MenuActiveParent
{
	/*width: 100%;*/
	text-align:left;
/*	background-color:#259CD3;*/
	color: #FFFFFF;
	font: Verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	padding-left: 12px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */

#mainMenu
{
	position: relative;
	/*width: 167px;*/
}
.parentMenuItem
{
	position: relative;
	padding: 2px;
	/*width: 98%;*/
	/*height: 10px;
	padding: 2%;
	margin: 0%, 0%, 1%, 0%;*/
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	vertical-align:middle;
	/*border-right: 2px solid #e3e4e9;
	border-left: 1px solid #e3e4e9;
	border-bottom: 2px solid #e3e4e9;
	border-top: 1px solid #e3e4e9;*/
	border-bottom: 1px solid #cccccc;
}

.childMenuItem
{
	position: relative;
	/*left: 5%;*/
	/*width: 99%;*/
	display: none;
}

.menuItem
{
	position: relative;
	height: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 1%, 0%, 1%, 0%;
	color: #000000;
	font-weight: none;
	background-image:url(../../images/bg_MainMenu.jpg);
	background-color: #e3e4e9;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}
.menuOver 
{
	/*background-image:url(../../images/bg_MainMenuOver.jpg);*/
	color:#0066CC;
}
.BackgroundCell
{
	background-color: #cccccc;
	height: 1px		
}

.UL {
	text-decoration:underline;
}
.arrowleft {
	text-align: left;
}
A.MenuLink_child:link, A.MenuLink_child:hover, A.MenuLink_child:visited
{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	padding-left: 3px;
}
A.MenuLink_child:hover 
{
	color: #1b48ce
}
