.NavBar
{
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: default;
	background-color: #FFC56A;
} 

.TopItem
{
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	width: 185px;
	cursor: hand;
	color: black;
	font-size: 11px;
	padding-top: 4px;
	font-family: tahoma, verdana;
	background-color: #dccdad;
}

.TopItemHover
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	background-color:#dccdad;
	padding-bottom: 4px;
	width: 185px;
	cursor: hand;
	color: black;
	padding-top: 4px;
	font-family: tahoma, verdana;
}

.Level2Item
{
	font-family: tahoma, verdana; 
	font-size: 11px; 
	padding-left: 10px; 
	cursor:hand;
}

.Level2ItemHover
{
	font-family: tahoma, verdana; 
	font-size: 11px; 
	text-decoration:underline;
	padding-left: 10px; 
	cursor:hand;
}

.Level2Group
{
	width: 185px;
	/*background-image: url(../../skin/images/Generales/header_bg.jpg);*/
}

.Empty
{
}

.Level2ItemSelected
{
	background-color:White;
	font-family: tahoma, verdana; 
	font-size: 11px; 
	border: 1px solid #CCCCCC;
	padding:3px;
	padding-left: 10px; 
	cursor:hand;
}


.TopItemActive
{
	color:black;
	background-color:#D5D5D5;
	background-image: url(images/item_hover_bg.gif);
	font-family: tahoma, verdana; 
	font-size: 11px; 
	font-weight: bold;
	border: 1px solid #8C8C8C;
	padding-top: 4px; 
	padding-bottom: 2px; 
	cursor:hand;
}




