﻿/***********************************************************/
/*
/* Navigation
/*
/***********************************************************/

.CssNavigationContent ul 
{
    list-style-type: none;
    padding:0px;
    font-family: Arial, Helvetica, Sans-Serif; 
    display:block;   
}

.CssNavigationLayerRoot {
	font-weight:bold;
	font-size:11px;
	line-height: 22px;
	padding:0px;
    font-family: Arial, Helvetica, Sans-Serif;
    padding-left:25px;
}


.CssNavigationLayerRootCurrent
{
    font-weight:bold;
    font-size:11px;
    line-height: 22px;
    padding:0px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-image: url(../../App_Themes/Default/naviIcon.gif);
    background-color: #808080;
    padding-left:25px;
}

.CssNavigationLayerRootCurrent a
{
    color:White;
}


.CssNavigationLayerOne {
	font-weight:normal;
	font-size:11px;
	line-height: 22px;
	padding-left:40px;
}

.CssNavigationLayerOneCurrent
{
    font-weight:normal;
    font-size:11px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-image: url(../../App_Themes/Default/naviIcon.gif);
    background-color: #808080;
    padding-left:40px;
}


.CssNavigationLayerOneCurrent a
{
    color:White;
}



/* ------------------------------- */
.CssNavigationLayerTwo {

	font-weight:normal;
	font-size:11px;
	line-height: 22px;
	padding-left:60px;

}

.CssNavigationLayerTwoCurrent
{
    font-weight:normal;
    font-size:11px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-image: url(../../App_Themes/Default/naviIcon.gif);
    background-color: #808080;
    padding-left:60px;
}


.CssNavigationLayerTwoCurrent a
{
    color:White;
}
