/* DEMO CSS */
a{
	color:red;
	text-decoration:none;
}
body{
	font-size:0.8em;
	text-align:center;
	background-color:#E2EBED;
	background-color:#ffffff;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin:0px;
		padding:0px;
}
img{
	border:0px;
}
#TopHeader{
	font-size: 18px;
	width:100%;
	height:50px;
	margin:0 auto;
	text-align:center;
	background-color:#eee;
	color: #565656;
}
#mainContainer{
	width:760px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}

#leftContainer{
	width:160px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:700px; 
	background-color:#b9c7d4;
	/*border-right: 1px solid #565656;*/
	
}

#contentContainer{
	width:750px;
	float:left;color #565656;
}
.ad{
	clear:both;
	text-align:center;
	padding:5px;
}
#dhtmlgoodies_menu a#current {color  :purple;} 
.dhtmlgoodies_submenu a:link       { color: #000; text-decoration: none;} 
.dhtmlgoodies_submenu a:active     { color: #000; text-decoration: none;}
.dhtmlgoodies_submenu a:visited { color: #000; text-decoration: none;}
.dhtmlgoodies_submenu a:hover { color: #000; text-decoration: none;}

/* END DEMO CSS */
#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:150px;	/* 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:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#565656;	/* Black text color */

	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #000;	/* Black border */
	background-color:#FAFAFA;	/* Light blue background color */
	background-color:#b9c7d4;
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	padding-left:5px;
	text-align:left;
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#000;
	/*background-color:#317082;*/
	background-color:lightblue;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#FAFAFA;
	background-color: #b9c7d4;
	font-family:arial;
	text-align:left;
	scroll:auto;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.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{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#565656;	/* Black text color */

	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:#000;	/* White text */
	background-color:#317082;	/* Blue background */
	background-color:lightblue;
}
.dhtmlgoodies_submenu a{ text-decoration:none }
.current {color: purple;}
#dhtmlgoodies_menu li a em {display:block; float:right; width:19px; height:20px;}
#dhtmlgoodies_menu li a em.arrowr {background:url(../menuimages/Arrow8_black_10x11.gif) no-repeat center center;}
#dhtmlgoodies_menu li a em.arrow2 {background:url(../menuimages/arrow-up.gif) no-repeat left center;}
.dhtmlgoodies_submenu li a em.flag {background:url('../menuimages/us_flag_icon2.gif') no-repeat left center;}
.dhtmlgoodies_submenu li a em {display:block; float:right; width:14px; height:14px;}
.dhtmlgoodies_submenu li a em.arrowr {background:url(../menuimages/Arrow8_black_10x11.gif) no-repeat center center;}
.dhtmlgoodies_submenu li a em.arrow2 {background:url(../menuimages/arrow-up.gif) no-repeat left center;}  
      .dvhdr1 {
            background:#335388;
            color:fff;
            font-family:arial;
            font-size:8pt;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:0px 3px 0px 3px;
            width:250px;
         }
         
         .dvbdy1 {
            background:#FFFFFF;
            background: #ece9d8 /*url('../menuimages/ffgradient.jpg') top left fixed*/;
            color: #565656;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:250px;
            text-align:left;
         }