﻿.TopGroup
{
}
.PublicMainMenu
{
	position:absolute;
	
	margin-top:23px;
	margin-left:10px;
	background-image:url(../img/menu/mmPublicBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:660px;
	height:35px;
}
.NonPublicMainMenu
{
	position:absolute;
	
	margin-top:23px;
	margin-left:10px;
	background-image:url(../img/menu/mmNonPublicBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:752px;
	height:35px;
}

.MembersMainMenu
{
	position:absolute;
	
	margin-top:23px;
	margin-left:10px;
	background-image:url(../img/menu/mmNonPublicBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:755px;
	height:35px;
}
.MenuItem
{
	cursor:pointer;cursor:hand;
}
.LeftMenuItem
{
}

.MenuGroup
{
	border:solid 1px #DB6C3F;
	background-color:white;
	
}
.BreadCrumb
{
	
	margin-bottom:5px;
	color:#6A7024;
	font-size:11px;
}
.BreadCrumb a, .BreadCrumb a:link, .BreadCrumb a:visited, .BreadCrumb a:hover
{
	color:#6A7024;
	font-size:11px;
}

.BreakItem
{

}
.RightMenuItem
{
}
.TreeView
{
}
.SubMenu
{
	margin-top:15px;
	text-align: -moz-right;
	text-align:right;	
}
.SubMenu .Title
{	
	color:#DB6C3F;
	font-size:18px;
	margin-bottom:10px;
	margin-right:3px;
}

.SubMenu .Nodes
{
	color:#014B85;
	float: right;
	font-size:11px;
	text-align: right;
	width: 190px;
}
.SubMenu .NodesSel
{
	color:#DB6C3F;
	font-size:11px;
}

.SubMenu .SecondLevel
{
    width: 190px;
    margin-left: -20px;
    #margin-right: 20px;
}

.SubMenuItemLook
{
	color: #014B85;
	border-right:solid 10px white;
	border-left:solid 10px white;
	
	background-image:url(../img/menu/subMenuItems.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;cursor:hand;
}

.SubMenuItemLookHover
{
	color: #014B85;
	border-right:solid 10px white;
	border-left:solid 10px white;
	
	background-image:url(../img/menu/subMenuItems.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;cursor:hand;
	text-decoration:underline;
}
.LastSubMenuItemLook
{
	border-right:solid 10px white;
	border-left:solid 10px white;
	color: #014B85;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;cursor:hand;
}
.LastSubMenuItemLookHover
{
	border-right:solid 10px white;
	border-left:solid 10px white;
	color: #014B85;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;cursor:hand;
	text-decoration:underline;
}

.SubMenuItemLookSel
{
	border-right:solid 10px white;
	border-left:solid 10px white;
	
	background-image:url(../img/menu/subMenuItems.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;cursor:hand;
	color:#DB6C3F;
}
.LastSubMenuItemLookSel
{
	border-right:solid 10px white;
	border-left:solid 10px white;
	
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	cursor:pointer;cursor:hand;
	color:#DB6C3F;
}

.SubMenu span
{
	background-image:url(../img/menu/dot.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	line-height:18px;
	padding-top:2px;
	padding-bottom:2px;
	
}
.SubMenu span.L2
{
	background-image:url(../img/menu/2ndLevel.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:26px;
	line-height:15px;
	padding-top:2px;
	padding-bottom:2px;
	
}
.SubMenu span.L2Top
{
	background-image:url(../img/menu/2ndLevelTop.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:26px;
	line-height:15px;
	padding-top:2px;
	padding-bottom:2px;
}
.SubMenu span.L2Bot
{
	background-image:url(../img/menu/2ndLevelBot.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:26px;
	line-height:15px;
	padding-top:2px;
	padding-bottom:2px;
}
.SubMenu span.L2Single
{
	background-image:url(../img/menu/2ndLevelSingle.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:26px;
	line-height:18px;
	padding-top:2px;
	padding-bottom:2px;
}
