@charset "UTF-8";
/* CSS Document */

body{	background-color:#e6e6e6;margin:0px;padding:0px;}
#menuContainer{width:566px;height:35px;margin:0px;padding:0px;}
#homeTab, #contactTab, #productsTab, #catalogTab, #videoTab, #pricesTab, #supportTab {float:left;}
#homeTab a{width:70px; height:35px; float:left; background: url(../Tab_Graphics/home_tab.png);}
#homeTab a:hover{background: url(../Tab_Graphics/home_tab_blue.png);}
#contactTab a{width:81px; height:35px; float: left;	background: url(../Tab_Graphics/contact_tab.png);}
#contactTab a:hover{background: url(../Tab_Graphics/contact_tab_blue.png);}
#productsTab a{width:87px; height:35px; float: left; background: url(../Tab_Graphics/products_tab.png);}
#productsTab a:hover{background: url(../Tab_Graphics/products_tab_blue.png);}
#catalogTab a{width:80px; height:35px; float: left;	background: url(../Tab_Graphics/catalog_tab.png);}
#catalogTab a:hover{background: url(../Tab_Graphics/catalog_tab_blue.png);}
#videoTab a{width:94px; height:35px; float: left; background: url(../Tab_Graphics/videoclips_tab.png);}
#videoTab a:hover{background: url(../Tab_Graphics/videoclips_tab_blue.png);}
#pricesTab a{width:70px; height:35px; float: left;	background: url(../Tab_Graphics/prices_tab.png);}
#pricesTab a:hover{background: url(../Tab_Graphics/prices_tab_blue.png);}
#supportTab a{width:84px; height:35px; float: left;	background: url(../Tab_Graphics/support_tab.png);}
#supportTab a:hover{background: url(../Tab_Graphics/support_tab_blue.png);}

