#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:166px;	/* Width of main menu */
	float: right;
	margin-top: 40px;

}
#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_menusub{
	font-family:arial;	/* Font for main menu items */
	width:166px;	/* Width of main menu */
	float: right;
	margin-top: 40px;

}
#dhtmlgoodies_menusub	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menusub ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menusub ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}

img {
 border: none;
 }
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* Black text color */
	height:23px;	/* 20 pixel height */
	line-height:23px;	/* 20 pixel height */
	vertical-align:middle;	/* Black border */
	margin-bottom:3px;	/* A little bit of air */
	padding-bottom:3px;	/* Air between border and text inside */
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

#dhtmlgoodies_menusub	li a{	/* Main menu links */
	text-decoration:none;	/* Black text color */
	height:23px;	/* 20 pixel height */
	line-height:23px;	/* 20 pixel height */
	vertical-align:middle;	/* Black border */
	margin-bottom:3px;	/* A little bit of air */
	padding-bottom:3px;	/* Air between border and text inside */
	display:block;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	background-image: url(../images/nav/rollover.gif);
	background-repeat: no-repeat;
}

#dhtmlgoodies_menusub	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	background-image: url(../images/nav/rollover.gif);
	background-repeat: no-repeat;
}

.dhtmlgoodies_subMenu {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	text-align:center;
	background-image: url(../images/nav/subbg.png);
	background-repeat: repeat;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding-left: 5px;
	padding-right: 5px;
}
.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 )*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	height:27px;	/* 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 */
	text-align: center;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	
}