BODY
{
}
.menuBar
{
    TEXT-ALIGN: center;
    CURSOR: hand;
    padding:0px;
    margin-bottom:0px
}

.Bar
{
    FLOAT: center;
    WIDTH: 203px;
    height: 31px;
    CURSOR: hand;
    margin-bottom: 0px;
    padding: 0px;
    background-image:url("/home/menu.gif")

}
.menu
{
    float: center;
	VISIBILITY: hidden;
    WIDTH: 203px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
    background-image: url("/home/menuscroll.gif");
    background-repeat: no-repeat;
    background-position:top center;
    padding:0px;
    margin-top:-4px;
    display:inline
    
    
}
.menuItem
{
    WIDTH: 160px;
	float: center;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    font-size:12px;
    padding-left: 40px
   
    
}

.ItemMouseOver
{
    WIDTH: 160px;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    padding-left: 40px;
    color: darkblue;
    font-size:12px
   
}
.ItemMouseOut
{
    WIDTH: 160px
}

.barOver
{
    WIDTH: 203px;
    height: 31px;
    POSITION: relative;
    TEXT-ALIGN: center;
    padding:0px;
    margin: 0px;
    background:url("/home/menuover.gif")
}
