@CHARSET "ISO-8859-1";


/******************************************************************************/
/** Main Menu                                                                **/

td#layout-header-middle {
	padding: 0 0 0 0; 	
	line-height: 150%;
	vertical-align: top;
}
td#layout-header-middle a,
td#layout-header-middle a:visited,
td#layout-header-middle a:link,
td#layout-header-middle a:active {
	color: black;	
}
td#layout-header-middle a:hover {
	color: black;
	/* font-weight: bold; */
	text-decoration: underline;
	/* border-bottom: solid 2px #70C69E; */
}


td#layout-header-middle ul {
	margin: 12px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;	
	text-align: left;
}
td#layout-header-middle ul li {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0 0 0 0;
	/* text-indent: 5px; */
	/* width: 125px; */
	/* height: 22px; */
	line-height: 22px;
	white-space: nowrap;
}
td#layout-header-middle ul li.last-in-row {
	width: 118px;
}
td#layout-header-middle ul li a {	
}

td#layout-header-middle ul li.selected {
	/* background-color: #70C69E; */
}
td#layout-header-middle ul li.selected a {
	font-weight: bold;	
}
td#layout-header-middle ul li.selected a:hover {
	text-decoration: none;
}


