#menuHolder {
   display:  block;
   position: relative;
   padding:  0px 0px 0px 0px;
   margin:   0px 0px 0px 0px;
   height:   35px;
   width:    990px;
   overflow: hidden;
   z-index:  300;
   border:   0px; }

#submenuHolder {
   position: absolute;
   top:      0px;
   left:     0px;
   border:   0px;
   height:   1px; }

.submenu {
   display:          block;
   padding:          3px 0px 0px 0px;
   margin:           0px 0px 0px 0px;
   height:           16px;
   _height:          19px;
   width:            163px;
   _width:           165px;
   overflow:         hidden;
   font-family:      Verdana;
   font-size:        10px;
   font-weight:      bold;
   color:            #666666;
   background-color: transparent;
   text-decoration:  none;
   z-index:          200;
   border-top:       1px solid #999999;
   border-right:     1px solid #999999;
   border-bottom:    0px;
   border-left:      1px solid #999999; }

.submenu a {
   padding:          0px 0px 0px 0px;
   margin:           0px 0px 0px 0px;
   display:          block;
   height:           16px;
   _height:          19px;
   width:            100%;
   font-family:      Verdana;
   font-size:        10px;
   font-weight:      normal;
   color:            #ffffff;
   background-color: transparent;
   text-align:       left;
   text-decoration:  none;
   border:           0px; }

.submenu a:hover {
   padding:          0px 0px 0px 0px;
   margin:           0px 0px 0px 0px;
   display:          block;
   height:           16px;
   _height:          19px;
   width:            100%;
   font-family:      Verdana;
   font-size:        10px;
   font-weight:      normal;
   color:            #ff0000;
   background-color: transparent;
   text-align:       left;
   text-decoration:  none;
   border:           0px; }

.submenuContainerElement {
   display:       block;
   padding:       0px 0px 0px 0px;
   margin:        0px 0px 0px 0px;
   position:      absolute;
   z-index:       190;
   overflow:      hidden;
   border-bottom: 1px solid #999999; }

.submenuContainerBackground {
   display:          block;
   position:         absolute;
   height:           1000px;
   width:            100%;
   background-color: #000000;
   z-index:          -1;
   filter:           alpha( opacity=80 );
   opacity:          0.80;
   -moz-opacity:     0.80;
   -khtml-opacity:   0.80;
   border:           0px; }
