﻿dl, dt, dd, ul, li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#TopMenu
{
    position: absolute;
    background-image: url(  '../media/BackMenu.gif' );
    background-repeat: repeat;
    border: solid 1pt #000000;
	z-index:100;
	clear:both;
    width: 1024px; /* ONLY FOR OPERA */
}

#TopMenu dl
{
    background-image: url(  '../media/BackMenu.gif' );
    background-repeat: repeat;
    float:left;
    width: 130px;
}

#TopMenu dt
{
    clear: both;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
    font-size: 11pt;
    font-family:Arial Narrow;
}
#TopMenu dt a
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
}

#TopMenu dt a:hover
{
    background-image: url(  '../media/BackMenuHover.gif' );
    background-repeat: repeat;
}
#TopMenu dd
{
    display: none;
    clear: both;
    z-index: 100;
    width: 130px;
}
#TopMenu ul
{
    border: solid 1pt #000000;
    border-top: solid 1pt #9A9A9A; 
}

#TopMenu li
{
    text-align: center;
    background: #9A9A9A;
}

#TopMenu li a
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
}

#smenu1
{
    position:absolute;
}
#smenu2
{
    position:absolute;
}

#smenu3
{
    position:absolute;
}
#TopMenu li a:hover
{
    background-color: #393939;
    font-weight: normal;
}
