#menu {
	background: url(/src/images/rub/newrub/f_1.gif);
	background-repeat: repeat-x;
        height: 40px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
a:link.menu, a:active.menu, a:visited.menu {
	color: #3a5d63;
        font-family: verdana;
        font-size: 8pt;
	text-decoration: none;
}
a:hover.menu {
	color: #000000;
	text-decoration: underline;
}
.sub {
	position: absolute;
	visibility: hidden;
	width: 200px;
	background-color: #ffffff;
        font-family: verdana;
        font-size: 9pt;
	line-height: 15px;
	border-bottom-width: 1;
	filter: alpha(opacity=85);
	opacity: .85;
	z-index: 666;
}
.sub a {
	width: 100%;
	display: block;
	color: #3a5d63;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}
.sub a:hover {
	color: #3a5d63;
	background-color: #bbdef4;
        font-size: 10pt;
	text-transform: uppercase;
}

