﻿
/* --------- Top Menu ----------- */
#topMenu 
{
    background: url(../images/topmenu_right.gif) no-repeat top right;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 17px;
}


#topMenu ul
{
    padding: 0px 5px;
    list-style-type: none;
    margin: 0px;
    background: url(../images/topmenu_left.gif) no-repeat top left;
    height: 38px;
}

#topMenu li 
{
    float: left;
    border-left: solid 1px #30479c;
    height: 37px;
    line-height: normal;
}

#topMenu li a 
{
    display: block;
    padding: 12px 11px 11px 11px;
    color: White;
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
}

#topMenu .highlight 
{
    background-image: url(../images/topmenu_highlight.gif);
}

/* --------- Left Menu ----------- */

#leftMenu 
{
    width: 188px;
    overflow: hidden;
    float: left;
}

#leftMenuInner 
{
    width: 178px;
}

#leftMenu .nav 
{
    margin-top: 8px;
    border: solid 1px #e2e1e1;
}

#leftMenu h2 
{
    background-color: #e2e1e1;
    margin: 0px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 5px 4px 3px;
}

#leftMenu h3 
{
    font-size: 0.8em;
    font-weight: bold;
    margin: 0px;
    padding: 3px 4px 1px;
}

#leftMenu ul 
{
    margin: 0px 0px 6px 5px;
    padding: 0px;
}
#leftMenu li 
{
	list-style-type: none;
    background: white url(../images/leftmenu_bullet.gif) no-repeat -5px 3px;
    font-size: 0.7em;
    padding: 2px 0px 3px 12px;
    margin: 0px;
}

#leftMenu li a 
{
    text-decoration: none;  
}



/* --------- Bottom Menu (1) ----------- */
#bottomMenu 
{
    background-image: url(../images/bottommenu_bg.gif);
    padding: 7px 0px 10px;
    text-align: center;
    font-size: 0.7em;
    color: White;
}

#bottomMenu a 
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

/* --------- Bottom Menu (2) ----------- */
#bottomMenu2 
{
    padding: 6px 0px;
    text-align: center;
    font-size: .7em;
    color: black;
    font-weight: normal;
}

#bottomMenu2 a 
{
    color: Black;
    text-decoration: none;
    font-weight: normal;
}

#copyright 
{
    margin: 8px 0px 16px;
    text-align: center;
    font-size: 0.6em;
}