
.menulist {
	margin: 0;
	padding-top: 0px;

	list-style: none;
	list-style-type:none;
	padding-left: 0px;
	position: relative;
	
}

.menulist ul, .menulist ul ul {
 
 	padding-top: 5px;
	background-image: url(../img/bgY.gif);
	background-repeat: repeat-y;
	padding-left: 0px;
}

.menulist ul li li li, .menulist ul li li {
	visibility:hidden;

}



.menulist ul {
 display: none;
 position: absolute;
 top: 0px;
 left: 271px;

 width: 330px;
}


.menulist li {
 	
 	background: #FFF;
 	margin-bottom: 0px;
  	list-style-type:none;
  	margin-left:0;
  	padding:0;

}


.menulist ul>li:last-child {

}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 0px 0 1px 0px;
 color: #b1b1b1;
 text-decoration: none;
 font-size:25px;
 line-height: 27px;
 font-weight: bold;
}

.menulist a:link, .menulist a:visited {
 color: #b1b1b1;
}

.menulist li li a {
	background-image: none;

}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a#current, .menulist a#active, .menulist a#current-level1, .menulist a#active-level1 {
	color: #585858;
}

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


.menulist a#current, .menulist a#active, .menulist a#current-level1, .menulist a#active-level1 {
	font-weight:bold;	
}


.menulist a.highlighted {
 color: #585858;

 }

.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;

}
* html .menulist a {
 height: 1%;
}
* html .menulist a:hover {
 
}
/* End Hacks */
