﻿.SubNavPanel
{
    width: 200px !important;
    border-bottom: solid 1px #002f60;
}

.SideBarPanel
{
    margin-left: 6px;
    background-color: #002f60;
    width: 200px !important;
    _width: 200px !important;
    position: relative !important; /*IE 6.0*/
}

.SubNavPanelHead
{
    margin-top: 2px;
    padding: 2px 0px 0px 10px;
    min-height: 30px; /*background-image: url(images/orange_gradiant.gif);*/
    background-repeat: repeat-x;
    background-color: #002f60; /*font-weight: bold;*/
    font-size: 14pt;
    color: White;
}
.SubNavPanelBody
{
    width: 200px;
    height: auto;
    background-color: #002f60;
}

.SubNavPanelBody img
{
    /* Hide the tree node images */
    display: none;
}
.SideBarPanel img
{
    display: none;
}


/* I think these are used in the framework.master */
#pagesubnav
{
    width: 157px;
    height: 100%;
    vertical-align: top;
    margin: 0px 12px 0px 3px;
    background-position: left bottom; /*font-size: 8pt;*/ /*background-image: url(images/imis15_colorpiece.gif);*/
    background-repeat: no-repeat;
}
#pagesubnavhead
{
    background-color: #C09B88;
    height: 40px;
    width: 100%;
}
#pagesubnavbody
{
    width: 100%;
    background-color: #C09B88;
}
/*
.navlink hr
{
	height:1px;
	color:#000000;
	width:95%;
	text-align:center;
	padding:0px;
	background-color: #ffffff;
	padding: 2px 1px 1px 3px;
}

*/
.navlink, .navlinkselected
{
    /*padding-left: 10px;*/
    width: 200px;
    height: 30px;
    font-size: 11px !important;
    color: #ffffff !important;
    background-image: url(images/MenuDivider.gif);
    background-repeat: repeat-x;
}

.navlinkselected
{
    /*background-color: #CCCCCC;*/
}

a.navlink
{
    text-decoration: none;
    width: 200px;
    height: 20px;
    color: #ffffff !important;
    padding-left: 10px;
}

a.navlinkselected
{
    /*background-color: #CCCCCC; 	color: #ffffff;*/
}

.PageSubNavMenu DIV TD.navlink
{
    background-image: none;
    font-size: 11px !important;
    height: auto;
    padding-bottom: 3px;
    color: #ffffff !important;
    background-color: #C09B88;
    border-right: solid 10px #002f60;
}
.gecko  DIV TD.navlink, .ie8  DIV TD.navlink, .webkit  DIV TD.navlink, .konqueror  DIV TD.navlink
{
    border-right: solid 5px #002f60;
}

.PageSubNavMenu DIV TD.navlink a
{
    background-image: none;
}