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

.mattblackmenu .bg_button {
	margin: 0px;
	padding: 0px;
}

.mattblackmenu .bg_button a{
	display:block;
	text-decoration: none;
	text-transform:none;
	margin: 0px 5px;
	padding:0px;
	text-align:left;
	font-size:20px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	height:79px;
	position:relative;
	width:100%;
}

.mattblackmenu .bg_button .inner_menu_position {
	display:block;
	padding:0px 5px;
}

.mattblackmenu .bg_button a .inner_menu_all {
	display:block;	
	padding:0px 19px 0px 18px;
}
.mattblackmenu .bg_button a .inner_menu_left {
	display:block;
	height:79px;
	width:18px;
	position:absolute;
	top:0px;
	left:0px;
}
.mattblackmenu .bg_button a .inner_menu_right {
	display:block;
	height:79px;
	width:19px;
	position:absolute;
	top:0px;
	right:0px;
}

.mattblackmenu .bg_button a .inner_menu_position2 {
	display:block;
	height:79px;
	text-align:center;
}
.mattblackmenu .bg_button a .inner_menu_position3 {
	display:block;
	padding-top:10px;	
}
.mattblackmenu .bg_button a .inner_menu_position3 img {  }

.mattblackmenu .bg_button a .inner_menu_position4 { display:inline-block; position:absolute; width:100%; height:100%; background:url(http://www.northshoremortgages.com.au/images/spacer.gif) repeat; }

.mattblackmenu .bg_button a:hover .inner_menu_position2, .mattblackmenu .bg_button a.active .inner_menu_position2, .mattblackmenu .bg_button a.selected .inner_menu_position2 {
	background:url(http://www.northshoremortgages.com.au/images/bg_menu_button_mid_1.png) top left repeat-x;
	color:#fff;
}
.mattblackmenu .bg_button a:hover .inner_menu_left, .mattblackmenu .bg_button a.active .inner_menu_left, .mattblackmenu .bg_button a.selected .inner_menu_left {
	background:url(http://www.northshoremortgages.com.au/images/bg_menu_button_left_1.png) top left no-repeat;
	color:#fff;
}
.mattblackmenu .bg_button a:hover .inner_menu_right, .mattblackmenu .bg_button a.active .inner_menu_right, .mattblackmenu .bg_button a.selected .inner_menu_right {
	background:url(http://www.northshoremortgages.com.au/images/bg_menu_button_right_1.png) top left no-repeat;
	text-decoration:none;
	color:#fff;
}
.mattblackmenu .bg_button a:hover .menu_but_text, .mattblackmenu .bg_button a.active .menu_but_text, .mattblackmenu .bg_button a.selected .menu_but_text {
	color:#FFFFFF;
}


* html .mattblackmenu .bg_button a:hover .inner_menu_position2, * html .mattblackmenu .bg_button a.active .inner_menu_position2, * html .mattblackmenu .bg_button a.selected .inner_menu_position2 {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.northshoremortgages.com.au/images/bg_menu_button_mid_1.png', sizingMethod='scale',enabled=true);
}
* html .mattblackmenu .bg_button a:hover .inner_menu_left, * html .mattblackmenu .bg_button a.active .inner_menu_left, * html .mattblackmenu .bg_button a.selected .inner_menu_left {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.northshoremortgages.com.au/images/bg_menu_button_left_1.png', sizingMethod='crop',enabled=true);
}
* html .mattblackmenu .bg_button a:hover .inner_menu_right, * html .mattblackmenu .bg_button a.active .inner_menu_right, * html .mattblackmenu .bg_button a.selected .inner_menu_right {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.northshoremortgages.com.au/images/bg_menu_button_right_1.png', sizingMethod='crop',enabled=true);
}


.mattblackmenu img {
    border:0px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

