.navbar_top_container {
width: 860px;
background: #CB1445;
}

.navbar_top {
padding: 10px 0 10px 0;
margin: 0;
font: 15px Helvetica;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.navbar_top li {
display: inline;
margin: 0;
}

.navbar_top li a {
text-decoration: none;
padding: 0px 12px;
background-color: #CB1445;
color: #FFFFFF;
}

.navbar_top li a:hover {
background-color: #A3102D;
color: #FFFFFFF;
text-decoration: none;
}

.navbar_top li.selected a { /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFFFFF;
color: #666666;
}

.navbar_top li.selected a:hover { /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFFFFF;
color: #666666;
}