.clickmenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickmenu, .clickmenu ul
{
	list-style: none;
}
.clickmenu ul
{
	margin: 0;
	background-color: #fff;
	width: 260px;
	font-size:13px;
	line-height:19px;
	color: #333;
	border:1px solid #C4C4C4;
	
}
.clickmenu ul ul {
	border:1px solid #C4C4C4;
/*	border: 1px solid #eee!important;	
*/	padding-left:0px;
	font-size:11px;
	}
.clickmenu ul ul a {
	padding-left:10px;
	}	
	
.clickmenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickmenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickmenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;

}
.clickmenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickmenu li.main
{
	padding: 0 10px;
	background-color: #fff;
	//height: 20px; /* for ie */
	background-image: url(/images/menus/arrow-down.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #eee;	
	border-top: 1px solid #ccc;
	margin-bottom:1px;
}
.clickmenu li.main li
{
	z-index: 2;
	min-width: 78px;
	background-image: url(/images/General/click-menu-bottom-border.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.clickmenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #eee;
}
.clickmenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickmenu a
{
	text-decoration: none;
	color: black;
	cursor: hand;
}

