
/* horizontal pill menu from rhuk_milkyway for TopMenu*/
/* Blue Variation*/
table.pill {

  padding: 0;
}

td.pill_l {

  background: url(../images/top_menu-l_blue.gif) no-repeat;
  width:  6px;
  height: 15px;

}

td.pill_m {
/* background-color:#0049a0;*/
/*background-color:#0072bc;*/
background-color:#1D3966;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {

  background: url(../images/top_menu-r_blue.gif) no-repeat; 
  width:  6px;
  height: 15px;
}



#pillmenu {
  white-space: nowrap;
  height: 15px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;

	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: none;
	float:left;
  display:block;
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 15px;
	line-height: 15px;
	background-position: 0 0;
}

#pillmenu a:hover {
  color: #fff;
  background-color:#005CA6;
}

#pillmenu a#active_menu-nav {
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

