/* CSS Document */

@charset "ISO-8859-1";

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Menu #TopLINK {
	float: left;
	width: 192px;
}
#Menu #TopLINK h1 {
	margin: 0px;
	padding: 24px 0px 0px;
}
#Menu #Banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Menu #RightMenu {
	float: right;
	width: 300px;
}
#Menu #Banner {
	float: left;
	width: 432px;
}

#Menu #TopLINK img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Menu {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	display: block;
}

#RightMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Menu #RightMenu li {
	float: right;
	padding-left: 15px;
}
#Menu #RightMenu a:link, #Menu #RightMenu a:visited {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#Menu #RightMenu #M01 a:link,#Menu #RightMenu #M01 a:visited {
	background-image: url(../../images/btn_Warning.gif);
	height: 28px;
	width: 146px;
}
#Menu #RightMenu #M01 a:hover {
	background-image: url(../../images/btn_Warning_on.gif);
}

#Menu #RightMenu #M02 a:link,#Menu #RightMenu #M02 a:visited {
	background-image: url(../../images/btn_contact.gif);
	height: 28px;
	width: 100px;
}
#Menu #RightMenu #M02 a:hover {
	background-image: url(../../images/btn_contact_on.gif);
}


#Menu #RightMenu #RSS {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Menu #RightMenu #RSS a:link, #Menu #RightMenu #RSS a:visited {
	background-image: url(../../images/btn_rss.png);
	height: 23px;
	width: 23px;
	margin-left: 377px;
}

#Menu #RightMenu #RSS a:hover {
	background-image: url(../../images/btn_rss_on.png);
}

