﻿
/* MENU HORIZONTAL */
	
.AspNet-Menu-Horizontal .AspNet-Menu-Item
{
	font-size: 8pt !important;
	font-weight: bold;
	color: White !important;
	text-decoration: none !important;
	padding-right:8px;
	padding-left:7px;
	padding-top:3px;
	border-right:solid 1px #c50001;
	height:17px;
	
}

.AspNet-Menu-Horizontal .AspNet-Menu-Item:hover
{
	background-color: #c50001;
	cursor: hand;
}

.AspNet-Menu-Horizontal .AspNet-Menu-WithChildren li 
{
	width:120px;
	z-index:100;
	background-color:#F2F2F2;
}

.AspNet-Menu-Horizontal .AspNet-Menu-WithChildren li .AspNet-Menu-Item
{
	font-size: 8pt !important;
	font-weight: normal;
	color: #d80200 !important;
	border-color:White;
	border-width:1px;
	border-style:Solid;
	padding:4px 3px 3px 3px;
}

.AspNet-Menu-Horizontal .AspNet-Menu-WithChildren li .AspNet-Menu-Item:hover
{
	background-color: #DBDBDB;
	cursor: hand;
}

/* TREEVIEW VERTICAL */

.AspNet-TreeView
{
	padding: 4px 4px 0px 4px !important;
}

.AspNet-TreeView-Root .AspNet-TreeView-Collapse
{
	display: none !important;
	visibility: hidden;
}

.AspNet-TreeView .AspNet-Treeview-Item
{
	color: #d80200 !important;
	background-color:#F2F2F2;
	border-color:White;
	border-width:1px;
	border-style:Solid;
	padding:3px 3px 3px 3px;
	text-decoration: none !important;
}

.AspNet-TreeView-Root .AspNet-TreeView-Selected
{
	background-color:silver;
}

.AspNet-TreeView li .AspNet-Treeview-Item
{
	font-size: 9pt !important;
	font-weight: bold;
}
.AspNet-TreeView .AspNet-TreeView-Root li .AspNet-Treeview-Item
{
	font-size: 8pt !important;
	font-weight: normal;
	padding-left: 15px !important;
}

.AspNet-TreeView .AspNet-TreeView-Root li .AspNet-Treeview-Item:hover
{
	background-color: #DBDBDB;
	cursor: hand;
}
