﻿.SubNavPanel
{
 	z-index: 2;
	position: relative;
}
.SideBarPanel
{
	vertical-align: top;
	background-color: White;
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	
}
.SubNavPanelHead
{
    padding: 0px 0px 0px 5px;
    min-height: 20px;
    background-color: #165788; /* changed from #7697c9 on 8/21/2009 */
    font-size: 12pt;
    color: White;
    font-family: Tahoma !important;
}

.SubNavPanelBody
{
    width: 170px !important;
    height: auto;
	background-color: #165788; /* changed from #7697c9 on 8/21/2009 */
	padding: 0px 0px 0px 10px;
}
.SubNavPanelBody IMG
{
	display: none !important;
}

/* 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;
	background-repeat: no-repeat;
}
#pagesubnavhead
{
	background-color: #FFCC33;
	height: 40px;
	width: 100%;
}
#pagesubnavbody
{
	width: 100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=87);
}
.navlink hr
{
	height:1px;
	color:#000000;
	width:95%;
	text-align:center;
	padding:0px;
}

.navlink, .navlinkselected
{
	font-size: 8pt;
	padding-left: 3px;
	width:100%;
	padding: 2px 1px 1px 3px;
}

a.navlink
{
	text-decoration: none;
	color: #ffffff !important;
	
	width:100%;
}

DIV.PageSubNavMenu
{
	width: 150px !important;	
}

DIV.PageSubNavMenu TD.navlink a
{
	font-weight: bold !important;
	color: #FFFFFF !important; /* changed from #000952 on 8/21/2009 */
}

DIV.PageSubNavMenu TD.navlinkselected a
{
	color: #FFFFFF !important; /* changed from #000952 on 8/21/2009 */
}


DIV.PageSubNavMenu DIV TD.navlink a
{
	width: 140px !important;
	font-weight: normal !important;
	
}