html, body {
	background: #000;
}

body {
	margin:0; padding:0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #333;
}

#container {
	width: 530px;
	overflow: hidden;
	background: #000;
	margin-top: 30px;
	padding: 0;
}

#menu {
	overflow: hidden;
	text-align: center;
}

#menu UL {
	text-align: center;
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu LI {
	height: 23px;
	float: left;
	position: relative;
	overflow: hidden;
}

#menu LI A {
	float: left;
	font-size: 11px;
	color: #fff;
	background: #000 url(images/bullet.gif) left top no-repeat;
	background-position: 14px 10px;
	text-decoration: none;
	font-weight: bold;

	display: block;
	padding: 4px 0px 0px 25px;
} 

#menu LI:hover A {
	color: #f8e657;
} 

#menu LI A:hover {
	color: #f8e657;
	text-decoration: none;
}

#susi {
	overflow: hidden;
	padding-left: 192px;
}

#susi UL {
	margin: 0px;
	padding: 20px 0 0 21px;
	list-style: none;
}

#susi LI {
	height: 23px;
	position: relative;
	float: left;
	overflow: hidden;
}

#susi LI A {
	float: left;
	font-size: 11px;
	color: #f8e657;

	text-decoration: none;
	font-weight: bold;

	display: block;
	padding: 4px 5px 0px 15px;
} 

#susi LI:hover A {
	color: #f00;
} 

#susi LI A:hover {
	color: #f00;
	text-decoration: none;
} 

A.adress {
	color: #666;
	text-decoration: none;
}

A.adress:hover {
	color: #f8e657;
	text-decoration: underline;
}
