﻿/*[conditionalcss=true]*/
/*[strip-comments=true]*/
/*[strip-space=true]*/
/*[cache=true]*/

/* navigation tree css */

ul.tree
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #dddddd;
	background: #ffffff url(../../images/tree/gradient.jpg) repeat-x left top;
}

ul.tree li
{
	margin: 0px;
	line-height: 165%;
	list-style-type: none;
	display: inline;
	font-size: 1em;
}

ul.tree a
{
  	text-decoration:none !important;
  	outline: 0px;
}

ul.tree ul.open
{
  	display: block;
}

ul.tree ul.closed {}

ul.tree li a.expand
{
	background: url('../../images/tree/plus.gif') no-repeat left center;
}

ul.tree li a.collapse
{
	text-decoration: none;
	color: #ffffff !important;
	border-left: 4px solid #88ac9b;
	background: #4a7963 url('../../images/tree/minus.gif') left center no-repeat;
}

ul.tree ul
{
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.tree ul li
{
	margin: 0px;
}

/* first link */
ul.tree li a
{
	display:block;
	margin: 0px;
	padding: 0px;
	color: #67128a;
	padding: 1px 2px 2px 12px;
	border-bottom: 1px solid #dddddd;
	border-left: 4px solid #dddddd;
	color: #3c6652;
}

.tree li a.selected
{
	font-weight: bold;
}

ul.tree li a:hover
{
	color: #ffffff;
	border-left: 4px solid #d5cf61;
	background-color: #4a7963;
}

/* second link */
ul.tree li ul li a
{
	font-weight: normal;
	text-transform:capitalize;
	background-image:none;
	border: 0px;
	padding-left: 15px !important;
	font-size: 1em;
	border-left: 4px solid #4a7963;
	margin: 0px;
	background: #e7f3ed;
	color: #ffffff;
	line-height: 145%;
	font-size: 98%;
	border-bottom: 1px solid #cae6d9;
	padding-left: 15px;
	color: #4a7963;
	text-transform:lowercase;
}

/*
ul.tree li ul li a:hover 
{
	background: transparent !important;
	color: #ff0000 !important;
	text-decoration: underline;
	margin: 0px;
	border: 0px;
}
*/
