/* ######### Matt Black Strip Main Menu Bar CSS ######### */





.mattblackmenuhome ul{
	margin: 0;
	padding: 0;
	font: 11px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 1023px;
	height:25px;
	margin-left:0px;
	background-image: url(https://nsaa.worldsecuresystems.com/images/menubackground.jpg);



}



.mattblackmenu li{

display: inline;

margin: 0;

}



.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px 4px 8px; /*padding inside each tab*/
	border-right: 1px solid #666666; /*right divider between tabs*/
	color: white;
	top: 200px;
	background-image: url(https://nsaa.worldsecuresystems.com/images/menubackground.jpg);

}



.mattblackmenu li a:visited{

color: white;

}



.mattblackmenu li a:hover{
	background: #15a1d0; /*background of tabs for hover state */
	background-image: url(https://nsaa.worldsecuresystems.com/images/menubackground_hover.jpg);

}



.mattblackmenu a.selected{

background: #15a1d0; /*background of tab with "selected" class assigned to its LI */
background-image: url(https://nsaa.worldsecuresystems.com/images/menubackground_hover.jpg);

}

.mattblackmenuhome li{

display: inline;

margin: 0;

}



.mattblackmenuhome li a{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px 4px 8px; /*padding inside each tab*/
	border-right: 1px solid #666666; /*right divider between tabs*/
	color: white;
	top: 200px;
	background-image: url(https://nsaa.worldsecuresystems.com/images/menubackground.jpg);

}



.mattblackmenuhome li a:visited{

color: white;

}



.mattblackmenuhome li a:hover{
	background-image: url(https://nsaa.worldsecuresystems.com/images/menubackground_hover.jpg);

}



.mattblackmenuhome a.selected{

background-image: url(https://nsaa.worldsecuresystems.com/images/menubackground_hover.jpg); /*background of tab with "selected" class assigned to its LI */

}
