/* Toolbar Menu */
#menu {
	float: left;
	margin-left: 8px; margin-top: 8px;
}

#menu a {
	color: #272727;
	font-size: 10px;
	margin-right: 7px;
}

#menu a:hover {
	color: #008fd6;
}

#menu span {
	background: url(separato.png) no-repeat;
	padding-left: 12px;
}

/* Toolbar Authorization */
#authorization {
	background: url(authoriz.png) no-repeat left;
	float: right;
	height: 20px;
	margin-top: 7px; margin-right: 8px;
}

*html #authorization { display: none; }

#authorization div {
	background: url(authorj0.png) no-repeat right;
	height: 20px;
	padding-left: 11px;
}

#authorization a {
	color: #e0e0e0;
	font-size: 10px;
}

#authorization a:hover {
	color: #fff;
}

#authorization span {
	float: left;
	margin-top: 1px;
}

#authorization img {
	background: url(enter000.png) no-repeat;
	margin: 2px 2px 0 6px;
}

/* Toolbar Search */
#quick-search {
	float: left;
	margin-left: 20px; margin-top: 10px;
}

#quick-search input {
	background: none;
	border: none;
	color: #fff;
	float: left;
	font-size: 10px;
	height: 15px; width: 70px;
}

#quick-search a {
	background: url(search00.png) no-repeat;
	float: right;
	height: 14px; width: 13px;
	margin-left: 75px;
}

*html #quick-search a {
	margin-right: 18px;
}

#quick-search a:hover {
	background-position: 100% -14px;
}

/* RSS channel */
#rss {
	float: left;
	height: 26px;
	margin-top: -2px; margin-right: 4px;
}

*html #rss {
	margin-top: 12px;
}

#rss a div {
	color: #000;
	cursor: pointer; /* ie */
	font-weight: bold;
	font-size: 10px;
	line-height: 22px;
}

#rss a:hover div {
	color: #ff5500;
}

#rss a:hover #rss-left {
	background-position: 100% -26px;
}

#rss-left {
	background: url(rss-left.png) no-repeat;
	float: left;
	height: 26px; width: 22px;
}

#rss-center {
	background: url(rss-cent.png) repeat-x;
	float: left;
	height: 26px;
	padding-left: 4px; padding-right: 1px;
}

#rss-right {
	background: url(rss-righ.png) no-repeat;
	float: left;
	height: 26px; width: 7px;
}

/* Top navigation */
#navigation-top {
	float: right;
	margin-top: -14px; margin-right: 12px;
}

*html #navigation-top {
	margin-top: 0;
}

#navigation-top pre {
	background: url(navigati.png) no-repeat;
	float: left;
	height: 50px; width: 1px;
	margin-top: 0;
}

#navigation-top a {
	background: url(navigatj.png) no-repeat left top;
	cursor: pointer; /* ie */
	float: left;
	line-height: 46px;
	padding-left: 18px;
}

#navigation-top a span {
	background: url(navigatk.png) no-repeat right top;
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-right: 18px;
}

#navigation-top a:hover {
	background-position: 0% -50px;
}

#navigation-top a:hover span {
	background-position: 100% -50px;
}

/* Bottom navigation */
#navigation-bottom {
	float: left;
	height: 33px;
}

#navigation-bottom pre {
	background: url(navigatl.png) no-repeat;
	float: left;
	height: 33px; width: 1px;
	margin-top: 0;
}

#navigation-bottom a {
	background: url(navigatm.png) no-repeat left top;
	cursor: pointer; /* ie */
	float: left;
	line-height: 29px;
	padding-left: 15px;
}

#navigation-bottom a span {
	background: url(navigatn.png) no-repeat right top;
	color: #fff;
	float: left;
	font-weight: bold;
	padding-right: 15px;
}

#navigation-bottom a:hover {
	background-position: 0% -33px;
}

#navigation-bottom a:hover span {
	background-position: 100% -33px;
}

/* Top */
.top {
	background: url(top00000.png) no-repeat;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	height: 21px; width: 60px;
	line-height: 18px;
	margin-top: 6px;
	position: absolute;
}

.top span {
	margin-left: 6px;
}

.top:hover {
	background-position: 100% -21px;
}