#clear
{
	height: 15px;
	clear: both;
}
#MNToolBar
{
	position: absolute;
	width:100%;
	margin-left: -8px;
	margin-top: -8px;
	background-color:rgb(0,0,0);
	height: 20px;
}

/* zeroing padding/margin for all elements */
#ModdersNetworkToolbar, #ModdersNetworkToolbar *
{
	margin:0;
	padding: 1px 0 0 0;
	font-family: Tahoma, Arial;
	font-size: 8pt;
}

/* "Master" UL (the whole Menu) */
#ModdersNetworkToolbar
{
	position:relative;
	background:rgb(0,0,0) no-repeat 100% 50%;
	width:100%;
	height: 16px;
	float:left;
	margin-bottom:3px;
	border: none;
}

/* sub-menu ULs */
#ModdersNetworkToolbar li ul
{
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#ModdersNetworkToolbar li
{
	position:relative;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#ModdersNetworkToolbar li ul li
{
	width:10em/*FF*/;
	padding:0;
	border:none;
	max-width:120%;
}
/* All anchors */
#ModdersNetworkToolbar li a
{
	cursor:default;
	color:rgb(255,127,0);
	border: none;
	text-decoration:none;
	display:block;
	float:left;
	padding:.1em .4em 0 .5em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:14px;
	line-height:normal;
}
/* sub-menu Anchors */
#ModdersNetworkToolbar li ul li a {
	width:9em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.8em;
	height:1.8em;
	font-weight:normal;
	border: none;
	color:rgb(255,127,0);
	background-position:0 50% !important;
}
/* :hover and stuff */
#ModdersNetworkToolbar li a:hover,
#ModdersNetworkToolbar li a:focus,
#ModdersNetworkToolbar li a:active
{
	color:rgb(255,127,0);
}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#ModdersNetworkToolbar ul a:hover,
#ModdersNetworkToolbar ul a:focus,
#ModdersNetworkToolbar ul a:active
{
	color:rgb(0,0,0) !important;
	background:rgb(255,127,0);
}
/* display and z-index for the sub-menus */
#ModdersNetworkToolbar li:hover ul,
#ModdersNetworkToolbar li.msieFix ul
{
	display:block;
	z-index:10;
	top:13px !important;
}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#ModdersNetworkToolbar li#menu
{
	z-index:6;
}

/* Current location - class on Body must match LI's id */
.menu #ModdersNetworkToolbar li#menu a
{
	color:#000000;
}

/* Keeping current menu accessible to JAWS */
.menu #ModdersNetworkToolbar li#menu ul
{
	display:block;
	top:-1000px;
}

/* background colors */
#menu,#menu li a
{
	background-color:rgb(0,0,0);
}

/* "trigger" and "msieFix" classes */
#ModdersNetworkToolbar li.msieFix a {}
/* last nested UL. keeping it in */
#ModdersNetworkToolbar li#UZ ul
{
	left:-2.3em !important;
}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.menu #ModdersNetworkToolbar li#menu ul li a:focus,
.menu #ModdersNetworkToolbar li#menu ul li a:active
{
	position:absolute !important;
	top:1028px !important;
}