/*
////////////////////////////////////////////////////////////////
//
// nav.css  Stylesheet fuer die Navigation
// erstellt durch Gerhard Flatscher, Netgraf Webdesign & Internetservice, 6060 Hall in Tirol, www.netgraf.at
//
////////////////////////////////////////////////////////////////
*/

#navigation {width: 150px; text-align: left; 
		border: 0px solid white; 
		border-bottom: none; 
		margin-bottom: 2em;
        margin-top:20px;
        margin-left:50px;}

#navigation ul {margin: 0; padding: 0;	
  list-style-type: none;
  text-indent: 3px; letter-spacing: 1px;}
  
#navigation li {list-style-image: none; padding-top:0px; 
background-image:url(/handy-shop/handy/wLayout/images/Button.gif); background-repeat:no-repeat;
margin:0; margin-bottom:5px; border-bottom:0px solid black; }


#navigation a {display: block; padding-left:5px; 
  width: 150px; height: 22px;
  font: normal 12px/20px Verdana, Arial, Helvetica; }

#navigation  a:link, #navigation  a:visited {
  color: #ffffff;text-decoration: none; 
  padding-bottom: 0;}

#navigation li a:hover {
  background-image:url(/handy-shop/handy/wLayout/images/Button_ON.gif); background-repeat:no-repeat;
  color: #afe472;text-decoration: none;}

#navigation li a:active {
  color: #afe472;text-decoration: none;}

#navigation li a#current {
  background-image:url(/handy-shop/handy/wLayout/images/Button_ON.gif); background-repeat:no-repeat;
  color: #afe472;text-decoration: none; }
