/*
-----------------------------------------------
support.sas.com template second level leftside navigation style
author:   lisa linn's version
version:  26 July 2007
----------------------------------------------- */

/* ensures left nav does not collapse in IE */
#leftcolumn_prop {
   width: 160px;
}

#leftcolumn h3 {
	font-size: 100%;
	color: #06c;
	padding: 0px 0 0 0;
	margin: 0 0 7px 8px;
	text-transform: uppercase;  /** this makes the h3 uppercase **/
}

/*** this sends size and color to H3 as a link otherwise it gets the 70% from below **/
#leftcolumn h3 a {  
	font-size: 100%;
	color: #06c;	
}

#leftcolumn a {
	font-size: 80%; /**** this is making the links the size that they are change this if you want it bigger ***/
	color: #06c;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0;
}
#leftcolumn a:hover {
	color: #f60;
}
#leftcolumn ul {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 0 8px;
}
#leftcolumn li {
	background: url(/images/global/dot_off.gif) 0px 0px no-repeat;
	padding: 4px 0px 0px 10px;
	margin: 0;
}
#leftcolumn li.leftnavon a { color: #f60; }
#leftcolumn li.leftnavon {
	background: url(/images/global/dot_on.gif) 0px 0px no-repeat;
}

#leftcolumn li.leftnavoffElbow {
	background: url(/images/global/elbow_off.gif) no-repeat;
	padding-left: 17px;
}
#leftcolumn li.leftnavoffElbow a {
	color: #06c;
        font-weight: normal;
}

#leftcolumn li.leftnavonElbow {
	background: url(/images/global/elbow_on.gif) no-repeat;
	padding-left: 17px;
}
#leftcolumn li.leftnavonElbow a {
	color: #f60;
        font-weight: normal;
}

/************ DASH ON AND OFF *******************/
#leftcolumn li.leftDashoff {
	list-type: none;
	padding-left: 5px;
}
#leftcolumn li.leftDashoff a {
	color: #06c;
font-weight: normal;

}

#leftcolumn li.leftDashon {
	list-type: none;
	padding-left: 5px;
}
#leftcolumn li.leftDashon a {
	color: #f60;
font-weight: normal;

}

/************ DASH ON AND OFF *******************/
#leftcolumn ul li ul ul li {
	padding-top: 0;
	background-image: none;
}
#leftcolumn>ul>li>ul>ul>li>a {
	font-weight: normal;
	background: none;
}

