ul#menu {
position: absolute;
right: 75px;
margin : 0;
padding : 0;
/*background : url(../navigation_images/bgpink.gif) repeat-x bottom center;*/
padding-left : 0;
margin : 0;
float : left;
/*font-weight : bold;*/
font-size : 13px;
font-family : Arial, serif;
z-index: 30;
      }
html ul#menu {
margin-bottom : 1em;
      }
ul#menu li.level_1 {
  display : block;
  position: relative;
  float: left;
  z-index: 20;
}
ul#menu li.level_1 a{
float : left;
color : #9e9b9a;
background-color : inherit;
/*font-weight : lighter;*/
padding : 7px 13px 8px 13px;
text-decoration : none;
/*background : url(../navigation_images/dividerpink.gif) no-repeat bottom right;*/
border-right: 1px solid #333;
height: 40px;
/*font-weight: normal;*/
      }
ul#menu li.level_1 span {
padding-left : 0;
      }
      /*
ul#menu li.level_1 a#leftcorner {
float : none;
padding-left : 10px;
padding-right : 0;
background : url(../navigation_images/leftcornerpink.gif) no-repeat bottom left;
      }
ul#menu li.level_1 a:hover#leftcorner {
padding-left : 10px;
padding-right : 0;
background : url(../navigation_images/leftcornerpink.gif) no-repeat bottom left;
      }
ul#menu li.level_1 a#rightcorner {
padding-right : 10px;
background : url(../navigation_images/rightcornerpink.gif) no-repeat bottom right;
      }
      */
ul#menu li.level_1 a:hover {
text-decoration : none;
/*color : #993333;*/
background-color : inherit;
/*font-weight: normal;*/
      }


ul#menu li.level_1 ul{
  //display: none;
}

ul#menu ul.level_2{
  position: absolute;
  top: 38px;
  left: -15px;
  padding: 0;
  margin: 0;
  width: 100px;
  border-width: 0 2px;
  border-color: #ccc;
  border-style: solid;
  background-color: #eee;
  color: #666;
  z-index: 1000;
}
ul#menu ul.level_2 li{
  display: block;
  /*clear: right;*/
  float: right;
  width: 100px;
  font-size: smaller;
  border-top: 1px solid white;
  background-color: transparent;
}
ul#menu ul.level_2 li a{
  display: block;
  width: 80px;
  color: #333;
  text-align: right;
  background-color: transparent;
  height: 1em;
  border-width: 0;
  position: relative;
}
ul#menu ul.level_2 li a:hover{
  background-color: transparent;
  text-decoration: underline;
}



a#contact{
  float: right;
  color : #9e9b9a;
  background-color : inherit;
  font-weight : lighter;
  margin-right: 2px;
  padding : 7px 13px 8px 13px;
  text-decoration : none;
  border-right: 1px solid #333;
  height: 40px;
}
/*a#contact:hover { color : #993333; }*/


a#contact.currentlink{
  font-weight: bold;
}

ul#menu li.level_1 a.currentlink{
  font-weight: bold;
}
