	#botlogo{
	background-image:url(images/bot_logo.jpg);
	height:91px;
	width:175px;
	left: 0px;
	top:50px;
	}
	#dhtmlgoodies_menu{		
		font-family:verdana;	/* Font for main menu items */
		width:175px;	/* Width of main menu */
		opacity:.80;
		filter: alpha(opacity=80); 
		-moz-opacity: 0.8;
		
	}
	img{ border:0;}
	#dhtmlgoodies_menu li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		padding:0px;
	}
	#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:0px;
		width:200px;
		
	}
	#dhtmlgoodies_menu li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		vertical-align:middle;	/* Align text in the middle */
		margin:0px;	/* A little bit of air */
		padding:0px;	/* Air between border and text inside */
	}
	#dhtmlgoodies_menu li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#317082;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		font-family:verdana;
		text-align:left;
	}
	.dhtmlgoodies_subMenu ul{
		margin-top:7px;
		padding:0px;	
		border:1px solid #4090CB;
		background-color:#fff;
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		font-family:verdana;
		font-size:12px;
		font-weight:bold;
		height:30px;	/* 16 pixels height */
		line-height:30px;	/* 16 pixels height */
		padding-left:4px;	/* 1px of "air" inside */
		border-bottom:1px solid #004d9d;
		display:block;	/* Display as block - you shouldn't change this */
		color:#3185CB;
		background-color:#DFECF4;	/* Blue background */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#fff;	/* White text */
		background-color:#3185CB;
	}
