/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	font-weight: bold;




}

.mattblackmenu li{
	display: inline;





}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 1px 0px 0pt;
	border-right: 1px white;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/DD_tabs_off.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 7px;







}

.mattblackmenu li a:visited, .mattblackmenu ul li a:active {
	color: white;
	text-decoration: none;



}

.mattblackmenu li a:hover, .mattblackmenu ul li a.selected{
	background: url(../images/DD_tabs_on.png) no-repeat left top;
	color: #FFFFFF;
	text-decoration: none;




}
#mattblackmenu ul li a:hover, body#home #t-home a, body#contact #t-contact a, body#about #t-about a, body#web #t-web a, body#design #t-design a, body#marketing #t-marketing a, body#telemarketing #t-telemarketing a, body#video #t-video a {
	color: #d3649f;
	text-decoration: none;
	display: block;












}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 18px;





}

.blackwhite li a:visited{
	color: white;
	text-decoration: none;

}

.blackwhite li a:hover{
background: no-repeat left bottom;
color: white;
}
