@charset "utf-8";
/* CSS Document */



#menu_wrapper{
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-top:44px;
	.margin-top:43px;
}
#menu_wrapper #menu_top{
	
}

#menu_wrapper .top_menu ul{
	margin: 0;
	padding: 0;
	float: right;
	background: #a585ba url(../images/site/menu_top_bg.jpg) repeat-y; /*width:675*/
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menu_wrapper .top_menu ul li{
	display: inline;
}

#menu_wrapper .top_menu ul li a{
	float: left;
	color: #491f6a;
	padding: 5px 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width:117px;
	text-align:center;
}

#menu_wrapper .top_menu ul li a:visited{
color: #491f6a;
}

#menu_wrapper .top_menu ul li a:hover, #menu_wrapper .top_menu ul li .selected{
	color: #fde6f4 !important;
	background: #a585ba;
}

#menu_wrapper .top_menu ul li a.lastItem{ border-right:none;/* width:114px;*/}



