/*_div.cmDiv
{
	border: 1px solid black;
	background-color: #eee;
}

*/


.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
	/*border: 1px solid black;*/
	/*background-color: #161c2a;*/
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
	color: #5F96CA;
}

.clickMenu ul li a {
   color: #5F96CA;
	cursor: pointer;
	text-decoration: underline;
}

.clickMenu div.outerbox
{
	display: none;
	min-width: 340px; /* firefox produces animation-flickering when the box is bigger than this :/ */
	width: 640px;
}
.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: 10px 20px 10px 20px;*/
	
	/*white-space: nowrap; does not really work in ie */
}


.clickMenu li.main
{

	
	/*ackground-color: #eee;*/
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	/*min-width: 120px;*/
	width: 150px;    
}
.clickMenu li.hover0
{ 
	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: #aaa;
	background-color: #161c2a;*/
/*	cursor: pointer;*/
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a0
{
	text-decoration: none;
	color: black;
	cursor: default;
}


/* VALEENED*/

#menu12 ul li { 
	/*float: left; */
	/*height: auto; */
	height: 20px;
	width: 25% !important; 
	/*margin-bottom: 5px; */
	/*padding: 3px;
	color: #5B5B5C; */
	background-color: #F2F2F2;
} 

#block {
	background-color: #F2F2F2;
  filter:alpha(opacity=90);
  -khtml-opacity:0.9;
  -moz-opacity:0.90;
  opacity:0.90;

	/*border: 2px solid #999; 	*/
	padding-left: 10px; 
  width: 220px;
  /*border: 1px gray solid;*/
 border-left: 1px gray solid; 
 border-right: 1px gray solid;
 }

#block a, #block a:hover {
	font-size: 13px;
}

#block_empty {
	background-color: #F2F2F2;
  filter:alpha(opacity=90);
  -khtml-opacity:0.9;
  -moz-opacity:0.90;
  opacity:0.90;	
    width: 230px;
	 /*height: 10px;*/
	 font-size: 12px;

}

.mb_top {
 border-left: 1px gray solid; 
 border-right: 1px gray solid;
 border-top: 1px gray solid;	
}

.mb_bot {
 border-left: 1px gray solid; 
 border-right: 1px gray solid;
 border-bottom: 1px gray solid;	
}
