@CHARSET "UTF-8";

#ajaxmenu1 {
	position: relative;
	left: 200px;
	top: 185px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 988px;
}

#ajaxmenu1 .bottom_menu{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#ajaxmenu1 .bottom_menu_item1{
	display: inline;
}

#ajaxmenu1 .bottom_menu_item1 a{
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 1px;
	color: black;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	color: #736357;
	font-family: "times new roman";
	font-size: 13px;
}

#ajaxmenu1 .last a{
	border-right-style: none;
}

