<style type="text/css">


	
	a:link {
		text-decoration: none;
		color: #93193E;
	}
	a:visited {
		text-decoration: none;
		color: #93193E;
	}
	a:hover {
		text-decoration: none;
		color: #000000;
	}
	a:active {
		text-decoration: none;
		color: #DF910C;
	}

	#dhtmlgoodies_menu{		
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #B1BA95; 
		font-weight: bold;	/* Font for main menu items */
		width:146px;	/* Width of main menu */
		padding-left:5px;
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#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;
	}
	#leftContainer{
		width:146px;
		float:left;
		padding-left:5px;
		padding-right:5px;
		
	}

	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#B1BA95;	/* Black text color */
		height:30px;	/* 20 pixel height */
		line-height:10px;	/* 20 pixel height */
		
		margin:0px;	/* A little bit of air */
		padding:0px;	/* Air between border and text inside */
		display:block;
	}

	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#000;
		background-color:#FFFFFF;
	}

	.dhtmlgoodies_subMenu{
    font-family:  Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #DF910C; 
		font-weight: bold;
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		background-color:#FAFAFA;
		text-align:left;
		width:120px;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:3px;	/* 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 */
		color:#93193E;	/* Black text color */
		width:120px;
		height:20px;	/* 16 pixels height */
		line-height:20px;	/* 16 pixels height */
		padding:5px;	/* 1px of "air" inside */
		display:block;	/* Display as block - you shouldn't change this */
	}

	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#000;	/* White text */
		background-color:#B3B3B3;	/* Blue background */
	}


	td.hometext{font-family: verdana; font-size:12px;}

	</style>