

	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
		background-color:#ffffff;

	}

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
		margin:0px;
		padding:0px;
		
	}
	#dhtmlgoodies_slidedown_menu li a img{
		border:none;
		
	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
		border:none;

	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu {		

		visibility:hidden;
		border:0px solid #000;
		
		padding:0px;
		

		width: 218px;	/* IE 5.x */
		width/* */:/**/218px;	/* Other browsers */
		width: /**/218px;	
		
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu ul li a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;

		padding-left:0px;

		

		
	}
	
	img {
		border:0;
		margin:0;
		padding:0;
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {	/* Main menu items */
		font-weight:bold;
		font-family:arial;
		font-size:16px;
		color:#ff8015;
		
			background-image:url('../images/img-top.gif');
			/*background-image:url('../images/img-top.gif');
		background:#cccccc;*/
		background-repeat:no-repeat;
		background-position:left top;
		margin-left:2px;
		height:30px;
		padding-right:0px;
		border:none;
		margin-top:0px;
	}
		#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 h1 {	/* Main menu items */
		font-weight:bold;
		font-family:arial;
		font-size:16px;
		color:#ff8015;
		padding-left:25px;
		padding-top:6px;
		margin:0px;
		

	}

	#dhtmlgoodies_slidedown_menu .slMenuItem_end_depth1{	/* Main menu items */
		
		background-image:url('../images/img-bottom-close.gif');
		background-repeat:no-repeat;
		background-position:left top;
		

	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:0px;
		text-align:left;
		font-weight:bold !important;
		background-image:url('../images/img-ul-bg.gif'); 
		background-repeat:no-repeat;
		background-position:left;		
		margin-left:0px;
		font-family:arial;
		font-size:12px;
		font-weight:normal;
		height:21px;
		margin-left:2px;
		padding-right:0px;
		padding-left:29px;
		padding-top:0px;

		
		
		border-right:2px solid #ffad43;
		border-left:2px solid #ffad43;

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:0px;
		font-style:normal;
		font-family:arial;
		font-size:12px;
		font-weight:normal;
		color:black;
		padding-left:39px;
		margin-left:2px;
		background-image:url('../images/img-ul-bg.gif');  no-repeat left top;
		border-right:2px solid #ffad43;
		border-left:2px solid #ffad43;
		height:21px;

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:0px;
		font-style:normal;
		font-family:arial;
		font-size:12px;
		font-weight:normal;
		color: black;
		padding-left:48px;
		margin-left:2px;
		background-image:url('../images/img-ul-bg.gif');  no-repeat left top;
		border-right:2px solid #ffad43;
		border-left:2px solid #ffad43;
		height:21px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:0px;
	}

	/* 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:0px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{

	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:0px;
		padding:0px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:0px;
	}


	/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}


/******11-oct-2008*****/


#main-cont
{
margin:0 auto;
padding:0;
width:779px;
}

.left-panel
{
float:left;
width:212px;
}

.rgt-panel
{
float:right;
width:540px;
}