@charset "utf-8";
/* CSS Document */

/***** ***** ***** ***** ***** *****

	HEADER MENU STYLES

***** ***** ***** ***** ***** *****/
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#menu 
{
	background-color:transparent;
	margin-left:auto;
	margin-right:auto;
	top: 100px;
	left: 100px;
	z-index:450;
	width: 800px; /* precision for Opera */
	height:23px;
}

#menu dl 
{
	float: left;
	width: 128px;
}

#menu dl.spacerLt
{
	float:left ;
	width:30px;
}

#menu dl.spacerRt
{
	float:left ;
	width:25px;
}

#menu dt.spacerLt
{
	cursor:default;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:20px;
	font-weight: bold;
	margin-top: 1px;
	height:20px ;
}

#menu dt.spacerRt
{
	cursor:default;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:25px;
	font-weight: bold;
	margin-top: 1px;
	height:20px ;
}

#menu dt 
{
	cursor: pointer;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:128px;
	font-weight: bold;
	margin-top: 1px;
	height:20px ;
}

#menu div.translucentbkg
{
	left:108px;
	top:21px;
	position:absolute;
	display: none;
	border: 1px solid gray;
	background-color: #ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	width:156px ;
	height:115px ;
	z-index:448;
}

#menu div.translucentbkg2
{
	left:276px;
	top:21px;
	position:absolute;
	display: none;
	border: 1px solid gray;
	background-color: #ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	width:156px ;
	height:85px ;
	z-index:448;
}

#menu dd 
{
	position:absolute;
	display: none;
	border: 1px solid #0066cb;
	z-index:700;
	background: #EEEEEE;
	width:150px;
	padding-left:0px;
}


#menu ul 
{
	padding:3px;
}

#menu li 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:25px;;
	text-align: left;
	background: transparent ;
}

#menu dt a 
{
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	padding-top:2px;
}

#menu li a
{
	color: #000000;
	text-decoration: none;
	display: block;
	height: 20px;
	border: 0 none;
	padding-top:5px;
}

#menu dt a:hover
{
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	padding-top:2px;
}

#menu dt.selected a
{
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	padding-top:2px;
}

#menu li a:hover
{
	height: 20px ;
	background:#e7eaee ;
}

#smenu1
{
	#margin-left:-64px;
	position:absolute;
}

#smenu2
{
	#margin-left:-64px;
	position:absolute;
}

#smenu3
{
	#margin-left:-64px;
	position:absolute;

}

#smenu4
{
	#margin-left:-64px;
	position:absolute;

}

#smenu5
{
	#margin-left:-64px;
	position:absolute;
}

#menu_item1
{
	background: none;
}

#menu_item2
{
	background: none;
}

#menu_item3
{
	background: none;
}

#menu_item4
{
	background: none;
}

#menu_item5
{
	background: none;
}
/***** ***** END ***** ***** ***** *****/