td#menu {
	height:30px;
	background-color:#fff;
	visibility:hidden;  /*HIDE THE MENU WHILE LOADING*/ 
}

/**
 * The root menu
 */
ul.menu,
#root-menu-div ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline;
}

div.menu-div.outerbox {
	margin-top:3px;
}

/*
 * The root elements
 */
* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}


ul.menu span{ /*was ul.menu span a*/
	font-family: "Century Gothic","Lucida Console", Monaco, monospace;
	font-style:normal;
	color:#000;
	padding-left:10px;
	font-weight:bold;
	cursor:default;
}
li.active,
div.menu-item a:hover{
	text-decoration:none;
	color:#888;
}

div.menu-item a{
	color:#000;
}

ul.menu-ul.innerbox {
	margin-top:10px;
}


/**
 * Menu item
*/ 
div.menu-item {
	font-size:11px;
	padding:5px 10px;
	min-width:150px;
	background-color: #ddd;
	border: 1px solid #D0D0D0;
	
	filter:Alpha(opacity=92); 
	opacity: 0.92;
}

li.menu-separator.active{
	background-color: transparent;
}

li.active {
	background-color: #888;
	color:#888;
}
/*
 * Selected root element
 */
.activetarget{
	background-color: #888;
	color:#fff;
}
.activetarget a{
	color:#fff;
}


* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
	padding: 0 10px;
}

img.menu-item-arrow{
	position: absolute;
	right: 4px;
	top: 8px;
}
li.menu-separator{
	border-bottom: 1px solid #000;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}



