﻿
.MainMenu ul.AspNet-Menu /* Tier 1 */
{
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.MainMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    top: 100%;
    padding-top: 3px;
    left: 0;
}

.MainMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.MainMenu .AspNet-Menu-WithChildren, 
.MainMenu .AspNet-Menu-No-Separator, 
.MainMenu .AspNet-Menu-Leaf 
{
	height: 19px;
	background: url(../images/com/menu-separator.png) 100% 55% no-repeat;
	padding: 10px 20px 10px 1.2em;
	margin-bottom: 0;
	/*width: 6.5em;*/
}

.MainMenu .AspNet-Menu-No-Separator
{
	background-image: none;
}


.MainMenu a, /* all anchors and spans (nodes with no link) */
.MainMenu span
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.MainMenu a:hover,
.MainMenu span:hover
{
	color: #000000;
}


.MainMenu ul ul
{
}

.MainMenu .AspNet-Menu-Horizontal .AspNet-Menu-WithChildren ul, .MainMenu .AspNet-Menu-Horizontal .AspNet-Menu-No-Separator ul
{
	margin: 0;
	padding-top: 0;
	width: 183px; /* for IE 6*/
}

.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf
{
	padding: 0px;
	margin-top: 0px;
	border: solid 1px #7c7c7c;
	border-top: none;
	width: auto;
	height: 32px;
	background-color: #7c7c7c;
}


.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a,
.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf span,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf a,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf span
{
    color: #ffffff;
    background-image: none !important;
    background-color:  #969d2d;
    border-top: none;
    width: 160px;
    padding: 8px 8px 8px 13px;
	white-space:nowrap;
	height: 16px;  /*for Chrome */
}

.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a:hover,
.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf span:hover,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf a:hover,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf span:hover
{
    background-color:  #787e23;
    color: #000000;
}

