#nav{
    list-style: none;
    margin: 5px 0px 5px 0px;
    background-color: transparent;
    position:relative;
    top:0px;
    /*pro mozillu*/
    left:-38px;
    /*pro explorer*/
    _left:1px;
    }

#nav a {
    text-decoration: none; 
    text-align: center; 
    line-height: 17px;
    text-indent: 2px;
    background: url("../images/button.jpg") no-repeat;
    font-weight: bold;
    font-style: normal;
    font-size:12px;  
    color:black;
    display:block;
    padding:0px; 
    width:141px; 
    height:18px;
    }

#nav li { 
    margin:0px;   
    position: relative; 
    float:left;
  	width: 150px;
    display:block;
    }

#nav ul { 
	padding: 0;
	margin:0px;
	list-style: none;
	height: 26px;
  width: 141px;
  position:absolute;
  top: 3px;
  left: 137px;
  overflow:visible;  
  }

#nav ul li{ 
            background: url("../images/button_down.jpg") no-repeat;
            }

#nav ul li{ border-width:0px 0px 0 0;}
#nav ul ul li{ border-width:0px 0px 0 0px;}
#nav ul ul li:last-child{border-width:0px;}
 
#nav a:hover, #nav li:hover{
    background: url("../images/button_down.jpg") no-repeat;
    }
#nav ul li:hover, #nav ul li a:hover{
    background: url("../images/button_down.jpg") no-repeat;
    }

#nav ul{
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:1px; 
    margin-left:1px;
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:-18px; 
 }

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}



li>ul { 
	top: auto;
	left: auto;
}

