/* cfsr 2008 - menu */
*{ margin:0px; padding:0px;}


html, body {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(../images/menu/bg_menu.gif) repeat-x;
}

#logo {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 186px;
	height: 52px;
}

#data {
	color: #666;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: absolute;
	top: 5px;
	left: 20px;
}

#logout {
	position: absolute;
	top: 0;
	left: 950px;
	margin-top: 5px;
}

#logout a {
	color: #666;
	text-decoration: none;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	white-space: nowrap;
}

#logout img {
	border-style: none;
	vertical-align: middle;
}

/* @group menu 1 */

#menu {
	position: absolute;
	top: 5px;
	left: 220px;
}
#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	width: 140px;
	text-align: center;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	overflow: hidden;
}

#menu a {
	color: #666;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

#menu a:hover {
	color: #036;
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}



/* @end */

/* @group menu 2 */


#tool1 {
	background-color: #eaeaea;
	border-bottom: 3px solid #878787;
	display: none;
	border-top: 3px solid #036;
	text-align: left;
	margin: 0;
}

#tool2 {
	background-color: #eaeaea;
	border-bottom: 3px solid #878787;
	display: none;
	border-top: 3px solid #036;
	text-align: left;
	margin: 0;
}

#tool3 {
	background-color: #eaeaea;
	border-bottom: 3px solid #878787;
	display: none;
	border-top: 3px solid #036;
	text-align: left;
	margin: 0;
}

#tool4 {
	background-color: #eaeaea;
	border-bottom: 3px solid #878787;
	display: none;
	border-top: 3px solid #036;
	text-align: left;
	margin: 0;
}

#tool5 {
	background-color: #eaeaea;
	border-bottom: 3px solid #878787;
	display: none;
	border-top: 3px solid #036;
	text-align: left;
	margin: 0;
}

#tool {
	overflow: hidden;

}

#tool ul {
	margin: 0;
	padding: 0;
}

#tool li {
	list-style-image: url(../images/menu/bullet.gif);
	list-style-position: inside;
	float: none;
	text-align: left;
	border-style: none;
	padding-left: 2px;
}

#tool a {
	color: #666;
	font: normal normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
}

#tool a:hover {
	color: #036;
	font: normal normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
	text-align: left;
}


/* @end */