@CHARSET "ISO-8859-1";

#menu {
	width:257px;
	float:left;
	margin: 0 0 3px;
	background-color: white;
	border:1px solid #FFFFFF;
}

#menu_top {
	width: 253px;
	height: 46px;
	float: left;
	margin-left: 2px;
	background: url(top.jpg);
}

#top_text {
	width: 253px;
	height: 31px;
	float: left;
	text-align: center;
	padding-top: 8px;
	font-family: Tahoma;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
}

#top_text a {
	text-decoration: none;
	color: white;
}

#top_text a:hover {
	text-decoration: none;
	color: white;
}

#top_text a:visited {
	text-decoration: none;
	color: white;
}

#menu_text {
	width: 239px;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #0057A6;
	padding-left: 10px;
}

div#menu_text ul {
	padding: 3px;
	margin: 0px;
}

div#menu_text ul li {
	list-style-position: inside;
	padding: 4px 0px;
	border-bottom: 1px dashed #ececec;
	text-align: left;
}

div#menu_text ul li a:hover {
	color: #0057A6;
	text-decoration: none;
}

div#menu_text ul li a:visited {
	color: #0057A6;
	text-decoration: none;
}

div#menu_text ul li a {
	color: #0057A6;
	text-decoration: none;
}

#menu_text ul {
	
}