body {
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px
}

.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b { display:block; overflow:hidden; font-size:1px; }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b { height:1px; }

a:link {
 color: #707770;
 font-weight: normal;
 text-decoration: none;
 }
a:visited {
 color: #707770;
 font-weight: normal;
 text-decoration: none;
 }
a:active {
 color: #707770;
 font-weight: normal;
 text-decoration: none;
 }
a:hover {
 color:#707770;
 font-weight: normal;
 text-decoration: none;
 }

input, textarea, select {
 background-color: #F5F5F5;
 border-style: solid;
 border-width: 1px;
 font-family: arial, sans-serif;
 font-size: 10px;
 color: #333333;
 padding: 0px;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 799px;
	height: 50px;
	position: relative;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span{
	display: block;
}
#menu .home {
	width: 70px;
	height: 40px;
	background: url(images/home.png) no-repeat;
	left: 0px;
	top: 2px;
}
#menu .about {
	width: 125px;
	height: 40px;
	background: url(images/about_pr.png) no-repeat;
	left: 70px;
	top: 2px;

}
#menu .bdonline {
	width: 141px;
	height: 40px;
	background: url(images/reg.png) no-repeat;
	left: 195px;
	top: 2px;
}
#menu .addobj {
	width: 185px;
	height: 40px;
	background: url(images/addobj.png) no-repeat;
	left: 336px;
	top: 2px;
}
#menu .oplata {
	width: 123px;
	height: 40px;
	background: url(images/oplata.png) no-repeat;
	left: 521px;
	top: 2px;
}
#menu .cont {
	width: 155px;
	height: 40px;
	background: url(images/cont.png) no-repeat;
	left: 644px;
	top: 2px;
}

.transButton {
	border:0px none black;
	padding:0px;
	background-image: none;
	background-color:transparent;
}
