@charset "utf-8";
/* CSS Document */
#top {
	background:url(/themes/default/top.png);
	display:block;
	width:100%;
	height:67px;
	position:relative;
}
.menu_bg {
	background:url(/themes/default/menu_bg.png) no-repeat;
	background-position:top left;
	display:block;
	width:100%;
	height:77px;
}
ul#ssmenu  {
	display:inline-block;
	border-bottom:1px solid #999;
	background:url(/themes/default/menu_bg.gif) repeat-x #000;
	width:956px;
	line-height:30px;
	margin:0;
	padding:0;
  	padding-left:25px;
	font-size:12px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	position:relative;
}