.menu {
	font-size: 11px;
	color: #164782;
}
#menu {
	z-index: 1;
	position: relative;
}
#menu img {
	border: 0px;
}
#menu .sm {
	position: absolute;
	top: 191px;
	left: 480px;
	cursor: pointer;
}
#menu .sm1 {
	position: absolute;
	top: 141px;
	left: 490px;
	cursor: pointer;
}
#menu .sm2 {
	position: absolute;
	top: 205px;
	left: 407px;
	cursor: pointer;
}
#menu .sm3 {
	position: absolute;
	top: 140px;
	left: 291px;
	cursor: pointer;
}
#menu .sm4 {
	position: absolute;
	top: 81px;
	left: 197px;
	cursor: pointer;
}
#menu .sm5 {
	position: absolute;
	top: 115px;
	left: 222px;
	cursor: pointer;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #ce0404;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .menuroz {
	top: 15px;
	left: 0px;
	display: none;
	position: absolute;
	z-index: 3;
	width: 170px;
	background-color: #e0ecfc;
	border: 1px solid #ABBAD9;
	padding: 1px;
	text-align: center;
}
#menu .menuroz a {
	display: block;
	padding: 1px 2px 1px 5px;
	text-decoration: none;
	border: 1px solid #B0C4DE;
}
#menu .menuroz a:hover {
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #B0C4DE;
}
