/* main top menu */

#mainNav {
  height: 22px;
  background: #ed2c21; }
#mainNav ul {
  float: left;
  display: inline;
  width: 618px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold; }
#mainNav li {
  float: left;
  white-space: nowrap;
  padding: 0;
  background: none; }
#mainNav span {
  padding: 0 8px;
  border-left: 1px solid #fff;
  display: block; }
#mainNav a {
  float: left;
  height: 13px;
  display: block;
  padding: 5px 0 4px 0;
  text-decoration: none; }
#mainNav a:link,
#mainNav a:visited,
#mainNav a:active {
  color: #fff; }
#mainNav a:hover {
  background: #fbfbfb url('bg_mainnav_selected.gif') top repeat-x;
  color: #ed2c21; }
#mainNav a.current:link,
#mainNav a.current:hover,
#mainNav a.current:visited,
#mainNav a.current:active,
#mainNav .topMenuHighlighted a:link,
#mainNav .topMenuHighlighted a:visited,
#mainNav .topMenuHighlighted a:active,
#mainNav .topMenuHighlighted a:hover,
#mainNav .topMenuHighlighted a.current:link,
#mainNav .topMenuHighlighted a.current:visited,
#mainNav .topMenuHighlighted a.current:active,
#mainNav .topMenuHighlighted a.current:hover {
  background: #fbfbfb url('bg_mainnav_selected.gif') top repeat-x;
  color: #ed2c21;
  text-decoration: none; }
#mainNav span#txt0,
#mainNav .topMenuHighlighted span#txt0,  
#mainNav .topMenuHighlightedAfter span#txt0 {
  border-style: none;
  padding-left: 20px; }
#mainNav a.current span,
#mainNav a.currentAfter span,
#mainNav .topMenuHighlighted span,  
#mainNav .topMenuHighlightedAfter span {
  border-style: none;
  padding-left: 9px; }

/* dropdown items */

.topMenu {
  position:absolute;
  z-index:2;
  left: 0;
  top: 0;
  visibility: hidden;
  background: url('bg_topmenu_bl.gif') 0% 100% no-repeat;
  color: #636363;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  filter:alpha(opacity=95);
  -moz-opacity:.95;
  opacity:.95; }
.topMenuI a,
.topMenu a {
  display: block;
  border-top: solid 1px #ddd;
  padding: 3px 5px;
  margin-left: -17px; }
.topMenuI a:link,
.topMenuI a:visited,
.topMenuI a:active,
.topMenu a:link,
.topMenu a:visited,
.topMenu a:active {
  color: #636363;
  text-decoration: none; }
.topMenuI a:hover,
.topMenu a:hover {
  color: #ed2c21;
  text-decoration: none;
  background-color: #fff;
  padding: 3px;
  border-right: 2px solid #ed2c21;
  border-left: 2px solid #ed2c21; }
.topMenuContainer {
  margin-left: 17px;
  padding-top: 8px;
  background: url('bg_topmenu_br.gif')  100% 100% no-repeat; }
.topMenuSeparator {
  padding: 3px 5px;
  margin-left: -17px;
  border-top: solid 1px #ddd; }
.topMenu img {
  vertical-align: middle; }