
.menu:hover
{
  text-decoration: none;
}

.menu 
{
  float: right;
  font-family: Tahoma, Tahoma, Arial, Sans-Serif;
  font-size:11px;
}

.menu ul 
{
  z-index:500;
  padding:0;
  margin:0;
  list-style-type:none;
  width:162px;
}

.menu li 
{
  background:#FFF;
  float:left;
  width:162px;
}

.menu_popup
{
  position: absolute;
  left: -1000px;
  border:1px solid #7a9df9;
  border-width: 1px 1px 0 1px;
}

.menu a, .menu a:hover
{
  display:block; 
  text-decoration:none;
  line-height:14px;
  color:#605E5F;
  padding: 4px 5px 4px 10px;
  border:1px solid #7a9df9;
  border-width: 0 0 1px 0px;
}

* html .menu a, * html .menu a:visited 
{
  width:155px; w\idth:154px;
}

/* TOPLEVEL */

/* Items with no sub menu */

.menu a:hover
{
  color: #FFF;
  background: #7a9df9;
}

.menu a.selected,
.menu .level1 a.selected:hover
{
  font-weight: bold;
  color: #7a9df9;
  background: #FFF;
}

.menu a.sub
{
  background: #FFF url(/images/triangle_normal.gif) no-repeat 152px 5px;
}

.menu a.subtopselected,
.menu a.subselected,
.menu a.subtopselected:hover,
.menu a.subselected:hover
{
  background: #7a9df9 url(/images/triangle_hover.gif) no-repeat 148px 5px;
  font-weight: bold;
  color: #FFFFFF;
}

.menu a.sub:hover
{
  background: #7a9df9 url(/images/triangle_white.gif) no-repeat 152px 5px;
  color:#FFF;
}

/* POPUP */

.menu .menu_popup a
{
  background: #e6e6e6;
}

.menu .menu_popup a:hover
{
  background: #e6e6e6;
  color: #7a9df9;
}

.menu .menu_popup a.sub
{
  background: #e6e6e6 url(/images/triangle_orange_green.gif) no-repeat 152px 5px;
}

.menu .menu_popup a.sub:hover 
{
  background: #7a9df9 url(/images/triangle_white.gif) no-repeat 152px 5px;
  color:#FFF;
}

/* LEVEL 2 */

.menu .level2 a
{
  background: #e6e6e6;
}

.menu .level2 a:hover
{
  background: #e6e6e6;
  color: #7a9df9;
}

.menu .level2 a.topselected
{
  font-weight:bold;
  color: #7a9df9;
}


.menu .level2 a.sub
{
  background: #e6e6e6 url(/images/triangle_orange_green.gif) no-repeat 152px 5px;
}

.menu .level2 a.sub:hover 
{
  background: #7a9df9 url(/images/triangle_white.gif) no-repeat 152px 5px;
  color:#FFF;
}

.menu .level2 a.subtopselected,
.menu .level2 a.subselected,
.menu .level2 a.subtopselected:hover,
.menu .level2 a.subselected:hover
{
  color: #7a9df9;
  background: #e6e6e6 url(/images/triangle_orange_orange_down.gif) no-repeat 148px 5px;;
  font-weight: bold;
}


/* LEVEL 3 */
.menu .level3 a,
.menu .level3 a:hover
{
  background: #f7f7f7;
}

.menu .level3 a:hover
{
  color: #7a9df9;
}