/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
   margin:0;
   padding:0;
}
body{
   background:#fff;
   color:#666;
   font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
}
#menu{
/* width:700px;*/
   margin:15px 0;
   border:solid #000;
   border-width:12px 0 0 0;
}
#menu ul{
   list-style:none;
}
#menu li{
   list-style:none;
   display:block;
   float:left;
   margin:0 15px;
}
#menu li a{
   display:block;
   float:left;
   height:50px;
   color:#747474;
   text-transform:uppercase;
   font-size:11px;
   font-weight:bold;
   background:url(images/menu_010_b.jpg) no-repeat left;
   line-height:50px;
   text-decoration:none;
   padding:0 0 0 25px;
}
#menu li a span{
   display:block;
   float:left;
   height:50px;
   color:#747474;
   line-height:50px;
   cursor:pointer;
}
#menu li a:hover{
   display:block;
   float:left;
   background:url(images/menu_010_b_h.jpg) no-repeat left;
   height:50px;
}
#menu li a:hover span{
   display:block;
   float:left;
   background:url(images/menu_010_pointer.jpg) no-repeat 35% top;
   color:#000;
   height:50px;
}
#menu li a.current{
   display:block;
   float:left;
   height:50px;
   color:#000;
   text-transform:uppercase;
   font-size:11px;
   font-weight:bold;
   background:url(images/menu_010_b_h.jpg) no-repeat left;
   line-height:50px;
   text-decoration:none;
}
#menu li a.current span{
   display:block;
   float:left;
   background:url(images/menu_010_pointer.jpg) no-repeat 35% top;
   height:50px;
   color:#000;
   line-height:50px;
}

