@charset "utf-8";
#Header {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 15px;
}

#Header #Logo {
	height: 112px;
	width: 440px;

}

#TopMenu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #030;
	border-left-color: #999;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#TopMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backgrounds/main-menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
}

#TopMenu ul li {
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#TopMenu ul #RightLink {
	border-right-style: none;
	border-right-width: 0px;
}

#TopMenu ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	color: #333;
}
#TopMenu ul li a:hover {
	color: #FFF;
	background-color: #030;
	text-decoration: none;
	background-image: url(../images/backgrounds/main-menu-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
