/*
.menulist, .menulist ul
{ 
	margin: 0px;
	padding: 0px;
	width: 180px;
	list-style: none;
	border: 1px solid #fff;
	text-align: left; 
	vertical-align: top;
	font-family: Verdana;
	font-size: 10px;
	background-attachment: fixed;
	background-position: left top;
	background-repeat:no-repeat;
	background-image: url(images/bg_menu_left.png);
}


.menulist ul 
{
	background-color: #fff;
	background-attachment: fixed;
	background-position: left top;
	background-repeat:no-repeat;
	background-image: url(images/bg_menu_left.png);
	display: none;
	position: absolute;
	top: 0px;
	left: 180px;
	width: 405px;
	z-index: 1;
}

.menulist li {
	position: relative;
}

.menulist li a
{
	display: block;
	padding: 5px 4px 4px 23px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin: 0;
	background: url(images/bg_menu_left.png);
	
}

* html .menulist li a {
 border-width: 0;
 margin: 0px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus
{
    border-style: inset;
    border-width: 1px;
    border-color: #fff;
    color: #800000;
    padding: 4px 5px 5px 23px;
    margin: 0;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    /*background: url(images/bg_bnr_left.png);
}
.menulist a.highlighted {
 color: #000;
 border: 1px solid #800000;
 margin: 0;
}

.menulist a .subind {
 float: right;
}

*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 0%;
}
* html .menulist a {
 height: 0%;
}
*/