body 
             {
             margin:25px; 
             width:188;
             font:13px Arial, Helvetica, sans-serif
             }

*            {
             padding:0; 
             margin:0
             }

.dropdown    {
             float:left 
             }

.dropdown dt { /* menu header (attributes like height, width etc.) */
             width:188px; 
             height:17px;
             margin: 0;
             border:1px solid #bfb6af; 
             padding:0; 
             font-weight:; 
             color:#715b53;
             text-indent:5px;
             cursor:pointer; 
             background:url(dropdown-images/header.gif) 
             }

.dropdown dt:hover 
             {
             height:17px;
             width:188px;
	     margin: 0;
             background:url(dropdown-images/header_over.gif) 
             }

.dropdown dd { /* in this section width := width + 2 to cope with some browser's deficiencies */
             position:absolute; 
             overflow:hidden; 
             width:190px; 
             display:none; 
             background:#ffffff; 
             z-index:20; 
             opacity:0
             }

.dropdown ul 
             { /* dropdown list */
             width:174;
             border:1px solid #bfb6af; 
             list-style:none; 
             border-top:none
             }

.dropdown li {
             display:inline 
             }

.dropdown a, 
.dropdown a:active, 
.dropdown a:visited 
             { /* dropdown list items (last item) */
             display:block; 
             color:#333333; 
             text-decoration:none; 
             text-indent:5px;
             background:#fbfbfa; 
             height:17px
             }

.dropdown a:hover 
             {
             background:#e1d8d1; 
             color:#675b53
             }

.underline 
             { /* dropdown list items (attributes like height, width etc.) */
             border-bottom:1px solid #bfb6af
             }