/* 
    Document   : style
    Created on : 28. december 2004, 21:45
    Author     : Flemming Larsen
    Description:
        Purpose of the stylesheet follows.
*/


  #dropmenudiv{
        position:absolute;
        border:1px solid white;
        border-bottom-width: 0;
        font:normal 12px Arial;
        line-height:18px;
        z-index:100;
        }

        #dropmenudiv a{
        width: 100%;
        display: block;
        text-indent: 3px;
        border-bottom: 1px solid #ffffff;
        padding: 1px 18px;
        text-decoration: none;
        font-weight: Normal;
        }

        #dropmenudiv a:hover{ /*hover background color*/
        background-color: #000000;
        }



        /*Example CSS for the two demo scrollers*/

        #pscroller1{
        width: 250px;
        height: 400px;
        border: 1px solid white;
        padding: 5px;
        background-color: white ;
        line-height: 12pt ;

        }

        #pscroller2{
        width: 350px;
        height: 20px;
        border: 1px solid black;
        padding: 3px;
        }

        #pscroller2 a{
        text-decoration: none;
        }

        .someclass{ //class to apply to your scroller(s) if desired
        }



