﻿/* extends of menu.css */

.CestasMichelliMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 100%;
    z-index: 6;
    /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

img
{
	border: 0px;
}

.CestasMichelliMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 150px;
    float:none;
    top: 100%;
    left: 0px;
	color: #ffffff;
	filter: Alpha(Opacity=85);
	-moz-opacity: .85;
	z-index: 6;
}

.CestasMichelliMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 9.1396em;
}

.CestasMichelliMenu li /* all list items */
{

}

.CestasMichelliMenu li:hover, 
.CestasMichelliMenu li.AspNet-Menu-Hover
{
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444343;
	cursor: pointer;
}

.CestasMichelliMenu a, /* all anchors and spans (nodes with no link) */
.CestasMichelliMenu span
{
    color: White;
    cursor: pointer;
}

.CestasMichelliMenu li.AspNet-Menu-Leaf a, /* leaves */
.CestasMichelliMenu li.AspNet-Menu-Leaf span
{

}

.CestasMichelliMenu li:hover a, /* hovered text */
.CestasMichelliMenu li:hover span,
.CestasMichelliMenu li.AspNet-Menu-Hover a,
.CestasMichelliMenu li.AspNet-Menu-Hover span,
.CestasMichelliMenu li:hover li:hover a,
.CestasMichelliMenu li:hover li:hover span,
.CestasMichelliMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.CestasMichelliMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.CestasMichelliMenu li:hover li:hover li:hover a,
.CestasMichelliMenu li:hover li:hover li:hover span,
.CestasMichelliMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.CestasMichelliMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #DD137B;
}

.CestasMichelliMenu li:hover li a, /* the tier above this one is hovered */
.CestasMichelliMenu li:hover li span,
.CestasMichelliMenu li.AspNet-Menu-Hover li a,
.CestasMichelliMenu li.AspNet-Menu-Hover li span,
.CestasMichelliMenu li:hover li:hover li a,
.CestasMichelliMenu li:hover li:hover li span,
.CestasMichelliMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.CestasMichelliMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: White;
    background: transparent right center no-repeat;
}

.CestasMichelliMenu .AspNet-Menu-Selected /* this tier is selected */{}
.CestasMichelliMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */{}
.CestasMichelliMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */{}

div.WizardClassForMenuItemTop
{
	background: #8ECB2E;
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #6A8937;
	border-right: 1px solid #6A8937;
	border-left: 1px solid #6A8937;
	border-top: 1px solid #6A8937;
	filter: Alpha(Opacity=100);
}

div.WizardClassForMenuItemBottom
{
	background:  #8ECB2E;
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid #6A8937;
	border-right: 1px solid #6A8937;
	border-left: 1px solid #6A8937;
	filter: Alpha(Opacity=100);
}

div.WizardClassForMenuItem
{
	background:  #8ECB2E;
	padding: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #6A8937;
	border-right: 1px solid #6A8937;
	border-left: 1px solid #6A8937;
	filter: Alpha(Opacity=100);
}
