/*
   ARA ART media, Schindler & Tank GbR
   felix@ara-art.de
   
   Copyright (c) 2010 ARA ART media
*/
#menu
{
   list-style-type: none;
   width: 920px;
   height: 40px;
   margin: 0px;
   padding: 0px;
   /*background: url(menuImg/menuBg.jpg) no-repeat 0px 0px;*/
   background-color: #EA843B;
}

#menu ul
{
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   white-space: nowrap;
   position: absolute;
}

#menu li
{
   margin: 0px;
   padding: 0px;
   position: relative;
   display: none;
   height: 30px;
   width: 100%;
   cursor: pointer;
   text-align: left;
   z-Index: 10000;
}

#menu li li
{
   background:  url(menuImg/subMenuBg.png) repeat;
   /*background-color: #EA843B;*/
}

#menu a
{
   color: #ffffff;
   text-decoration: none;
   font-size: 11px;
   font-family: Tahoma, Verdana, Sans, Sans-Serif;
   line-height: 30px;
   padding: 0px 20px;
   height: 30px;
}
      
#menu li.first
{
   float: left;
   /*background: url(menuImg/menuBullet.jpg) no-repeat 0px 0px;*/
   background: url(menuImg/subMenuBullet.png) no-repeat 3px center;
   display: block;
   height: 40px;
}
      
#menu li.first a.first
{
   line-height: 40px;
   margin: 0px;
   margin-left: 19px;
   font-size: 12px;
   text-transform: uppercase;
   padding: 0px;
}
      
#menu ul.left
{
   top: 40px;
   left: 0px;
}
      
#menu ul.right
{
   top: 40px;
   right: 0px;
}
      
#menu ul.left ul
{
   left: 100%;
   top: 0px;
}
      
#menu ul.right ul
{
   right: 100%;
   top: 0px;
}

#menu a.hasSubMenu
{
   background: url(menuImg/subMenuBullet.png) no-repeat 6px center;
}

