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

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

ul.menu /* Level-0 Area */
{
  margin:           35px auto 0px auto;
  padding:          0px;
  width:            904px;
  height:           35px;
}

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

ul.menu a:link, ul.menu a:visited /* Level-0 Links */
{
  display:          inline-block;
  margin:           0px auto;
  padding:          0px 0px 0px 0px;
  width:            113px;
  height:           35px;
  line-height:      35px;
  font-family:      Verdana, Arial, "Times New Roman", "Sans Serif";
  font-size:        1em;
  font-weight:      bold;
  text-decoration:  none;
  color:            #333333;
}

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




ul.menu a.current:link, ul.menu a.current:visited /* Current Level-0 Link */
{
  background:       url(../images/menu.png) 0px -35px no-repeat #ececec;
}

ul.menu a.current:hover, ul.menu a.current:active /* Hover of Current Level-0 Link */
{
  text-decoration:  underline;
}

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