/********* LEVEL ZERO **********/

ul.menu * /* Universal */
{  
  margin:           0px auto;
  padding:          0px;
  list-style:       none;
  z-index:          200;
}

ul.menu /* Level-0 Area */
{
  position:         absolute;
  bottom:           0px;
  right:            20px;
  width:            auto;
  height:           35px;
}

ul.menu li /* Level-0 List Items */
{
  float:            left;
  position:         relative;
  margin:           0px auto 0px 3px;
  width:            100px;
  height:           35px;
  line-height:      35px;
}

ul.menu a:link, ul.menu a:visited /* Level-0 Links */
{
  display:          inline-block;
  margin:           0px auto;
  padding:          0px;
  width:            100px;
  height:           35px;
  line-height:      35px;
  font-family:      Verdana, Arial, "Times New Roman", "Sans Serif";
  font-size:        13px;
  font-weight:      bold;
  text-decoration:  none;
  color:            #fdfdfd;
  background:       url(../images/tab.png) repeat-x #4c4c4c;
}

ul.menu a:hover, ul.menu a:active /* Hover of Level-0 Links */
{
  background:       url(../images/hover.png) repeat-x #020202;
}


/********* LEVEL ZERO **********/