﻿
/* 
Left nav
http://www.dynamicdrive.com/style/csslibrary/item/wire-frame-menu/
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#left, #left a
{
	color: #006a8a !important;
}

#left table
{
	width: 100%;
	border: 1px solid #c0bebe !important;
	border-bottom: 0px !important;
}

#ctl00_LeftNav1_treeView1
{
	border-bottom: 1px solid #c0bebe;
}

#left table td
{
	width: 20px;
}

#left table td.rootNode, #left table td.leafNode
{
	width: 100%;
}

#left table tr
{
	background: transparent url(../images/graphics/PanelBackMenu.jpg);
	background-repeat: repeat-x;
}

#left table td span
{
	padding-right: 10px;
}

#left tr:hover,
#left tr:hover a
{
	color: #ef8608 !important;
	text-decoration: underline;
}

#left tr.selectedNode,
#left tr.selectedNode a,
#left tr.selectedNode a:hover
{
	background: #ef8608;
	color: #fff !important;
}

.rootNode, #left > div > table > tbody > tr > td.leafNode
{
	font-weight: bold;
}

