﻿.Navigation
{
    font-size: 1em;
    padding: 0;
    margin: 0;
    width: 223px;
    /* hack to set min height in IE 6 */
    height: auto !important;
    height: 200px;			
    min-height: 200px; 
}

    .ParentItem_open, .ParentItem_closed, .ChildItem, .ChildItem_selected
    {
        /* hack to set min height in IE 6 */
		height: auto !important;
		height: 16px;		
		min-height: 16px;
        display: inline-table;
        margin: 0 0 8px 0;
        width: 100%;
    }
    .ParentItem_open
    {
        font-size: 1.4em;
        height: 38px;
        color: #FFFFFF;
        padding: 12px 1px 8px 10px;
        font-weight: bold;
    }
    .ParentItem_closed
    {
        border: Solid 0px #000000;
        border-width: 0 0 1px 0;
        color: #000000;
        padding: 4px 0px 4px 0px;
    }
    .ChildItem
    {
        border: Solid 1px #000000;
        color: #83acc7;
        background: #cddee9;
        padding: 4px 1px 4px 20px;
    }
    .ChildItem_selected
    {
        border: Solid 1px #000000;
        color: #ffffff;
        background: #003366;
        padding: 4px 1px 4px 20px;
    }
    .Level2NavItem
    {
		display:block;
		width:203px;
		height:14px;
		padding:0 0 5px 20px;
		border-bottom:solid 1px black;
    }
    .Level2NavItemSelected
    {
		display:block;
		width:203px;
		height:14px;
		padding:0 0 5px 20px;
		border-bottom:solid 1px black;
		font-weight:bold;
    }
    .Level2NavItem a, .Level2NavItemSelected a
    {
		color:#000000;
    }
    .Level2ParentItem
    {
		display:block;
		width:203px;
		height:28px;
		padding:10px 0 12px 20px;
		font-size:18px;
		font-weight:bold;
    }
    .Level2ParentItem a
    {
		color:#FFFFFF;
    }
