﻿body
{
    margin: 0;
    padding: 0;
}
*
{
    font-family: Arial;
}
.menuItem
{
    display: inline-block;
    width: 150px;
    height: 40px;
    border-left: 1px solid white;
    color: White;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 24px;
    font-family: Arial;
    border-right: 1px solid white;
}

.menuItem a
{
    display: block;
    width: 100%;
    height: 100%;
    color: White;
    text-decoration: none;
}
.menuItem a:hover
{
    color: White;
    background-color: #151c31;
}
#slideshow {
    position:relative;
    height:360px;
    width:250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    width: 250px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    width: 250px;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*
.slideshow
{
    height: 360px;
    width: 250px;
    margin: 0 auto;
    vertical-align:middle;
}
.slideshow img
{ vertical-align:middle;
    width: 250px;
    _padding: 15px;
    _border: 1px solid #ccc;
}
*/


.menuItemSelected
{
    background-color: #151c31;
    display: inline-block;
    width: 150px;
    height: 40px;
    border-left: 1px solid white;
     border-right: 1px solid white;
    color: White;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 24px;
    font-family: Arial;
}

#accordion a
{
    _color: Red;
    font-weight: bold;
}

#accordion
{
    width: 550px;
    _border: 0px;
}





.ui-accordion .ui-accordion-header a
{
    padding: 5px 10px 5px 0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    border-bottom: 1px solid lightgray;
}
