﻿.MenuItemGroup
{
	height: 49px;
	background-color: White;
	width: 739px;
	max-width: 739px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}

.MenuItem
{
	background-color: #f57b20;
	width: 116px;
	max-width: 116px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	margin-right: 7px;
	border-right: solid 8px white;
	font-family: Arial;
	font-size: 12px;
	color: White;
	font-weight: bold;
}

.MenuItemHover
{
	background-color: #d1c7df;
	width: 116px;
	max-width: 116px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	margin-right: 7px;
	border-right: solid 8px white;
	font-family: Arial;
	font-size: 12px;
	color: White;
	font-weight: bold;
}

.MenuItemSelected
{
	background-color: #4f2783;
	width: 116px;
	max-width: 116px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	margin-right: 7px;
	border-right: solid 8px white;
	font-family: Arial;
	font-size: 12px;
	color: White;
	font-weight: bold;
}



.MenuItem nobr
{
	white-space: normal;
	width: 116px;
}

.MenuItemHover nobr
{
	white-space: normal;
	width: 116px;
}

.MenuItemSelected nobr
{
	white-space: normal;
	width: 116px;
}


.SubMenuGroup
{
	border: solid 1px #f2eff6;
	
	background-color: White;
	padding-bottom:10px;
	#padding-bottom: 0px;
}

.SubMenuItem
{
	padding-top: 12px;
	#padding-top: 8px;
	#padding-bottom: 8px;
	padding-left: 25px;
	padding-right:15px;
	background-image: url(../img/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	#background-position: center left;
	/*min-height: 19px;*/
	background-color: White;
	font-family: Arial;
	font-size: 12px;
	color: #4f2783;	
	cursor: hand;
	cursor: pointer;
}

.SubMenuItemHover
{
	padding-top: 12px;
	#padding-top: 8px;
	#padding-bottom: 8px;
	padding-left: 25px;
	padding-right:15px;
	background-image: url(../img/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	#background-position: center left;
	/*min-height: 19px;*/
	background-color: White;
	font-family: Arial;
	font-size: 12px;
	color: #F57B20;	
	cursor: hand;
	cursor: pointer;
}

.ChildNode
{
	font-size: 14px;
	width: 155px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #333333;
	background: url(../img/Menu/arrow_dark.gif) no-repeat left top;
}
.ChildNodeSelected
{
	font-size: 14px;
	width: 207px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #333333;
	font-weight: bold;
	background: url(../img/Menu/arrow_dark.gif) no-repeat left top;
}

.SubMenuNode
{
	padding-top: 0px;
	padding-bottom: 20px;
	width: 207px;
	padding-left: 15px;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
	float: left;
	background: url(../img/Menu/arrow_light.gif) no-repeat left top;
}

.SubMenuNode:hover
{
	font-weight: bold;
}

.SubMenuNode_Selected
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	cursor: pointer;
	cursor: hand;
	background: url(../img/Menu/arrow_light.gif) no-repeat left top;
}

/*
.MainMenu
{
    background-color: White;   
}

table.MenuItem
{
    height: 49px;
    background-color: #f57b20; 
    margin-right: 7px;
    width: 116px;

    max-width: 116px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer; cursor: hand;
}

table.MenuItem td
{
    width: 116px;
    max-width: 116px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer; cursor: hand;
}

table.MenuItem td nobr
{
	white-space:normal;
}

table.MenuItem_Hover
{
    height: 49px;
    background-color: #d1c7df; 
    margin-right: 7px;
    width: 116px;
    max-width: 116px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer; cursor: hand;
}

table.Menu_MenuItem_Hover td
{
    width: 116px;
    max-width: 116px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer; cursor: hand;
}

table.MenuItem_Selected
{
    height: 49px;
    background-color: #4f2783; 
    margin-right: 7px;
    width: 116px;
    max-width: 116px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer; cursor: hand;
}

table.Menu_MenuItem_Selected td
{
    width: 116px;
    max-width: 116px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer; cursor: hand;
}



table.Menu_SubMenuItem 
{
	padding-top:10px;
	border-left:solid 1px #f2eff6;
}

table.Menu_SubMenuItem td
{
	padding-top:10px;
	border-left:solid 1px #f2eff6;
}



a.Menu_MenuItem, a.Menu_MenuItem:hover, a.Menu_MenuItem:active, a.Menu_MenuItem:visited
{
    color: White;
    font-weight: bold;
    font-size: 12px;  
    white-space: normal;
}
*/