/* Menu Stylesheet */

#mainMenu
{
	position: relative;
	/*width: 167px;*/
}
.MainMenuTitleCell
{
	background-color: #BDCED6;
	background-image: url(../../images/bg_MainMenuHeading.jpg);
	font-weight: bold;
	font-size:14px;
	color: #000000;
	text-align: center;
	vertical-align:middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.parentMenuItem, .menuOver
{
	background-image:url(../../images/bg_MainMenu.jpg);
	position: relative;
	padding: 2px;
	/*width: 98%;*/
	/*height: 10px;
	padding: 2%;
	margin: 0%, 0%, 1%, 0%;*/
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #cccccc;
	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:link, A.MenuLink:hover, A.MenuLink:visited
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}
A.MenuLink_child:link, A.MenuLink_child:hover, A.MenuLink_child:visited
{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	padding-left: 3px;
}
A.MenuLink_child:hover 
{
	color: #FFFFFF
}
