﻿.MenuItemGroup
{
	height: 117px;
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	cursor: pointer;
	cursor: hand;
}

.MenuItem
{
	width: 100px;
	height: 117px;
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	cursor: pointer;
	cursor: hand;
}

.MenuItemSel
{
	background-image: url(../img/menu/MainMenu_HoverBG.jpg);
	background-repeat: repeat-x;
	width: 100px;
	height: 117px;
	color: #666666;
	font-family: Arial;
	font-weight: bolder;
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	cursor: pointer;
	cursor: hand;
}


.MenuItem nobr
{
	white-space: normal;
	width: 100px;
}

.MenuItemSel nobr
{
	white-space: normal;
	width: 100px;
}

.BreakItem
{
	background-image: url(../img/menu/breakitem.gif);
	width: 1px;
	height: 123px;
	font-size: 0px;
	padding-left: 1px;
	background-repeat: no-repeat;
}



.SubMenu
{
	padding-top: 0px;
	padding-bottom: 20px;
	width: 207px;
	padding-left: 0px;
		font-size:14px;
	cursor: pointer;
	cursor: hand;
	float: left;
}

.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;
}

