
/*This is the CSS for the TreeView Control
*/
a { text-decoration: underline; color: #46546C; }
a:hover { text-decoration: underline; color: #4d77c3; }
#tree1 {width:250px;padding: 10px;float:left;}
#tree2 {width:250px;padding: 10px;float:left;}
#tree3 
		{
			width:180px;
			padding: 10px;
			color: #FDF4E6;
		}


/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 12.5px;
	width: 69px;
	background: #E8AB3C;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #DFC18D}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFF;
		color: #823A01;
		font: 11px arial}

	#sddm div a:hover
	{	background: #DFC18D;
		color: #FFF}



