/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
height:38px;
line-height:38px;
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding inside each tab*/
 /*right divider between tabs*/
color: white;
text-align:center;
vertical-align:baseline;
}
a#homebtn {width:100px; background:url(../images/milan_menu_02.jpg) bottom left no-repeat;}
a#introbtn {width:98px; background:url(../images/milan_menu_03.jpg) bottom left no-repeat;}
a#newsbtn {width:72px; background:url(../images/milan_menu_04.jpg) bottom left no-repeat;}
a#newprod_btn {width:120px; background:url(../images/milan_menu_05.jpg) bottom left no-repeat;}
a#saleoff_btn {width:95px; background:url(../images/milan_menu_06.jpg) bottom left no-repeat;}
a#agencybtn {width:136px; background:url(../images/milan_menu_07.jpg) bottom left no-repeat;}
a#contactbtn {width:95px; background:url(../images/milan_menu_08.jpg) bottom left no-repeat;}
a#homebtn:hover {
	width:100px;
	background:url(../images/milan_hmenu_02.jpg) bottom left no-repeat;
}
a#introbtn:hover {
	width:98px;
	background:url(../images/milan_hmenu_03.jpg) bottom left no-repeat;
}
a#newsbtn:hover {
	width:72px;
	background:url(../images/milan_hmenu_04.jpg) bottom left no-repeat;
}
a#newprod_btn:hover {
	width:120px;
	background:url(../images/milan_hmenu_05.jpg) bottom left no-repeat;
}
a#saleoff_btn:hover {
	width:95px;
	background:url(../images/milan_hmenu_06.jpg) bottom left no-repeat;
}
a#agencybtn:hover {width:136px; background:url(../images/milan_hmenu_07.jpg) bottom left no-repeat;}
a#contactbtn:hover {
	width:95px;
	background:url(../images/milan_hmenu_08.jpg) bottom left no-repeat;
}

a#homebtn1 {width:100px; background:url(../images/BUTTON_EN/milan_menu_02.png) bottom left no-repeat;}
a#introbtn1 {width:98px; background:url(../images/BUTTON_EN/milan_menu_03.png) bottom left no-repeat;}
a#newsbtn1 {width:72px; background:url(../images/BUTTON_EN/milan_menu_04.png) bottom left no-repeat;}
a#newprod_btn1 {width:120px; background:url(../images/BUTTON_EN/milan_menu_05.png) bottom left no-repeat;}
a#saleoff_btn1 {width:95px; background:url(../images/BUTTON_EN/milan_menu_06.png) bottom left no-repeat;}
a#agencybtn1 {width:136px; background:url(../images/BUTTON_EN/milan_menu_07.png) bottom left no-repeat;}
a#contactbtn1 {width:95px; background:url(../images/BUTTON_EN/milan_menu_08.png) bottom left no-repeat;}
a#homebtn1:hover {
	width:100px;
	background:url(../images/BUTTON_EN/milan_hmenu_02.png) bottom left no-repeat;
}
a#introbtn1:hover {
	width:98px;
	background:url(../images/BUTTON_EN/milan_hmenu_03.png) bottom left no-repeat;
}
a#newsbtn1:hover {
	width:72px;
	background:url(../images/BUTTON_EN/milan_hmenu_04.png) bottom left no-repeat;
}
a#newprod_btn1:hover {
	width:120px;
	background:url(../images/BUTTON_EN/milan_hmenu_05.png) bottom left no-repeat;
}
a#saleoff_btn1:hover {
	width:95px;
	background:url(../images/BUTTON_EN/milan_hmenu_06.png) bottom left no-repeat;
}
a#agencybtn1:hover {width:136px; background:url(../images/BUTTON_EN/milan_hmenu_07.png) bottom left no-repeat;}
a#contactbtn1:hover {
	width:95px;
	background:url(../images/BUTTON_EN/milan_hmenu_08.png) bottom left no-repeat;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}

