



/* ------------------------------------------ SUBMENU -------------------------------------- */


/* GLOBAL MENU PROPERTIES */

.menulist, .menulist ul {
 width												: 156px;
	left													: 156px;
	background							: #FFFFFF;
 margin											: 0;
 padding										: 0px;
 list-style							: none;
 border											: 0px solid #000000;
}

.selected {
 background							: #ced585;
}

.current-selected {
 background-color : #000000;
}
.current-selected-text {
	color            : #f5ef00;
}

.menulist li table:hover, .menulist li table.highlighted:hover, .menulist li table:focus {
 color												: #000000;
 background-color	: #ced585;
 margin											: 0;
}

.menulist li table.highlighted {
 background-color	: #ced585;
 margin											: 0;
}

.menulist table {
 border-bottom				: 1px solid #999999;
}

/* GLOBAL TEXT PROPERTIES */

.menulist td {
	 font-family										 : Arial;
		font-size												: 12px; 
		text-decoration						: none; 		
		font-weight										: bold;
		color																: #666666;
	 padding-right        : 6px;
	 padding-top          : 5px;
	 padding-bottom       : 5px;
}

.menutext {
	text-align							:	right;
}

.submenutext {
	text-align							:	left;
	padding-left					: 15px;
}

/* GLOBAL ICON PROPERTIES */

.menuicon {
	width												: 15px;
	text-align							:	right;
}



/******************************************************************************/
/**************** 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;
 width												: 180px;
}
.menulist ul li ul{
 left												: 180px;
}

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

/*
CSS FILE FOR SECTION #1
*/



