@charset "iso-8859-2";
#menu {
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 55px;
	list-style-type: none;
	padding: 0px;
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	clear: both;
}
#menu li {
	float: left;
	display: block;
	background-image: url(../img/separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu #last {
	background-image: none;
	clear: right;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	width: 117px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
#menu .curent-page {
	background-image: url(../img/current-page-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu a:hover {
	text-decoration: none;
	background: url(../img/page-bg-hover.gif) no-repeat 50% 50%;
}
#right-menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d9d9d9;
	height: 23px;
	line-height: 23px;
}
#right-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#right-menu li a {
	background-image: url(../img/orrange-arrows.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #005484;
	display: block;
}
#right-menu li a:hover {
	background-color: #f0f3f5;
}
