/* DEMO CSS */
a{
	color:red;
	text-decoration:none;
}
body{
	font-size:0.7em;
	text-align:left;
	background-color:eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color: #666666;
}
img{
	border:0px;
}
#mainContainer{
	width:202px;
	height:100px;
	margin:0 auto;
	text-align:left;
	background-color:#536789;
}

#leftContainer{
	width:202px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:200px;
}

#contentContainer{
	width:202px;
	float:left;
}
.ad{
	clear:both;
	text-align:center;
	padding:5px;
}

/* END DEMO CSS */
#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:195px;	/* Width of main menu */

}
#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:5px;
}
#dhtmlgoodies_menu	li a{
	text-decoration:none;
	color:#ffffff;
	height:20px;
	line-height:25px;
	vertical-align:middle;
	border:1px solid #E1E1E1;
	background-color:#536789;
	margin:1px;
	padding:2px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	width:195px;	/* Width of main menu */
	color:#FFF;
	background-color:#647AA1; /* MAINROLLOVER COLOR */
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align:left;
width:200px;	/* Width of main menu */
}
.dhtmlgoodies_subMenu ul{
	
	
	margin:0px;
	padding:0px;
}
.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 )*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;

}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
width:380px;	/* Width of main menu */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#FFFFFF;	/* Black text color */
font-family: Arial, Helvetica, sans-serif;
background-color:#536789;	/* Blue background */
	font-size: 7pt;
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 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:#FFF;	/* White text */
	background-color:#C1CEE5;	/* Blue background */
	font-family: Arial, Helvetica, sans-serif; /* ROLLOVER TEXT FONT */
	font-size: 8pt; 	/* ROLLOVER TEXT HEIGHT */
	
}
}
.dhtmlgoodies_subMenu ul li a:visited{	/* Sub menu items - mouse over effects */
	
	color:#FFF;	/* White text */
	background-color:#C1CEE5;	/* Blue background */
	font-family: Arial, Helvetica, sans-serif; /* ROLLOVER TEXT FONT */
	font-size: 8pt; 	/* ROLLOVER TEXT HEIGHT */
	
}
