#test {
	background-image:url(../images/menu_bottom.gif);
background-position:left bottom;
background-repeat:no-repeat;
padding:30px 0 45px 20px;
}

iv.cmDiv
{
	border: 1px solid black;
	background-color: #eee;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
	width: 149px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	border: 1px solid #aaaaaa;
	margin: 0;
	padding: 2px;
	background-color: #cddade;
	min-width: 180px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 180px;/*and again*/
	font-weight: bold;
	position: absolute;
	left: 137px;
	top: 0px;
}

ul.testy {
	left: 182px !important;	
}

.clickMenu div.outerbox
{
	display: none;
	min-width: 149px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 149px;
	top: -3px;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 0px 00px 0px 0px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	padding: 0px 00px 0px 0px;
	/*//height: 20px; /* for ie */
	background-image:url(../images/dotline2.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-indent:4px;
	position: relative;
}

.clickMenu li.main a {
	padding: 4px 10px 4px 10px;
	display: block;
	outline: none;
	cursor: pointer;
}

.clickMenu li.main > a:hover {
	background:transparent url(../images/arrow_03.gif) no-repeat scroll left center;	
}

.clickMenu li.main li
{
	z-index: 2;
	min-width: 180px;
}
.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: #a7bdc4;
}

.clickMenu > li.hover {
	background-color: #ffffff;	
}

.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 9px;
}
.clickMenu a
{
	text-decoration: none;
	color: black;
	cursor: default;
}

.clickMenu li.secondary a.active, .clickMenu li.secondary a:active, .clickMenu li.secondary a:hover {
	background-color: #a7bdc4;	
}

/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

.hidden {
	display: none;	
}