﻿.TopMenu
{
    float: right;
}

.TopMenu .FirstRow
{
    text-align: right;
    font-size: 11px;
    color: #3d4f59;
    padding-top: 15px;
}

.TopMenu .FirstRow a
{
	color: #808080;
    font-size: 11px;
}

.TopMenu .FirstRow a:hover
{
    text-decoration: underline;
}

.TopMenu .FirstRow .Divider
{
	color: #c4c4c4;
    margin: 0px 3px;
}

.TopMenu .SecondRow
{
    padding-top: 10px;
}

.TopMenu .SecondRow ul
{
	margin: 0px;
	padding: 0px;
}

.TopMenu .SecondRow li
{
    display: inline;
    font-size: 12px;
    list-style-type: square;
    list-style-position: inside;
    background: transparent url(../Images/TopMenuBullet.png) no-repeat left center;
    margin-left: 4px;
    padding-left: 11px;
}

.TopMenu .SecondRow a
{
    font-family: Arial, Sans-Serif;
	font-size: 12px;
    font-weight: bold;
    color: #3d4f59;
    text-transform: uppercase;
}

.TopMenu .SecondRow a:hover
{
    text-decoration: underline;
}

.MainMenuContainer
{
	background-color: #3d4f59;
    font-size: 12px;
}

.MenuItemGroup
{
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	float: left;
}

.MenuItem
{
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 28px;
	padding-left: 7px;
	padding-right: 7px;
}

.MenuItemSelected,
.MenuItemHover
{
	background-color: #e3a14e;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	padding-left: 7px;
	padding-right: 7px;
}

.MenuItem a,
.MenuItemSelected a,
.MenuItemHover a
{
	color: #fff;
	font-size: 13px;
}

.MenuItem a:hover,
.MenuItemSelected a:hover,
.MenuItemHover a:hover
{
	text-decoration: none;
}

.MenuItem a img,
.MenuItemSelected a img,
.MenuItemHover a img
{
    border: none;
}

.SubMenu
{
}

.SubMenu a
{
    text-decoration: none;
}

.SubMenu a:hover
{
    text-decoration: underline;
}

.SubMenu .FirstLevelTree
{
    padding-left: 13px;
}

.SubMenu .NavigationDropdown
{
	display: block;
    width: 155px;
    font-size: 14px;
    color: #565656;
    margin: 0px auto 10px auto;
}

.SubMenu .Treeview > div
{
	border-bottom: solid 1px #e6e6e6;
}

.SubMenu table,
.SubMenu tbody
{
	width: 100%;
}

.SubMenu .Node
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    font-weight: bold;
}

.SubMenu td.Node
{
	background: none;
	border-bottom: solid 1px #e6e6e6;
    padding: 8px 12px 7px 5px;
    text-align: right;
}

.SubMenu td.Node.Selected
{
	background: #e3a14e url("../Images/Controls/SubMenu-Select.gif") repeat-y scroll top right;
}

.SubMenu td.Node.ChildNode
{
	border-bottom: none;
}

.SubMenu td.Node .Node
{
	color: #333;
}

.SubMenu td.Node.Selected .Node
{
	color: #fff;
}

.SubMenu .ChildNode
{
    font-size: 11px !important;
    font-weight: normal;
    padding-right: 2px;
}

.SubMenu td.ChildNode
{
    padding-top: 4px;
}

.SubMenu .ChildNode .Bullet
{
    font-size: 10px;
}

.SubMenu div div
{
    padding-top: 0px;
    padding-bottom: 1px;
}

.SubMenu div div table div
{
    width: 5px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

