﻿#divLeftNav
{
    padding-left:10px;
    padding-right:10px;
    width:  190px;    
    float:left;
    display:inline; 
    min-height:10px;
    text-transform:uppercase;
}

.divContentRight
{
    width:705px;
    /*width:495px;
    border-right:solid 1px #88d4e3;*/
    float:left;
    display:inline;
    min-height:250px;
    border-left:solid 1px #88d4e3;
    padding-left:10px;
    padding-right:10px;
    font-size:0.8em;
    /*color:#696a6c;*/
    color:Black;
}

.divContentRight a, .divContentRight a:visited
{
    color:#0000ee;
}

.divNavRight
{
    width:175px;
    padding-left:5px;
    padding-right:5px;
    float:left;
    display:inline;
}

.divNavRight ul
{
    padding-left:10px;
    list-style:none;
    margin:0px;
}

.divNavRight a
{
    /*color:#86153b;*/
    color:#696a6c;
    font-size:0.7em;
    text-decoration:uppercase;
    font-weight:bold;
    height:20px;
    text-decoration:none;
}

.divNavRightCategory a
{
    color:#163c47;
    font-size:0.7em;
    text-decoration:uppercase;
    font-weight:bold;
    height:20px;
    text-decoration:none;
}

.divNavRightAction a
{
    color:#a93700;
    font-size:0.7em;
    text-decoration:uppercase;
    font-weight:bold;
    height:20px;
    text-decoration:none;
}

.subNavUser, .subNavCategory, .subNavAction
{
    width:202px;
}

.subNavUser a
{
    color:#86153b;
    font-size:0.7em;
    text-decoration:uppercase;
    font-weight:bold;
    height:20px;
    text-decoration:none;
}

.subNavCategory a
{
    color:#163c47;
    font-size:0.7em;
    text-decoration:uppercase;
    font-weight:bold;
    height:20px;
    text-decoration:none;
}

.subNavAction a
{
    color:#a93700;
    font-size:0.7em;
    text-decoration:uppercase;
    font-weight:bold;
    height:20px;
    text-decoration:none;
}

.subNavUser a:hover, .subNavCategory a:hover, .subNavAction a:hover, .divNavRight a:hover, .divNavRightCategory a:hover, .divNavRightAction a:hover, .divContentRight a:hover
{
    background-color:#f8d2af;
}

.subNavSelected
{
    background-color:#88D4E3;
}

.subNavSubLink
{
    padding-left:0px;
}

.subNavSubLink a
{
    font-weight:normal;
}

.breadCrumbUser
{
    color:#86153b;
    font-size:1.2em;
    text-transform:uppercase;
}

.breadCrumbCategory
{
    color:#163c47;    
    font-size:1.2em;
    text-transform:uppercase;
}

.breadCrumbAction
{
    color:#a93700;
    font-size:1.2em;
    text-transform:uppercase;
}
