#main_menu a:link, 
#main_menu a:visited,
#main_menu a:active {
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	width: auto;
	background:url(layout/mm_lk_middle.gif) repeat-x;
	
}

#main_menu a:hover, #main_menu span:hover {
	background-position: 0 -26px;
}


#main_menu span {
	text-indent: 0;
	height: 100%;
	left: 0;
	top: 0 !important;
	position: static;
	width: auto;
	padding: 0 9px;
	background:url(layout/mm_lk_left.gif) no-repeat;
}

.title_wrapper_inner .scroll:link, 
.title_wrapper_inner .scroll:visited, 
.title_wrapper_inner .scroll:active {
	background:url(layout/scroll_top_css.gif) no-repeat 0 0;
	width: auto;
	padding: 0 0 0 22px;
}

.title_wrapper_inner .scroll:hover {
	background-position: 0 -50px;
}

.scroll span {
	height: auto;
	position: static;
	top: 0 !important;
	width: auto;
	background: transparent;
	text-indent: 0;
}


