﻿.navigationPanel
{
    margin:  0px 10px 10px 10px;   
}
.navigationPanelNoPadding
{
    margin:  0px;
    padding: 0px;
}
.navigationHeader
{
    border-bottom: solid 1px #ECECEC;
    height: 20px;
    background-image: url('navigation/navigationHeader.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 15px;    
}
.navigationHeader a
{
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.navigationHeader a:hover
{
    text-decoration: underline;
}
.navigationPanel ul
{
    list-style-type: none;
    text-indent: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 10px;   
    font-size: 12px;    
}
.navigationPanel ul li
{
    background-image: url('navigation/bt_arrow.gif');
	background-repeat:no-repeat;
	padding-left: 8px;
	background-position: 0 0;
}

