﻿.tan-border-top
{
    background: #dad2ba url('../images/tan-border-middle.gif') repeat-y;
    
}
.tan-border-middle
{
	background: #dad2ba url('../images/tan-border-middle.gif') repeat-y;
}
.tan-border-div
{    	
    background: transparent url('../images/tan-border-top.gif') top no-repeat;
    width: 225px;
    padding: 10px;
    padding-bottom:30px;
    min-height:200px;
}
.tan-border-bottom
{
	background: #dad2ba url('../images/tan-border-bottom.gif') bottom no-repeat;    
	padding-bottom:10px;		
}

/***** leftNav ******/
.leftNav-top a
{
    background: url('../images/leftNav-bullet-selected.gif') left no-repeat;
    line-height:27px;
    padding-left:22px;
    display:block;
}

.leftNav-top a.selected
{
    background: url('../images/leftNav-bullet.gif') left no-repeat;

}

.leftNav-top a,
.leftNav-top a:link,
.leftNav-top a:visited,
.leftNav-top a:hover,
.leftNav-top a:active
{
    font-weight:bold;
    text-decoration:none;
}

.leftNav-top.selected a, 
.leftNav-top.selected a:link, 
.leftNav-top.selected a:visited, 
.leftNav-top.selected a:hover, 
.leftNav-top.selected a:active
{	
    font-weight:normal;	
	text-decoration:none;		
}
