#main_menu {
	//border-bottom:1px solid #C7C7C7;
	display:inline;
	float:right;
	margin-top:100px;
	width:900px;
}

#main_menu li {
	float:left;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#main_menu li.fist_element {
	background:transparent url(../images/bg-menu_separator.gif) no-repeat scroll -1px bottom;
	display:inline;
	margin-left:430px;
	padding-left:1px;
}

#main_menu a {
background:transparent url(../images/bg-menu_separator.gif) no-repeat scroll right bottom;
color:#4B4B4B;
float:left;
font-family:Arial,Helvetica,sans-serif;
padding:6px 14px;
text-decoration:none;
text-transform:uppercase;
}

#main_menu a:hover {
background:transparent url(../images/bg-menu_separator-hover.gif) no-repeat scroll right bottom;
}