/*CSS Menu*/
#MainMenu
{
    height: 25px;
    background: #FFF;
    border-color: #09F;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
}
#tab
{
    top: 0;
    height: 0;
    background: repeat-x top;
    margin: 10px 0 0;
}
#tab UL
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
#tab LI
{
    display: inline;
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
}
#tab A
{
    background: #FFF url(../../images/bright.gif) no-repeat right top;
    text-decoration: none;
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0px 0 0;
}
#tab A SPAN
{
    display: block;
    background: url(../../images/bleft.gif) no-repeat left top;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    line-height: 25px;
    padding: 0 13px;
}
#tab A:hover, #tab LI.item_active A
{
    background-position: right bottom;
}
#tab A:hover SPAN, #tab LI.item_active A SPAN
{
    background-position: left bottom;
    color: #FFF;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}
.dropmenudiv
{
    position: absolute;
    top: 0;
    float: left;
    display: block;
    visibility: hidden;
    color: #000;
    z-index: 100;
    text-decoration: none;
    padding: 0;
}
.dropmenudiv UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropmenudiv LI
{
    display: inline;
    margin: 0;
    padding: 0;
}
.dropmenudiv A:link, .dropmenudiv A:visited
{
    width: 180px;
    display: block;
    border: 0;
    color: #000;
    background-color: #e7e8f0;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    margin: 0 1px 0 0;
    padding: 0;
}
.dropmenudiv A SPAN
{
    display: block;
    line-height: 26px;
    background-color: #e7e8f0;
    /*background: url(../../images/bright.gif) no-repeat right top;*/
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    float: none;
    padding: 0 13px;
    border-bottom: 1px solid #acacac;
}
.dropmenudiv A:hover
{
    border: 0;
    background-color: #0099ff;
    /*background-position: left bottom;*/
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #FFF;
}
.dropmenudiv A:hover SPAN
{
    background-color: #0099ff;
    /*background-position: right bottom;*/
    color: #FFF;
    font-weight: 700;
}
/*Photos*/
.photo IMG
{
    border: 1px solid #929ab8;
    background-color: #bbbbee;
    background-position: left;
    padding: 2px;
    position: relative;
    top: -4px;
}
.figure P
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 10px;
    text-align: center;
}
.figure
{
    float: left;
    width: 250px;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.photo
{
    background: url(../../images/dropshadow.gif) no-repeat; 
    background-position: 10px bottom;
*   background-position: 6px bottom;    
}
/*jump menu*/
.select
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 170px;
}