/* DEMO CSS */
a{
	color:red;
	text-decoration:none;
}
body  { font-size: 0.8em; font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif; background-color: #fff; text-align: center; margin: 0; padding: 0 }
img{
	border:0px;
}
#mainContainer { background-color: #8a016b; text-align: left; margin: 0 auto; width: 760px; height: 600px }

#leftContainer    { background-color: #8a016b; padding-right: 5px; padding-left: 5px; width: 120px; height: auto; float: left }

#contentContainer{
	width:590px;
	float:left;
}
.ad{
	clear:both;
	text-align:center;
	padding:5px;
}

/* END DEMO CSS */
#dhtmlgoodies_menu  { font-family: Arial; width: 120px }
#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:10px;
}
#dhtmlgoodies_menu	li a { color: #fff; line-height: 20px; text-decoration: none; background-color: #8a0168; display: block; margin: 1px; padding: 1px; height: 20px; vertical-align: middle; border-style: solid; border-width: 0 0 1px; border-color: #000 }
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#317082;
}
.dhtmlgoodies_subMenu { font-family: Arial; background-color: #d59f9f; text-align: left; visibility: hidden; position: absolute; overflow: hidden; border: solid 1px #000 }
.dhtmlgoodies_subMenu ul { margin: 0 0 1px; padding: 0 }
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a { color: #000; line-height: 16px; text-decoration: none; white-space: nowrap; display: block; padding: 1px; height: 16px }
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#317082;	/* Blue background */
}
.dhtmlgoodies_subMenu ul li a:visited { color: #000 }
