.menu {
 font-size: 1.1em;
}

.menu ul {
 padding: 0;
 margin: 0;
 list-style-type: none;
 height: 2em;
 background: transparent;
 position:relative;
 z-index: 2;
}

.menu ul li {
 float: left;
 height: 2em;
 line-height: 2em;
 display: block;
 background: url(/images/trc.gif) no-repeat top right;
 border-right: 2px solid #FFF;
}

.submenu {
 font-size: 1em;
 width: 70em;
 float:left;
 padding:0 0 8px 0;
 margin:0;
 background: url(/images/trc.gif) no-repeat top right;
}

.submenu ul {
 padding:0 4px 0 4px;
 margin:4px 0; 
 }
 
 .submenu ul li {;
 display: block;
 float:left;
 padding: 0 0.7em 0 0.7em;
 margin:0.5em 0.2em 0.5em 0;
 border-right: 2px solid #FFF;
 line-height:1em;
 height:1em;
 }
 
 .submenu ul li.lastitem {
  border: none;
 }
 
 .submenu ul li.apply {
  font-weight:bold;
 }

.menu a,.menu a:visited {
 display: block;
 float: left;
 height: 100%;
 width: auto;
 font-size: 1em;
 text-decoration: none;
 padding: 0 .45em 0 .45em;
}

.submenu a,.submenu a:visited {
 font-weight: bold;
 font-size: .9em;
 /*padding:0;*/
 margin:0;
 text-decoration: none;
 }
 
.menu a:hover,.submenu a:hover {
 text-decoration: underline;
}