

#dhtmlgoodies_menu{
   
    width:200px;	/* Width of main menu */
	margin-left:10px;

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	color:#FFFFFF;	/* Black text color */
	/*background-color:#489aff; */
    list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	background-image:url(../images/bluemenubg.jpg);
	background-repeat:repeat-x;
}


#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:#FFFFFF;	/* Black text color */
	height:36px;	/* 20 pixel height */
	line-height:36px;	/* 20 pixel height */
	text-align:left;
	/* Align text in the middle */

	/* background-color:#489aff;	Light blue background color */
	margin:0px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	display:block;
	border-bottom:1px solid #FFFFFF;
	padding-left:25px;
	background:url(../images/bullet1.png) no-repeat scroll left  center ;
	
	
}

#dhtmlgoodies_menu	li.nav-last a{
color:#FFFFFF; 
border-bottom:none;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{

    color: #FFFFFF; 
	
    /*background-color: #e8e0fb;*/
}
.dhtmlgoodies_subMenu{
 	color:#FFFFFF;	/* Black text color */
    visibility:hidden;
	position:absolute;
	overflow:hidden;
	color:#000000;
   /*background-color:#489aff;*/
	text-align:SCOLALI;
	margin-left:-1px;

}
.dhtmlgoodies_subMenu ul{

    margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.dhtmlgoodies_subMenu ul li{
   height:38px;	
    border-bottom:1px solid #FFFFFF;
    list-style-type:none;
	margin:0px;
	background-image:url(../images/bluemenubg.jpg);
	background-repeat:repeat-x;

	
}

.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	height:19px;	
    white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#FFFFFF;	/* Black text color */
	display:block;	/* Display as block - you shouldn't change this */
	width:300px;
	padding-top: 10px;
	padding-bottom: 7px;
	background:url(../images/bullet1.png) no-repeat scroll left  center ;
	padding-left:25px;
	
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
    color:#FFFFFF;
	display:block; 
    text-decoration:none;
}
