#top_menu {
	height: 23px;
	background: url("../images/main_menu_bg.jpg") repeat-x top;
}

#main_menu {
	float: left;
}

#services {
	float: right;
}

#main_menu .item101, #services .item269 {
	display: none;
}

#top_menu .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_menu {
	position: relative;
	z-index: 5;
}

#top_menu .menu li {
	float: left;
	position: relative;
	padding: 0 10px;
	margin-right: 3px;
	z-index: 20;
}

#top_menu .menu li:hover, #top_menu .menu li:focus {
	background: #ededed;
}

#top_menu .menu li:hover a, #top_menu .menu li:focus a {
	color: #2d2d2d;
	text-decoration: none;
	text-shadow: none;
}

#top_menu .menu .parent {
	background: url("../images/arrow.gif") no-repeat right;
}

#top_menu .menu .parent ul {
	display: none;
	position: absolute;
	list-style: none;
	z-index: 10;
}

#top_menu .menu .parent ul {
	padding: 5px 12px;
	margin: 0;
	top: 23px;
	left: -1px;
	background: #ededed;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

#top_menu .menu .parent.last ul {
	left: -118px;
}

#top_menu li a {
    line-height: 23px;
    color: #fff;
}

#top_menu .parent ul li {
	margin: 5px 0;
	border-bottom: 1px solid #fcfcfc;
}

#top_menu .parent ul li.last {
	border-bottom: none;
}

#top_menu .parent ul li a {
	line-height: 20px;
	padding: 3px;
	color: #2d2d2d;
	text-shadow: none;
	border-bottom: 1px solid #d4d4d4;
	display: block;
}

#top_menu .parent ul li.last a {
	border-bottom: none;
}

#top_menu .parent ul li {
	float: none;
	padding: 0;
	width: 180px;
}

#top_menu .menu .parent:hover ul,  #top_menu .menu .parent:focus ul {
	display: block;
}

#top_menu .parent ul li a:hover, #top_menu .parent ul li a:focus {
	background: #bcd8f8;
}

#top_menu .item258 {
    padding: 0 0 0 5px!important;
}

#top_menu .item258 span{
    text-indent: -100px;
    background: url("../images/small_logo.png") no-repeat center;
    overflow: hidden;
    display: block;
    width: 18px !important;
	height: 19px;
	padding-top: 3px;
}

#top_menu .item258:hover {
    background: none !important;
}
