﻿/* All Tiers */

.MainMenu a.AspNet-Menu-Link, .MainMenu span.AspNet-Menu-NonLink 
{ 
    color: #fffadb; 
    font-size: 16px; 
    font-weight: bold; 
    padding: 14px 25px 0 25px; 
    height: 36px;
}

.MainMenu a.AspNet-Menu-Link:hover { color: #dce82d; }


.MainMenu li.AspNet-Menu-WithChildren:hover,
.MainMenu li.AspNet-Menu-No-Separator:hover,
.MainMenu li.AspNet-Menu-WithChildren li:hover,
.MainMenu li.AspNet-Menu-No-Separator li:hover
{
    background-image: url(../images/gen/menu-sub-sel.png);
	background-repeat:repeat-x;
}

 /* Tier 1 */

.MainMenu .AspNet-Menu-WithChildren, .MainMenu .AspNet-Menu-No-Separator { background: url(../images/com/menu-separator.png) 100% 55% no-repeat; }
.MainMenu .AspNet-Menu-No-Separator { background-image: none; }


 /* Tier 2 */ 
.MainMenu  .AspNet-Menu-WithChildren ul, 
.MainMenu .AspNet-Menu-No-Separator ul
{
	margin: 0;
	padding: 0;
	width: 240px; /* for IE 6*/
	border: solid 1px #bdbdbd;
	border-top: none;
}

.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf
{
	padding: 0px;
	height: 49px;
	margin: 0px;
    width: 240px;
    background-color:  #b4bc2d;
	background-image: url(../images/gen/menu-sub.png);
	background-repeat:repeat-x;
}

.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf a
{
    border: none;
	white-space:nowrap;
}

.MainMenu .AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a.AspNet-Menu-Link:hover,
.MainMenu .AspNet-Menu-No-Separator li.AspNet-Menu-Leaf a.AspNet-Menu-Link:hover
{
    background-image: url(../images/gen/menu-sub-sel-arrow.png);
	background-repeat:no-repeat;
	background-position: 4% center; 
}






