#top-panel-wrapper{
    border-bottom: 1px solid #D7D7D7;
    height: 31px;
    position: relative;
    width: 100%;
    z-index: 1000;
}
#top-panel{
	width:1003px;
	margin:0 auto;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top-panel ul{
	padding:0;
	margin:-9px 0 3px;
	list-style:none;
	float:right;
}
#top-panel ul li{
	float:left;
	font-size:12px;
	line-height:21px;
	padding:0 0 0 4px;
}
#top-panel ul li a{
	color:#737373;
	width:94px;
	text-indent:-99999px;
	display:block;
	padding:0 0 2px 4px;
	text-decoration:none;
}
#top-panel ul li a.btn1{
	background: url('/themes/blackcandy/images/online-media.png') no-repeat scroll 0 9px transparent;
	width:101px;
	height:49px;
	padding:0;
}
#top-panel ul li a.btn2{
	background: url('/themes/blackcandy/images/narrowcasting.png') no-repeat scroll 0 14px transparent;
	width:119px;
	height:49px;
	padding:0;
}
#top-panel ul li a.btn3{
	background: url('/themes/blackcandy/images/ideas-concepts.png') no-repeat scroll 0 9px transparent;
	width:130px;
	height:49px;
	padding:0;
}
#top-panel ul li a.btn4{
	background: url('/themes/blackcandy/images/social-media.png') no-repeat scroll 0 14px transparent;
	width:101px;
	height:49px;
	padding:0;
}
#top-panel ul li a.btn5{
	background: url('/themes/blackcandy/images/touchscreen.png') no-repeat scroll 0 9px transparent;
	width:101px;
	height:49px;
	padding:0;
}
#top-panel ul li a.btn1:hover, 
#top-panel ul li.active a.btn1{
	background: url('/themes/blackcandy/images/online-media-over.png') no-repeat scroll 0 9px transparent;
	text-decoration:none;
}
#top-panel ul li a.btn2:hover, 
#top-panel ul li.active a.btn2{
	background: url('/themes/blackcandy/images/narrowcasting-over.png') no-repeat scroll 0 14px transparent;
}
#top-panel ul li a.btn3:hover, 
#top-panel ul li.active a.btn3{
	background: url('/themes/blackcandy/images/ideas-concepts-over.png') no-repeat scroll 0 9px transparent;
}
#top-panel ul li a.btn4:hover, 
#top-panel ul li.active a.btn4{
	background: url('/themes/blackcandy/images/social-media-over.png') no-repeat scroll 0 14px transparent;
}
#top-panel ul li a.btn5:hover, 
#top-panel ul li.active a.btn5{
	background: url('/themes/blackcandy/images/touchscreen-over.png') no-repeat scroll 0 9px transparent;
}
strong.labels{
	font:bold 11px Arial, Helvetica, sans-serif;	
	color:#ccc;
	letter-spacing:-1px;
	padding:9px 9px 0 16px;
	float:right;
}
