a.menu1{text-decoration: none; color:#E4D8BE;}
a.menu1:link {color:#E4D8BE;  }
a.menu1:visited {color:#E4D8BE;}
a.menu1:active {text-decoration: none; color:#E4D8BE;}
a.menu1:hover {text-decoration: none; color:#E4D8BE;}

a.menu2{text-decoration: none; color:#E4D8BE;}
a.menu2:link {color:#E4D8BE;  }
a.menu2:visited {color:#E4D8BE;}
a.menu2:active {text-decoration: none; color:#E4D8BE; }
a.menu2:hover {text-decoration: none; color:#E4D8BE; }

a.menu3{text-decoration: none; color:#333333;}
a.menu3:link {color:#333333;  }
a.menu3:visited {color:#333333; }
a.menu3:active {text-decoration: none; color:#333333;  }
a.menu3:hover {text-decoration: none; color:#333333;}
	
.menu2ident
{
	padding-left:20px;
	text-indent: 15px;
	margin-left:20px;
}
.MenuTitle
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #b49b7c;
	font-family: Arial;
	height: 28px;
	/*background-color: #e4d8be;*/
	background-color:#333333;
	border-left: #D6C49E 1px solid;
	
}
.MenuBase
{
	height: 40px;
	background-color: #CCB894;
	border: #b49b7c 1px solid;
	border-left:none;
	
}
.MenuEmptyContent
{
	height: 100px;
	background-color: #b49b7c;
	border: #b49b7c 1px solid;
	overflow:hidden;
}
/*TreeView*/
.MenuContentsLevel1
{
    border-left: #D6C49E 1px solid;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
    width: 201px;
    cursor: hand;
    cursor: pointer;
    color: #333333;
    border-top-style: none;
    border-bottom: #D6C49E 1px solid;
    background-repeat: no-repeat;
    font-family: arial;
    border-right-style: none;
    height: 24px;
    background-color: #b49b7c;
    text-decoration: none;
    text-indent: 5px;
    overflow: hidden;
    padding-top: 5px;
}
.MenuContentsLevel1Selected
{
	border-left: #D6C49E 1px solid;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	width: 201px;
	cursor: hand;
	cursor:pointer;
	color: #333333;
	border-top-style: none;
	border-bottom: #D6C49E 1px solid;
	background-repeat: no-repeat;
	font-family: arial;
	border-right-style: none;
	height: 24px;
	background-color: #E4D8BE;
	text-decoration: none;
	text-indent: 5px;
	overflow:hidden;
	padding-top: 5px;
}

.MenuContentsLevel2
{
    font-size: 11px;
    color: #E4D8BE;
    font-family: arial;
    background-color: #333333;
    height: 24px;
    border-left: #d6c49e 1px solid;
    width: 200px;
    cursor: hand;
    border-top-style: none;
    text-indent: 15px;
    padding-top: 5px;
    background-repeat: no-repeat;
    border-right-style: none;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    border-bottom-style: none;
}
.MenuContentsLevel2Over
{
	
	border-left: #D6C49E 1px solid;
	font-size: 11px;
	width: 200px;
	cursor: hand;
	color: #E4D8BE;
	border-top-style: none;
	text-indent: 15px;
	padding-top:5px;
	background-repeat: no-repeat;
	font-family: arial;
	border-right-style: none;
	height: 24px;
	background-color: #333333;
	text-decoration: none;
	vertical-align:middle;
}
.MenuContentsLevel2Selected
{
    border-left: #D6C49E 1px solid;
    font-size: 11px;
    width: 200px;
    cursor: hand;
    color: #E4D8BE;
    border-top-style: none;
    text-indent: 15px;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-family: arial;
    border-right-style: none;
    height: 24px;
    background-color: #64615A;
    text-decoration: none;
    vertical-align: middle;
}