

/******************************************************************************/
/**************** WARNING! DO NOT MODIFY THE FOLLOWING RULES!!!! **************/
/******************************************************************************/

/* Links inside the menu */
.menulist li table {
 text-decoration: none;
 margin: 0;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display										: none;
 position									: absolute;
 top														: 0;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	position									: relative;
	display: inline;
	list-style-type: none;
}


/* 'subind' submenu indicators, which are automatically prepended to 'table' tag contents. */
.menulist .subind {
 float												: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
	
}
* html .menulist  {
 height: 1%;
}
/* End Hacks */