#topmenu {
	position:absolute;
	top:112px;
	left:0;
  	display:block;
	background: url(../images/backgrounds/bg-nav-shadow.gif) no-repeat left bottom;
	width:100%;
	height:64px;
  	z-index:100;
}

.bsdcon-start #topmenu {
	background: url(../images/backgrounds/bg-nav-shadow-start.gif) no-repeat left bottom;
}

#topmenu ul {
  display:block;
  height:37px;
  list-style-type:none;
  background:url(../images/backgrounds/bg-nav-main.gif) repeat-x left top;
}

#topmenu ul li {
  float:left;
 background:url(../images/backgrounds/bg-nav-main-itemback.gif) repeat-x left top;
  padding-right:2px;
}

#topmenu ul li a {
  background-position: left top;
  height:37px!important;
}

#topmenu ul li a:hover {
  background-position: left center;
}

#topmenu ul li.act a, #topmenu ul li.act a:hover {
  background-position: left bottom;
}

#rootlinemenu {
  padding-left:12px;
  color:#666;
  line-height:25px;
  background: #FFF;
}

#rootlinemenu a {
  color:#9b9b9b;
}
