/* CSS Document */

div#navbar2 {
height: 29px;
width: 100%;


}


div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 12px;

color: #ccc;
line-height: 29px;
white-space: nowrap;
}


div#navbar2 li {
list-style-type: none;

display: inline;
}


div#navbar2 li a 
{
text-decoration: none;

color: #000;


}


div#navbar2 li a:link 
{
color: #000;
}


div#navbar2 li a:visited 
{
color: #000;
}

div#navbar2 li a:hover 
{
font-weight: bold;
color: #FFF;
background:url(../images/btn_bg_pink.gif);
}

#mainContainer{
		width:210px;
		text-align:left;
		margin:0 auto;
		height:100%;
	}
	
#topBar{
		height:100px;
	}
#leftMenu{
		width:200px;
		padding-left:8px;
		padding-right:8px;
		float:right;
	}
#mainContent{
		width:200px;
		padding-right:5px;	
		float:left;
	}
	/*
	General rules
	*/

#dhtmlgoodies_slidedown_menu li
	{
		list-style-type:none;
		position:relative;
		border-bottom:#ffffff 1px solid;
		border-left:#009900 6px solid;
		color: #009900;	
		background-color:#f1fce4;
		text-transform:uppercase;
	}
	
#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
		background:#f1fce4;
		color: #009900;

	}

#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
		width:190px;	
	}

	/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
		color: #000000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:150px;	
		padding-left:2px;

	}
	
	/*
	A tags 
	*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		font-weight:bold;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-bottom:6px;
		text-transform:capitalize;
		border:0px;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:#000;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:18px;
		margin-right:18px;
		padding:1px;
	}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:20px;
		padding:1px;
	}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:22px;
		padding:1px;
	}
	
#dhtmlgoodies_slidedown_menu .mainlink
		{
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		width:180px;
		font-size: 12px;
		line-height: 24px;
		list-style-type: none;
		background:url(images/arrow_right_link.gif) no-repeat;
		background-position:left;
		padding-left:15px;
		padding-right:15px;
		text-decoration: none;
		color: #009900;
		}

td.out
		{
		border-left:7px #009900 solid;
		padding-left:15px;
		border-bottom:0px #ffffff solid;
		background:#f1fce4;
		white-space:nowrap;
		text-transform:uppercase;
		font-family: Arial,Verdana, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 12px;
		}
td.over
		{
		border-left:7px #aaa8a8 solid;
		padding-left:15px;
		border-bottom:0px #ffffff solid;
		background:#f2efef;
		white-space:nowrap;
		text-transform:uppercase;
		font-family: Arial,Verdana, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 12px;
		}

.btn_active
{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/btn.gif);
width:108px;
height:32px;
border:0px;
cursor:hand;
font-weight:bold;
}
.btn_inactive
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/btn1_a.gif);
width:108px;
height:28px;
border:0px;
cursor:hand;
font-weight:bold;
}

#mainContainer2{
		width:600px;
		margin:0 auto;
		text-align:center;	
	}
	
#dhtmlgoodies_menu {
	height: 29px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
#dhtmlgoodies_menu{
		visibility:hidden;	
	}
#dhtmlgoodies_menu ul{
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 12px;
		color: #FFF;
		line-height: 29px;
		white-space: nowrap;
}

#dhtmlgoodies_menu li{
		list-style-type: none;
		display:inline;
	}	
#dhtmlgoodies_menu a{
		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 12px;
		color: #000;
		line-height: 24px;
		white-space: nowrap;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		background-color:transparent;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:2px;
		text-align:left;
		border:0px solid #fff;
		background-color:#f8f8f8;
		color:#FFFFFF;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:0px solid #E2EBED;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background:url(../images/btn_bg_pink.gif);
		border:0px solid #fff;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		
		border-bottom:0px solid #000;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		background-color:#cde7ab;
		border-bottom:0px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
	/* Sub menu depth 2 
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		border:1px solid #000;
	}
	
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		border:1px solid #000;
	}	
	*/
	
	
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#003600;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#f4faeb;
	width:99%;
	margin-bottom:2px;
	margin:3px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	padding-left:15px;
	background-color:#ffffff;
	width:94%;
	text-align:justify;
	font-size:11px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
}