.menujs,
.menujs *
{
	-moz-user-select: none;
}

.menujs .SubMenuItems 
{
	position: absolute;
	clear: both;
	padding: 0 5px 5px 0;
	background: url('/Menu/Scripts/Menu.JS/Scripts/DropShadow.png') no-repeat right bottom;
	display: none;
}

.menujs ul,
.menujs li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.menujs ul
{
	position: relative;
}

.menujs .rootItem
{
	float: left;
}

.menujs a,
.menujs span
{
	cursor: pointer;
	cursor: hand;
	display: block;
	text-decoration: none;
}

.menujs .SubMenuItems ul
{
	float: left;
}

.menujs .rootItem ul li span
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* IE6 fixes */
* html .menujs ul li
{
	position: relative;
}

* html .menujs a,
* html .menujs a span
{
	float: left;
}

* html .menujs ul li
{
	display: inline;
}

* html .menujs .rootItem ul a span
{
	float: none;
}

* html .menujs div.SubMenuItems li
{
	float: left;
}

* html .menujs ul
{
	display: inline-block;
}

* html .menujs .rootList
{
	width: 930px;
}

* html .menujs .SubMenuItems
{
	background-image: none;
	padding: 0;
}

