/* ######### Matt Black Strip Main Menu Bar CSS ######### */
#menu-box{position:relative; width:940px; height:33px; display:block; top:0px; margin:0 auto;background-image: url(menu-bg.jpg); background-repeat:no-repeat; background-position: center;}

ul.mattblackmenu {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	list-style-type: none;
	overflow: hidden;
	position:relative;
	width: 940px;
	height:30px;
	line-height:30px;
	display:block;
	z-index:100;
	padding:0px;
	margin:0px;
}

#nav_home {
	height: 30px;
	width: 84px;
	display:block;
	text-align:center;
	margin:0px 0px 0px 101px;
	padding: 0 0 0 20px;
}

#nav_about-us {height: 30px; width: 146px; display: block; text-align:center; line-height:30px;}
#nav_consultancy {height: 30px; width: 81px; display: block; text-align:center; line-height:30px;}
#nav_products {height: 30px; width: 150px; display: block; text-align:center; line-height:30px;}
#nav_support {height: 30px; width: 82px; display: block; text-align:center;}
#nav_downloads {height: 30px; width: 130px; display: block; text-align:center; line-height:30px;}
#nav_Contact{height: 30px; width: 113px; display: block; text-align:center;}

* html #nav_home {margin:0px 0px 0px 51px;}/*IE6 CSS hack*/
* html #nav_about-us {padding:10px 0 0 0;  height: 20px; line-height:0;}/*IE6 CSS hack*/
* html #nav_consultancy {padding:10px 0 0 0; height: 20px; line-height:0;}/*IE6 CSS hack*/
* html #nav_products {padding:10px 0 0 0; height: 20px; line-height:0;}/*IE6 CSS hack*/
* html #nav_downloads {padding:10px 0 0 0; height: 20px; line-height:0;}/*IE6 CSS hack*/
* html #nav_support {padding:10px 0 0 0; height: 20px; line-height:0;}/*IE6 CSS hack*/
* html #nav_Contact{padding:17px 0 0 0; height: 20px; line-height:0;}/*IE6 CSS hack*/

.mattblackmenu li{
line-height:30px;
display: inline;
margin: 0;
	z-index:100;
}

.mattblackmenu li a{
height:30px;
float: left;
display: block;
text-decoration: none;
line-height:30px;
margin: 0;
padding:0; /*padding inside each tab*/
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background-image:url(menu-item-bg.jpg);
background-repeat:repeat-x;
}

.mattblackmenu a.selected{
background-image:url(menu-item-bg.jpg);
background-repeat:repeat-x;
}

#nav_home:selected{
background-image: url(home-over.jpg);
background-repeat: no-repeat;
}
#nav_home:hover{
background-image: url(home-over.jpg);
background-repeat: no-repeat;
}
#nav_Contact:selected{
background-image: url(contact-over.jpg);
background-repeat: no-repeat;
}
#nav_Contact:hover{
background-image: url(contact-over.jpg);
background-repeat: no-repeat;
}
