/*.level1{
	visibility: hidden;
	display: none;
}*/

.level2{
	visibility: hidden;
	display: none;
}

li.lvl1{
	position: relative;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 169px;
	list-style: none;
	background: white;
	font-size: 8pt;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
	position: relative;
	top: 0px;
	left: 0px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
ul.level2 {
	position: absolute;
	top: -1px;
	left: 167px;
	width: 199px;
	border-top: 1px dotted silver;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	border: 1px dotted silver;
	border-top: 0;
}
.menulist ul li {
	background-position: 0px 4px;
}

/* Hide first level */
li.level0{
	padding: 0px;
	border: 0;
	height: 0px;
}

/* Links inside the menu */
.menulist a{
	display: block;
	text-decoration: none;
	border: 0;
	padding: 3px;
	padding-left: 5px;
}

/*.menulist a:hover, .menulist a:focus {
	color: #FFFFFF;
	background-color: #999DA6;
	margin: 0;
}*/

/* Hide first level */
a#t90{	
	margin: 0;
	padding: 0px;
	border: 0;
	border-top: 1px dotted silver;
	font-size: 0pt;
	color: white;
	background-color: white;
	height: 0px;
}

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

li.level0{	
	margin-top: 2px;
	* height: 228px;
}
