﻿/* Left Nav Elements to Suppress Dots */

/*
.leftnav 
{
    float:left;
    width:100%;
    margin-left:0px;
}
.leftnav li 
{
  list-style: none; 
  background-color: #039; 
  border-top: solid 1px #039; 
  text-align: left; 
  margin: 0; 
}

.leftnav li a { 
  display: block; 
  text-decoration: none; 
  padding: .25em; 
  border-bottom: solid 1px #39f; 
}
*/
    
/* heath's control settings */

/* lift from sidebarabout_tab */
.LeftNavSectionHead
{
    height: 19px;
    width: 150px;
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
    color: #176BA7;
    margin-top:10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}


a.LeftNav_Selected, a:link.LeftNav_Selected, a:visited.LeftNav_Selected, .LeftNav_Selected
{
    font-weight: bold;
    font-size: 105%;
    color: #176BA7;
    text-decoration: none;
    overflow: hidden;
}
    

.LeftNavDiv{
		/*background:#fff;*/
		width:170px;
	}
		.LeftNavDiv ul
		{
			list-style:none;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			width:170px;
		}
			.LeftNavDiv li
			{
				list-style:none;
				margin:0px 0;
			}
				.LeftNavDiv li a
{
    background-position: #EEF4F8;
    list-style: none;
/*    background: #FFFFFF;*/
    color: #666666;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    border-width: 0 0px 0 6px;
    display: block;
    overflow:hidden;
    height: 21px;
    line-height: 21px;
    padding: 0 0 0 20px;
}
					.LeftNavDiv li a:hover
{
    background-position: 10px;
    background: #EEF4F8;
    font-weight: bold !important;
    text-decoration: none;
    background-image: url('../images/leftnav/sm_blue_arrow.gif');
    background-repeat: no-repeat;
}

/*
    
 .LeftNavDiv 
 {
     width:150px;
     border:solid 3px red;
 }

   a.LeftNav_Selected
    {
        font-weight:bold;
        font-size:110%;
        color:Red;
    }
    
    .LeftNav_NoLink 
    {
        line-height:55px;
        margin-top:10px;
        margin-bottom:10px;
        font-size:110%;
        border:solid 1px #cccccc;
    }
*/