#container {
	margin: auto;
	width: 700px;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 25px;
	margin-right: 30px;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	margin-left: 30px;
	padding-left: 15px;
	text-decoration: none;
}
.menuleft {
	color: #000000;
	text-decoration: none;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.menuleft:hover {
	color: #333333;
	text-decoration: none;
	background-image: url(images/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.menuleftNoActiv {

	color: #000000;
	text-decoration: none;
	background-image: url(images/icon3.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.menuleftNoActiv:hover {

	color: #333333;
	text-decoration: none;
	background-image: url(images/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.link_text {
	text-decoration: none;
	color: #000000;
	border-bottom-style: dashed;
	border-bottom-color: black;
	border-bottom-width: 1px;
}
.link_text:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
