
#dhtmlgoodies_menu{

    width:209px;	/* Width of main menu */
		z-index:2;
	

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
    list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
		z-index:2;
}
#dhtmlgoodies_menu ul{

    margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
		z-index:2;
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */

    padding-left:10px;
		z-index:2;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	width:169px;
	font-size:12px;
    text-decoration:none;	/* No underline */
	color:#053B73;	/* Black text color */
	height:38px;	/* 20 pixel height */
	line-height:38px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	background:url(images/prostock_28.gif) center left no-repeat;	/* Light blue background color */
	padding:0 10px 0 30px;
	margin:0;	/* A little bit of air */
	display:block;
	font-weight:bold;
		z-index:2;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	width:169px;
	background:url(images/rollover.gif) center left no-repeat;	/* Light blue background color */
    color: #ffffff; 
	padding:0 10px 0 30px;
	display:block;
	font-weight:bold;
	font-size:12px;
		z-index:2;
}
.dhtmlgoodies_subMenu{
    visibility:hidden;
	position:absolute;
	overflow:hidden;
    border: 1px solid #ffffff;
	color:#ffffff;
	background-color:#01539D;
	text-align:left;
		z-index:2;

}
.dhtmlgoodies_subMenu ul{

    margin:0px;
	padding:0px;
		z-index:2;
}
.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 )*/
		z-index:2;
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */

    white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#ffffff;	/* Black text color */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
	width:260px;
	height:26px;
	display:block;	
	line-height:26px;
	padding:0 10px 0 10px;
	font-size:12px;
		z-index:2;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	width:260px;
	height:26px;
	display:block;
    color: #053B73;
	display:block; 
    background-color: #88B2E7;
	line-height:26px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:12px;
		z-index:2;
}
