/* CSS Stylesheet for BMG Property Website */
/* TOP TAB MENU STYLES */
/* Created by Webezeo Dec 2008 */

.MainButton A {
display:block;
width: 142px;
height:35px;
background:url(../img/main_tab.gif); 
}
.MainButton A:hover {  
background:url(../img/main_tab_over.gif); 
}

.AboutusButton A {
display:block;
width: 141px;
height:35px;
background:url(../img/aboutus_tab.gif); 
}
.AboutusButton A:hover {  
background:url(../img/aboutus_tab_over.gif); 
}

.ContactButton A {
display:block;
width: 141px;
height:35px;
background:url(../img/contact_tab.gif);
}
.ContactButton A:hover { 
background:url(../img/contact_tab_over.gif); 
}

.ServicesButton A {
display:block;
width:141px;
height:35px;
background:url(../img/services_tab.gif);
}
.ServicesButton A:hover {
background:url(../img/services_tab_over.gif);
}


.admin_menu{ background-color:#424242; color:#FFFFFF; padding:6px; font-weight:bold; }
.admin_menu a { background-color:#424242; color:#FFFFFF; padding:6px; text-decoration:none; font-weight:bold; font-size:9px}
.admin_menu a:hover{ background-color:#424242; color:#FFFFFF; padding:6px; text-decoration:underline; font-weight:bold; font-size:9px}
