.menu_profile { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/el/profile_on.jpg);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 99px;
height: 42px;
margin: 0; 
padding: 0; 
}

.menu_profile a {
display: block;
color: #000000;
font-size: 11px;
width: 99px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.menu_products { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/el/products_on.jpg);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 186px;
height: 42px;
margin: 0; 
padding: 0; 
}

.menu_products a {
display: block;
color: #000000;
font-size: 11px;
width: 186px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.menu_services { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/el/services_on.jpg);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 101px;
height: 42px;
margin: 0; 
padding: 0; 
}

.menu_services a {
display: block;
color: #000000;
font-size: 11px;
width: 101px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.menu_projects { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/el/projects_on.jpg);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 63px;
height: 42px;
margin: 0; 
padding: 0; 
}

.menu_projects a {
display: block;
color: #000000;
font-size: 11px;
width: 63px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.menu_news { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/el/news_on.jpg);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 113px;
height: 42px;
margin: 0; 
padding: 0; 
}

.menu_news a {
display: block;
color: #000000;
font-size: 11px;
width: 113px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.menu_contact { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(../images/el/contact_on.jpg);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 97px;
height: 42px;
margin: 0; 
padding: 0; 
}

.menu_contact a {
display: block;
color: #000000;
font-size: 11px;
width: 97px;
height: 42px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.menu_profile img {width: 99px; height: 42px; border: 0;}
.menu_profile a:hover img{visibility:hidden}
.menu_products img {width: 186px; height: 42px; border: 0;}
.menu_products a:hover img{visibility:hidden}
.menu_services img {width: 101px; height: 42px; border: 0;}
.menu_services a:hover img{visibility:hidden}
.menu_projects img {width: 63px; height: 42px; border: 0;}
.menu_projects a:hover img{visibility:hidden}
.menu_news img {width: 113px; height: 42px; border: 0;}
.menu_news a:hover img{visibility:hidden}
.menu_contact img {width: 97px; height: 42px; border: 0;}
.menu_contact a:hover img{visibility:hidden}
* html a:hover {visibility:visible}
