/* MENU CSS */

body
{
	margin: 0;
	/*behavior: url("csshover.htc");*/	
}



#debug
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 350px;
	height: 350px;
	border: 1px solid #000;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	z-index: 10;
	overflow: auto;
}

#outerDisplay
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 158px !important;
	width: 170px;
	border-top: 1px solid #fff;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 3px;
	z-index: 10;
	overflow: hidden;
	word-wrap: break-word;
}

#outerDisplay a
{
	text-decoration: none;
	color:#000000;
}

#outerDisplay a:link
{
	text-decoration: none;
	color:#000000;
}

#hiddenContent
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 170px;
	border: 1px solid #000;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	padding: 3px;
	z-index: 11;
	overflow: hidden;
}

pre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

#outDiv
{
	position: absolute;
	left: 0;
	top: 120px;
	width: 99%;
	height: 99%;
	z-index: 1;
	background-color: #c0c0c0;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;	
	overflow: hidden;
}

#searchDiv
{
	position:absolute;
	top:20px;
	left:800px;
	width: 158px !important;
	width: 170px;
	height: 47px;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	margin: 0;
	color: #323232;
	background: #99ca3d;
	text-shadow: 0px 1px 1px #fafafa;	
	font: 11px verdana, arial, helvetica, serif;
	color: #000;
	word-wrap: break-word;
	overflow: hidden;
	cursor: default;		
}

#searchField
{
	width: 133px;
	height: 20px;
	border: 1px solid #7B9EBD;
}

#searchButton
{
	width: 20px;
	height: 20px;	
	background-color: #ccc;
	border: 1px solid #7B9EBD;
	font: 14px verdana, arial, helvetica, serif;
	font-weight: bold;
	color: #093F89;	
}

.menu
{
	position: absolute;
	left: 0;
	top: 147px;
	filter:alpha(opacity=95);
	-moz-opacity:.97;
	opacity:.97;
	z-index: 2;	
}

.menu div
{
	width: 158px !important;
	width: 170px;
	top:120px;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	margin: 0;
	color: #323232;
	/*menudiv*/
background: #cdcccc;
/*menudiv*/
	text-shadow: 0px 1px 1px #fafafa;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #f0f0f0;
	font: 11px verdana, arial, helvetica, serif;
	color: #000;
	word-wrap: break-word;
	overflow: hidden;
	cursor: default;		
}

.menu div:hover
{
	background: #bababa;
	text-shadow: 0px 0px 3px #fafafa;
	color: #fff;
}

.menu div.hassub
{
	background-color: /*menuhassub*/
#cdcccc;
/*menuhassub*/
	background-image:url(encl.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.menu div.hassub:hover
{
	background: #bababa url(enclover.gif) center right no-repeat;	
}

.menu div.inactive
{
	background-color: /*menuinactive*/
#cdcccc;
/*menuinactive*/
	background-image:url(enclinactive.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.menu div.inactive:hover
{
	background: #bababa url(encl.gif) center right no-repeat;
}


