@charset "UTF-8";

.menu_ul1{
	font-size : 12px;/*font size*/
	font-weight: bold;
	width: 100%;
  

  
  
  
  
}

.menu_ul1 ul{
	padding : 0px 20px 7px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align : right; /*set value to "left", "center", or "right"*/
}

.menu_ul1 ul li{
	display: inline;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}




