﻿/* extends of menu.css */

.OAOMenu ul.AspNet-Menu /* Tier 1 */
{
	width: 100%; 
    /*width: ??em; *//* 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;
}

.OAOMenu ul.AspNet-Menu ul /* Tier 2 */
{
    width:100px;
    float:none;
	top: 100%;
	left: -18px;
	color: #ffffff;
	/* filter: Alpha(Opacity=87); */
	/* -moz-opacity: .87;   */
	z-index:6;
	cursor: pointer;
}

.OAOMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    margin-top: -0.5em;
    left: 9.1396em;
    
}

.OAOMenu li /* all list items */
{
	
}

.OAOMenu li:hover, 
.OAOMenu li.AspNet-Menu-Hover	
{
	/* muda a cor do over*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
    cursor: pointer;
    z-index:6;
}

.OAOMenu a, /* all anchors and spans (nodes with no link) */
.OAOMenu span
{
	color: white;
}

.OAOMenu li.AspNet-Menu-NonLink
{
	 padding-right:15px;
	cursor: default;
}

.OAOMenu li.AspNet-Menu-Leaf a, /* leaves */
.OAOMenu li.AspNet-Menu-Leaf span
{
	
}

.OAOMenu li:hover a, /* hovered text */
.OAOMenu li:hover span,
.OAOMenu li.AspNet-Menu-Hover a,
.OAOMenu li.AspNet-Menu-Hover span,
.OAOMenu li:hover li:hover a,
.OAOMenu li:hover li:hover span,
.OAOMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.OAOMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.OAOMenu li:hover li:hover li:hover a,
.OAOMenu li:hover li:hover li:hover span,
.OAOMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.OAOMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #E41A00; /* muda a cor do texto no mouseover*/
}

.OAOMenu li:hover li a, /* the tier above this one is hovered */
.OAOMenu li:hover li span,
.OAOMenu li.AspNet-Menu-Hover li a,
.OAOMenu li.AspNet-Menu-Hover li span,
.OAOMenu li:hover li:hover li a,
.OAOMenu li:hover li:hover li span,
.OAOMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.OAOMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #000000;
    background: transparent right center no-repeat;
}

.OAOMenu .AspNet-Menu-Selected /* this tier is selected */{}
.OAOMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */{}
.OAOMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */{}

div.WizardClassForMenuItemTop
{
    background: #FFFFFF;
	padding: 2px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	/* filter: Alpha(Opacity=100); */
	z-index:6;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6C;
	/*font-weight: bold; */
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}

div.WizardClassForMenuItemTop b
{
    background: #FFFFFF;
	z-index:6;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold; 
	text-decoration: none;
}

div.WizardClassForMenuItemBottom
{
    background: #FFFFFF;
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    /* filter: Alpha(Opacity=100); */
    z-index:6;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6C;
	/*font-weight: bold; */
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;	
}

div.WizardClassForMenuItemBottom b
{
    background: #FFFFFF;
    z-index:6;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold; 
	text-decoration: none;
}

div.WizardClassForMenuItem
{
    background: #FFFFFF;
	padding: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px; 
	/* border-bottom: 1px solid #999999; */
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	/*font-family: Book Antiqua;*/
    /* filter: Alpha(Opacity=100); */
    z-index:6;
    cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6C;
	/*font-weight: bold;*/
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}

div.WizardClassForMenuItem b
{
    background: #FFFFFF;
    z-index:6;
    cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
