﻿
/* Main Rules for List */

.AspNet-Menu ul
{
	margin: 0px !important;
	padding-left: 15px;
	padding-right: 15px;
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	color:#000000;
	text-decoration:none;
	font-weight:bolder;
	list-style-image:url("");
	list-style-type: none;
}

.AspNet-Menu-WithChildren ul
{
padding-left:0px;
padding-right:0px;
}


.AspNet-Menu ul li
{
	padding-left:0px;
	text-indent: 0px;	
	list-style-image:url("");
	list-style-type: none;
	padding-top:2px;
	line-height:25px;

}


.AspNet-Menu ul ul
{
	text-indent: 0px;
}

.AspNet-Menu ul ul ul
{

	text-indent: 0px;
}


/* TOP MENU ITEMS WITH NO CHILDREN */
.AspNet-Menu li span
{
	background-color:#0a3043;
	width: 190px;
	display: block;
	text-decoration:none;
}

.AspNet-Menu li span:hover
{
	background-color:#0a3043;
	color: White !important;
	width: 190px;
	text-decoration:none;
}

.AspNet-Menu li a
{
	display: block;
	background-color:#0a3043 !important;
	color: White !important;
	width: 190px;
	text-decoration:none;
	

}
.AspNet-Menu li a:hover
{
	display: block;
	background-color:#586369 !important;
	color: White !important;
	width: 190px;
	text-decoration:none;
	
}

/* TOP MENU ITEMS WITH CHILDREN */
.AspNet-Menu-WithChildren span
{
	background-position:right !important;
	background-image: url("/Style Library/Images/masterpage/setaBaixo.jpg") !important;
	background-repeat: no-repeat;
	color: White;
	width: 220px;
	text-decoration:none;
	cursor: hand;
	text-align:left;
	/*background-color:fuchsia !important;*/
	
}

.AspNet-Menu-WithChildren span:hover
{
	background-position:right !important;
	background-image: url("/Style Library/Images/masterpage/setaBaixo.jpg") !important;
	background-repeat: no-repeat;
	color: White;
	text-decoration:none;
	cursor: hand;
}

.AspNet-Menu-WithChildren span a
{
	width: 165px;
	padding-left: 12px;
	text-align:center;

}

.AspNet-Menu-WithChildren span a:hover
{
	width: 165px;
	padding-left: 12px;
	text-align:center;
}


/* SUBMENU ITEMS WITH CHILDREN */
.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren span a
{
	background-color:#0f4059 !important;
	text-decoration:none;
	font-size:10px;
	width: 150px;
	padding-left: 20px;
}

.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren span a:hover
{
	background-color:#586369 !important;
	text-decoration:none;
	width: 150px;
	padding-left: 20px;
}


/*SUBMENU ITEMS WITH NO CHILDREN */

.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf span a
{
	background-color:#0f4059 !important;
	text-decoration:none;
	font-size:10px;
	width: 190px;
	padding-left: 0px;
}

.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf span a:hover
{
	background-color:#586369 !important;
	text-decoration:none;
	font-size:10px;
	width: 190px;
	padding-left: 0px;
}

/* THIRD LEVEL ITEMS (only leafs)*/

.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf span a
{
	background-color:Green !important;
	text-decoration:none;
	font-size:8px;
	width: 190px;
	padding-left: 0px;
}

.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf span a:hover
{
	background-color:Red !important;
	text-decoration:none;
	font-size:8px;
	width: 190px;
	padding-left: 0px;
}




