#billboard {
	width: 750px;
	height: 205px;
	padding:4px;
	background: url(/sites/seapowercomau/assets/images/accordion/banner-bg.png) no-repeat;
}
#billboard h2 {
	line-height: 50px;
	padding: 0;
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
}
.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0; 
    cursor: pointer;  
}  

.kwicks li{  
	float: left;  
	width: 150px;
	height: 205px;
	margin-right: 0px;
	background: url(/sites/seapowercomau/assets/images/accordion/brand-bg.png) no-repeat left;
} 

#kwick1 .submenu {
	width: 300px;
	height: 205px;
	background: url(/sites/seapowercomau/assets/images/accordion/MAN.png) no-repeat;	
}
#kwick2 .submenu {
	width: 300px;
	height: 205px;
	background: url(/sites/seapowercomau/assets/images/accordion/volvo.png) no-repeat;	
}
#kwick3 .submenu {
	width: 300px;
	height: 205px;
	background: url(/sites/seapowercomau/assets/images/accordion/mitsubishi.png) no-repeat;	
}
#kwick4 .submenu {
	width: 300px;
	height: 205px;
	background: url(/sites/seapowercomau/assets/images/accordion/cummins.png) no-repeat;	
}
#kwick5 .submenu {
	width: 300px;
	height: 205px;
	/*background: url(/sites/seapowercomau/assets/images/accordion/yanmar.png) no-repeat;*/
}

#billboard .submenu h2 {
	/*line-height: normal;
	padding: 35px 0 10px 3px;
	margin: 0;
	text-indent: 0;
	font-size: 15px;
	font-weight: bold;
	color: #487e97;
	margin-left: 150px;*/
	display: none;
}
#billboard .submenu ul {
	padding: 0 0 0 150px;
	margin: 35px 0 0 0;
	list-style-type: none;
	float: left;
	width: 150px;
}
#billboard .submenu ul li {
	height: auto;
	width: auto;
	background: none;
	float: none;
	font-size: 11px;
	padding: 0 10px 5px 15px;
	background: url(/sites/seapowercomau/assets/images/core/list_arrow.gif) no-repeat 3px 3px;
}
#billboard .submenu ul li a {
	color: #205c85;
	text-decoration: none;
}
#billboard .submenu ul li a:hover {
	color: #205c85;
	text-decoration: none;
	border-bottom: 1px dotted #205c85;
}



#billboard #specials {
	display:none;
	position:absolute;
	left:10px; top:10px;
}
#kwick5 #specials {display:block;}
#billboard #specials * {margin:0; padding:0}