﻿/*#################################################################################*/
/* -- left navigation menu */

.leftMenuLayout
{
	border:solid 2px #bbd9ee;
	 background-color:#f7fcff;
	 width:200px;
}

 .selectednode
 {	border: solid 2px gray; }
 
 .leftMenuItems
{
	padding-left:0px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin-left:4px;
	text-indent:5px;
	color:#000000;
	font-family:Trebuchet MS, tahoma;
	line-height:22px;
}

.leftSubMenuItems
{
	padding-left:0;
	font-size:12px;
	width:155px;
	text-align:left;
	border:none;
	line-height:18px;
}

a:link.leftMenuItems, a:hover.leftMenuItems, a:visited.leftMenuItems  
{
	text-decoration:none;
	color:#000000;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
}

a:link.leftSubMenuItems, a:hover.leftSubMenuItems, a:visited.leftSubMenuItems  
{
	font-family:Georgia, tahoma;
	text-decoration:none;
	color:#993300;	
	font-weight:normal;
	font-size:12px;
	padding-left:0;
}

a:hover.leftSubMenuItems
{
	font-weight:bold;
}

/* -- left navigation menu ends */
/*#################################################################################*/

