img{
	border:0px;
}

#DHcat5_menu{
	font-family:Arial,Helvetica,sans-serif;					/* Font for main menu items */
	font-size: 10px;
	width:150px;							/* Width of main menu */
}
#DHcat5_menu	li{	/* Main menu <li> */
	list-style-type:none;				/* No bullets */
	margin:0px;								/* No margin - needed for Opera */
}
#DHcat5_menu ul{
	margin:0;								/* No <ul> air */
	padding:0;							/* No <ul> air */
}
#DHcat5_menu ul li ul{					/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#DHcat5_menu	li a{	/* Main menu links */
	text-decoration:none;				/* No underline */
	color:#A42C00;							/* Text color */
	font-weight: normal;
	font-size: 11px;
	height:14px;							/* 20 pixel height */
	line-height:16px;						/* 20 pixel height */
	vertical-align:middle;				/* Align text in the middle */
	margin-top: -1px;
	*margin-top: -2px; /* for IE 6 & 7 */
	border:1px dotted #F5DEB3;			/* Border */
	background-color:#FFFFFF;			/* Background color */
	padding: 3px 0px 3px 4px;			/* Air between border and text inside */
	*padding: 2px 0px 6px 5px;cursor: hand;
	display:block;
}
#DHcat5_menu	li a:hover,#DHcat5_menu .activeMainMenuItem{
	color:#660066;
	background-color:#FFF7DF;
}
.DHcat5_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	text-decoration:none;				/* No underline */
	border:1px solid #F5DEB3;
	background-color:#FFFFFF;			/* Sub menu background */
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:left;
	z-index: 1050;
}
.DHcat5_subMenu ul{
	margin:0px;
	padding: 1px 1px 1px 1px;			/* Air between border and text inside */
}
.DHcat5_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 )*/
}
.DHcat5_subMenu ul li a{				/* Sub menu items */
	text-decoration:none;				/* No underline */
	color:#A42C00;							/* Text color */
	line-height:14px;						/* 16 pixels height */
	padding:2px;							/* 1px of "air" inside */
	*padding: 1px 2px 4px 0px;
	font-size: 11px;
	display:block;							/* Display as block - you shouldn't change this */
}
.DHcat5_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#660066;							/* Text */
	background-color:#FFF7DF;			/* Background */
	font-weight: none;
}

li#menuItemLI_0_0 {
	margin:0;								/* No margin - needed for Opera */
	padding:0;
}
