@charset "utf-8";
/* CSS Document */
.bg_start {
	background-image:url(../images/meniu_start_bg.jpg);
	background-repeat:no-repeat;
	width:8px;
	height:35px;
}

.bg_end {
	background-image:url(../images/meniu_end_bg.jpg);
	background-repeat:no-repeat;
	width:8px;
	height:35px;
}

.bg_meniu {
	background-image:url(../images/meniu_bg.jpg);
	height:35px;
}

a.home { 
        background:url(../images/meniu_home.jpg) repeat 0px 0px; 
        width: 62px; 
        height: 35px; 
        display: block; 
}

a.home span { 
        display: none; 
}

a.home:hover { 
        background: url(../images/meniu_home_o.jpg) repeat 0px -35px; 
}

a.about_us { 
        background:url(../images/meniu_about_us.jpg) repeat 0px 0px; 
        width: 93px; 
        height: 35px; 
        display: block; 
}

a.about_us span { 
        display: none; 
}

a.about_us:hover { 
        background: url(../images/meniu_about_us_o.jpg) repeat 0px -35px; 
}

a.offers { 
        background:url(../images/meniu_offers.jpg) repeat 0px 0px; 
        width: 76px; 
        height: 35px; 
        display: block; 
}

a.offers span { 
        display: none; 
}

a.offers:hover { 
        background: url(../images/meniu_offers_o.jpg) repeat 0px -35px; 
}

a.sell { 
        background:url(../images/meniu_sell.jpg) repeat 0px 0px; 
        width: 132px; 
        height: 35px; 
        display: block; 
}

a.sell span { 
        display: none; 
}

a.sell:hover { 
        background: url(../images/meniu_sell_o.jpg) repeat 0px -35px; 
}

a.search { 
        background:url(../images/meniu_search.jpg) repeat 0px 0px; 
        width: 162px; 
        height: 35px; 
        display: block; 
}

a.search span { 
        display: none; 
}

a.search:hover { 
        background: url(../images/meniu_search_o.jpg) repeat 0px -35px; 
}

a.help { 
        background:url(../images/meniu_help.jpg) repeat 0px 0px; 
        width: 57px; 
        height: 35px; 
        display: block; 
}

a.help span { 
        display: none; 
}

a.help:hover { 
        background: url(../images/meniu_help_o.jpg) repeat 0px -35px; 
}

a.contact { 
        background:url(../images/meniu_contact.jpg) repeat 0px 0px; 
        width: 109px; 
        height: 35px; 
        display: block; 
}

a.contact span { 
        display: none; 
}

a.contact:hover { 
        background: url(../images/meniu_contact_o.jpg) repeat 0px -35px; 
}

a.meniu_jos {
	font-family: Tahoma;
	font-size: 12px;
	color: #1e3334;
	font-weight: bold;
	padding:5px;
	text-decoration:none;
}
a.meniu_jos:link {
	text-decoration: none;
}
a.meniu_jos:visited {
	text-decoration: none;
	color: #330000;
}
a.meniu_jos:hover {
	text-decoration: none;
	color: #333300;
}

a.meniu_sus {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #969696;
	font-weight: bold;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}
a.meniu_sus:link {
	text-decoration: none;
	color:#969696;
}
a.meniu_sus:visited {
	text-decoration: none;
	color: #969696;
}
a.meniu_sus:hover {
	text-decoration: none;
	color: #000000;
}