/* GENERAL STYLES */
#listMenuRoot
{
	margin-top:50px;
	margin-right: 2px;
	margin-bottom: 2px;
	float:right;
	height:19px;
	font-size:12px;
	font-family:Arial;
	width: 670px;
}

#listMenuRoot li
{
	float:left;
	display:block;
	margin-left:7px;
}


#listMenuRoot li a.l1
{
	color:#000000;
	text-decoration:none;
	display:block;
	border-bottom: 4px solid #710a0d;
	width:122px;
}

#listMenuRoot li a.l1:hover, #listMenuRoot li.Selected a.l1
{
	color:#710a0d;
	border-bottom: 4px solid #d71a20;
}

#listMenuRoot li a.l2
{
	color:#000000;
	text-decoration:none;
	display:block;
	border-bottom: 4px solid #195a12;
	width:122px;
}

#listMenuRoot li a.l2:hover, #listMenuRoot li.Selected a.l2
{
	color:#195a12;
	border-bottom: 4px solid #34c425;
}

#listMenuRoot li a.l3
{
	color:#000000;
	text-decoration:none;
	display:block;
	border-bottom: 4px solid #494e58;
	width:122px;
}

#listMenuRoot li a.l3:hover, #listMenuRoot li.Selected a.l3
{
	color:#494e58;
	border-bottom: 4px solid #5b79b6;
}

#listMenuRoot li a.l4
{
	color:#000000;
	text-decoration:none;
	display:block;
	border-bottom: 4px solid #0f3f6e;
	width:122px;
}

#listMenuRoot li a.l4:hover, #listMenuRoot li.Selected a.l4
{
	color:#0f3f6e;
	border-bottom: 4px solid #4da1f0;
}

#listMenuRoot li a.l5
{
	color:#000000;
	text-decoration:none;
	display:block;
	border-bottom: 4px solid #531251;
	width:122px;
}

#listMenuRoot li a.l5:hover, #listMenuRoot li.Selected a.l5
{
	color:#531251;
	border-bottom: 4px solid #ba1db5;
}

.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 left: -7px;
 width: 160px;
}

.menulist ul ul {
 top: 0px;
 left: 155px;
}

.menulist li {
 float: left;
 position: relative;
 margin-right: -1px;
}

.menulist li.subm {
 background: #e9eac8;
 border-top: 0px none;
 width:160px;
 line-height:23px;
}

.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

.menulist a {
 display: block;
 padding: 3px;
 color: #303030;
 text-decoration:  none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
}

.menulist  a.highlighted {
 color: #FFF;
}

.menulist .subm a:hover, .menulist .subm a.highlighted:hover, .menulist .subm a:focus {
 color: #FFF;
 background-color: #bebe97;
}
.menulist .subm a.highlighted {
 color: #FFF;
 background-color: #bebe97;
}

.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/*
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

/* EDITOR PROPERTIES */
