﻿/*
.menu
{
    font-size: 12px;
}
.menu ul li
{
    width: 10em;
    background: #eeeeee;
    border: 1px solid #000000;
    margin-top: -1px;
    display: block;
}
.menu ul li ul
{   
    display: block;
}
.menu ul li ul li
{   
    display: block;
    position: relative;
    float: left;
}
.menu li:hover ul {
	top: 100%;
	margin-left: 0;
}



.menu li:hover
{
    background: #999999;
}
.menu a
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}*/




/****************
TOP MENU
*****************/
.AspNet-Menu
{
    font-size: 10px;
    list-style: none;
    font-weight: bold;
}

.AspNet-Menu-Leaf,
.AspNet-Menu-WithChildren
{
    background: #b0efbe;
    position: relative;
    margin-left: -1px;
    /*left: -1px;*/
}
.AspNet-Menu ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.AspNet-Menu li,
.AspNet-Menu-WithChildren,
.AspNet-Menu-Leaf
{
	line-height : 1.35em;
	position: relative;
	float: left;
	margin-bottom: -1px;
	/*min-width: 60px;*/
}
.AspNet-Menu a,
.AspNet-Menu-Link
{
	display: block;
	color: #006600;
	background-color: #b0efbe;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	border: 1px solid;
}
.AspNet-Menu a:hover 
{
	color: #000;
	background-color: #99e1b1;
}

.AspNet-Menu ul li a
{
    height: 3em;
    width: 8em;
}

.AspNet-Menu ul li ul li
{
    width: 80px;   
}

.AspNet-Menu ul li ul li a
{
    height: 20px;
}
.AspNet-Menu ul li ul
{
    position: absolute;
    left: -999em; 
}

.AspNet-Menu li:hover ul, 
.AspNet-Menu li li:hover ul, 
.AspNet-Menu li li li:hover ul 
{
	top: 100%;
	left: 0;
	margin-left: 1px;
}
/**************************************end of new stuff
*/
	
	

/*
.menu {
    font-size: 10px;
    padding: 0;
	margin: 0;
	list-style: none;
}
.menu li { 
	line-height : 1.35em;
	position: relative;
	float: left;
}

.menu li li { 
    float: left;
}
.menu a {
	display: block;
	color: #006600;
	background-color: #b0efbe;
}
.menu a:hover {
	color: #000;
	background-color: #99e1b1;
}
.menu li ul li
{
    width: 9em;
}
.MainItem a
{
    height: 30px;
    max-width: 90px;
}


.menu li ul {
	position: absolute;
	left: -999em;
}
.menu li:hover ul ul, .menu li.sfhover ul ul {
	left: -999em;
}


.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul {
	top: 0;
	left: 0;
	margin-left: 100%;
}


.menu li:hover ul {
	top: 100%;
	margin-left: 0;
}
div.menu {
	width:100%;
}


.menu{
	left:0;
}
.menu, .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #238126;
	border-bottom: 0.04em solid #238126;
}
.menu a {
	display: block;
	color: #006600;
	background-color: #b0efbe;
	padding: 4px 0.5em;
	text-decoration: none;
	border-top: 0.04em solid #238126;
	border-right: 1px solid #238126;
}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul {
	left: -1px;
}

*/

/*************
LEFT MENU
**************/

.LeftMenuClass div.AspNet-TreeView ul li
{
    white-space:normal;
    padding: 3px 0 2px 0; 
}

.LeftMenuClass div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.LeftMenuClass div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.LeftMenuClass div.AspNet-TreeView li a
{
    text-decoration: none;
}

.LeftMenuClass div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 0px;
    padding-left: 15px;
    background: url(/PSEP_Images/item.gif) 0 0px no-repeat;
    /*cursor: pointer;*/
}

.LeftMenuClass div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.LeftMenuClass div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(/PSEP_Images/collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.LeftMenuClass div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(/PSEP_Images/expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.LeftMenuClass .AspNet-TreeView-Selected
{
    background-color: #FAFAD2 !important;
}

.LeftMenuClass .AspNet-TreeView-ChildSelected
{
    background-color: #F5FFFA !important;
}

.LeftMenuClass .AspNet-TreeView-ParentSelected
{
    background-color: #FFE4E1 !important;
}