﻿.menu_ul1{
	padding: 5px;
	margin: 5px;
	font-size: 13px;/*font size*/;
	font-weight: 200px;
	width: 100%;
}

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

.menu_ul1 ul li{
	display:inline;
}

.menu_ul1 ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #9393ff; /*bottom border is 3px*/
    width:14.962%;
    text-align:  center;
    float:left;
}

.menu_ul1 ul li a:hover, .menu_ul1 ul li a.selected{
	border-bottom-color: #000066
}
