@charset "utf-8";
/* CSS Document */

#menu {
	position:relative;
	top:0px;
	left:0px;
	width:147px;
	text-align:right;
	float:left;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
	margin:0;
}

#menu a {
	display:block;
	padding:3px 3px 3px 0px;
	margin:12px 0px 6px 0px;
	text-decoration:none;
	color:#444f35;
	font-weight:bold;
	font-size:1.3em;
}
#menu a.last {
	border-bottom:0px;
	padding:5px 20px 5px 20px;
}

#menu a:hover, #menu a#here  {
	color:#929600;
}

#menu a.x, #menu a.x#here {
	background-color:#afb400;
	color:#444f35;
}

#menu ul ul {
	padding-bottom:3px;
	border-bottom:1px solid #afb400;
}
#menu ul ul a {
	color:#afb400;
	font-weight:normal;
	font-size:1.1em;
	padding:3px 0px 3px 0px;
	margin:0px;
	text-align:left;
}
#menu ul ul a:hover {
	color:#444f35;
}
#menu ul ul a#here {
	font-weight:bold;
}

#menu ul ul ul a {
	padding:3px 0px 3px 20px;
}









/*menu 1: horizontaal menu*/
/*menu*/

#topmenu {
width:950px;
float:right;
margin:0px 85px 0px 0px;
z-index:600;
position:absolute;
top:34px; 
right:0px;
text-align:right;
}

#topmenu a, #topmenu h2{
font:normal 0.9em verdana, arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0px;
color:#1a171b;
padding:0px 10px;
}


#topmenu ul a {
text-decoration:none;
text-align:center;
}
#topmenu ul#first { border-left:0px;}
#topmenu ul a, #topmenu ul a:visited { color:#1a171b; }
#topmenu ul a:hover, #topmenu ul a:active, #topmenu a#here { font-weight:bold; }




#topmenu ul{
list-style:none;
margin:0;
padding:0;
float:right;
border-left:1px solid #000;
}

#topmenu li{
position:relative;
background-image:none;
padding-bottom:0px;
padding-left:0px;
}


/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#topmenu h2:hover{
background:#000 url(../images/expand.gif) no-repeat -999px -9999px;
}

div#topmenu li:hover{
cursor:pointer;
z-index:100;
}



