.menulist
{
	margin 		: 0;
	padding		: 1px;
	padding-left	: 10px;
	list-style	: none;
	text-align	: right;
}

.menulist#Root
{
	width		: 110px;
}


.menulist ul
{
	margin 		: 0;
	padding		: 1px;
	list-style	: none;
	visibility	: hidden;
	position	: absolute;
	top		: 0;
	text-align	: left;
	left		: 105px;
}

.subMenu ul
{
	text-align	: left;
}

.subMenu li
{
	text-align	: left;
}

.menulist li
{
 	position	: relative;
}

.menulist a
{
 	display		: block;
 	padding		: 2px 12px 3px 0px;
 	color		: #FFF;
 	text-decoration	: none;
 	font-weight	: bold;
	margin		: 0;
}


* html .menulist a 
{
	 border		: none;
	 margin		: 0px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus
{
 	color		: #000;
 	padding		: 2px 12px 3px 0px;
 	text-decoration	: none;
}


.menulist a.highlighted
{
 	color		: #000;
 	padding		: 2px 12px 3px 0px;
}

.menulist a .subind
{
 	float	: right;
}


.menulist a .subind {
 float: right;
}

/* 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 */

