﻿@charset "utf-8";

.LeftNav 
{
    float:left;
    width:188px;
    font-size:1.3em;
}

.LeftNav a {
    display:block;
    max-width: 188px;
    min-width: 188px;
    height:19px;
    padding-left:4px;
    padding-top:6px;
    margin-top:5px;
    text-decoration:none;
    color:#ffffff;
    background: url(../images/LeftNavPinkBtn.gif) 0 0 no-repeat;

}

.LeftNav a.selected
{ 
    background-position: 0 -25px;


} 

.LeftNav a:hover
{ 
    background-position: 0 -25px;
    text-decoration:underline;

}

.LeftNav a.selectedS
{ 
    background-position: 0 -50px;
    text-decoration:underline;

}
#SubLeftNav 
{
    float:left;
    width:188px;
}

#SubLeftNav a{
    display:block;
    max-width: 188px;
    min-width: 188px;
    height:19px;
    padding-left:8px;
    padding-top:6px;
    margin-top:0px;
    text-decoration:none;
    color:#ffffff;
    background: url(../images/LeftNavPinkBtn.gif) 0 -25 no-repeat;
}

#SubLeftNav a:hover{ 
    background-position: 0 -50px;
    text-decoration:underline;
}

#SubLeftNav a.selected
{
 background-position: 0 -50px;
}