/* CSS Document */
/* Описние классов для меню nav */
a.rubric {
display: block;
padding: 0 0 0 12px;
margin: 3px 0 3px 45px;
font-family: Verdana, Geneva, sans-serif;
color: #090;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
background: url(../images/kurs.gif) no-repeat left;
}

a.rubric:hover {text-decoration: none;}

a.rubric-head {
display: block;
text-decoration: none;
width: 200px;
height: 32px;
}

#about {background: url(../images/about.jpg) no-repeat;}
#news {background: url(../images/news.jpg) no-repeat;}
#services-head {background: url(../images/service.jpg) no-repeat;}
#extraservice-head {background: url(../images/extraservice.jpg) no-repeat;}
#calc {background: url(../images/calc.jpg) no-repeat;}
#send {background: url(../images/send.jpg) no-repeat;}
#contact {background: url(../images/contact.jpg) no-repeat;}

#services, #extraservice {
display: none;
padding: 20px 0;
}