/***********left nav menu here...**************/

#dhtmlgoodies_menu{		
	font-family:Trebuchet MS;	/* Font for main menu items */
	font-size:14px;
	width:160px; /*160  202 Width of main menu */
	height:241px;
	/*background-image: url(images/bg.jpg);*/
	line-height: 22px;
	font-weight: bold;
	border: 0px solid green;
}

#dhtmlgoodies_menu	li {	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px; /* No margin - needed for Opera */
	margin-left:0px;
	padding-left:5px;
	padding-bottom: 5px; /* 5 No bullets */
	font-size:14px;  /* 16 */
	/*text-transform: lowercase;*/
}

#dhtmlgoodies_menu ul{	
	margin:0px; /* No <ul> air */
	padding:0px; /* No <ul> air */
}
	
#dhtmlgoodies_menu ul li ul {	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}

#dhtmlgoodies_menu	li a {	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#fff;	/* 4c4b53 Black text color */
	height:20px; /* 20 pixel height */
	line-height:20px;  /* 20 pixel height */
	vertical-align:middle; /* Align text in the middle */
	border:0px solid #000;  /* Black border */
	/*background-color:#a4a8c1;  	/* Light blue background color */  */
	margin:1px;  /* A little bit of air */
	padding:0px;  /* Air between border and text inside */
	font-size: 14px;
	display:block;
	outline: none;
}

#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#77738e;
	background-image: url(../images/arrow.jpg);
}

.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#FAFAFA;
	font-family:Trebuchet MS;
	font-size:13px; 
	text-align:left;
	background-image: url(../images/nav_bg.gif);
	padding-left: 2px; 
	margin-left:-4px;
}

.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}

.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:2px;	
}

.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#4c4b53;	/* Black text color */
	height:14px;	/* 16 pixels height */
	line-height:14px;	/* 16 pixels height */
	padding:2px;	
	display:block;	
}

.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#fff;	/* White text */
	background-color:#9fa3be;	/* Blue background */
}

.p_top {
	padding-top:10px;
}
