#menu {
	width: 876px;
	height: 70px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	font-size: 1.1em;
	padding: 0px;
	margin: 0;
	float: left;
}
*html #topmenu {
	width: 876px;
}
#topmenu {
	width: 826px;
	height: 35px;
	padding-top: 0px;
	padding-left: 27px;
	padding-right: 23px;
	margin: 0;
	float: left;
}
.topmenu {
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.topmenu ul {
padding:0;
margin:0;
list-style-type:none;
}
.topmenu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.topmenu li {
float:left;
width:118px;
position:relative;
}
/* style the links for the top level */
.topmenu a, .topmenu a:visited {
	display: block;
	float: left;
	width: 114px;
	height: 22px;
	text-decoration: none;
	color: #eeeeee;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	padding-top: 8px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #006699;
	margin-right: 4px;
}

/* style the second level background */
.topmenu ul ul a.drop, .topmenu ul ul a.drop:visited {
}
/* style the second level hover */
.topmenu ul ul a.drop:hover, .topmenu ul ul a.drop:active {
}
.topmenu ul ul :hover > a.drop {
}
/* style the third level background */
.topmenu ul ul ul a, .topmenu ul ul ul a:visited {
background:#fff;
}
/* style the third level hover */
.topmenu ul ul ul a:hover, .topmenu ul ul ul a:active {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.topmenu ul ul {
visibility:hidden;
position:absolute;
height:auto;
top:30px;
left:0; 
width:150px;
background-image:url(/fileadmin/templates/images/dropdown_pane.png);
background-position:left bottom;
background-repeat:no-repeat;
padding:5px 10px 10px;
}

/* position the third level flyout menu */
.topmenu ul ul ul{
left:140px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.topmenu ul ul ul.left {
left:-155px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.topmenu table {position:absolute; top:0; left:0;}

/* style the second level links */
.topmenu ul ul a, .topmenu ul ul a:visited {
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
font-size: 12px;
border-bottom-width:0px;
text-align: left;
}

/* style the top level hover */
.topmenu a:hover, .topmenu a:active, .topmenu a.dropact {
	text-decoration: none;
	color:#ffffff;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}
.topmenu ul ul a:hover{
color: #ccc;
border-bottom-width:0px;
}
.topmenu :hover > a, .topmenu :active > a {
	text-decoration: none;
	color:#ffffff;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}

/* make the second level visible when hover on first level list OR link */
.topmenu ul li:hover ul, .topmenu ul a:hover ul, .topmenu ul li:active ul, .topmenu ul a:active ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.topmenu ul :hover ul ul, .topmenu ul :active ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.topmenu ul :hover ul :hover ul, .topmenu ul :active ul :active ul{ 
visibility:visible;
}
#sidemenu {
	height:auto !important;
	width:128px;
	list-style:none;
	float:left;
	border: 1px solid #cccccc;
	background-image: url(../images//content_bg.gif);
	background-color: #dddddd;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 0px;
}
*html #sidemenu {
	width:138px;
}
#sidemenu a {
	border-bottom:1px solid #FFFFFF;
	color:#666666;
	display:block;
	font-size:12px;
	margin:0px;
	text-decoration:none;
	width: 120px;
	height: 20px;
	background-image: url(../images/sidemenu_bg.gif);
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#sidemenu a:hover {
	background-image: url(../images/sidemenu_bg_ro.gif);
	color:#000000;
}
#sidemenu a.level2-act {
	background-image: url(../images/sidemenu_bg_ro.gif);
	color:#000000;
}
#sidemenu a.level2-ro {
	background-image: url(../images/sidemenu_bg_ro.gif);
	color:#000000;
}
#sidemenu a.level3-no {
	background-image: url(../images/sidemenu_bg.gif);
	color:#666666;
	text-indent: 20px;
}
#sidemenu a.level3-no:hover {
	background-image: url(../images/sidemenu_bg_ro.gif);
	color:#000000;
	text-indent: 20px;
}
#sidemenu a.level3-act {
	background-image: url(../images/sidemenu_bg_ro.gif);
	color:#000000;
	text-indent: 20px;
}
#sidemenu a.level3-ro {
	background-image: url(../images/sidemenu_bg_ro.gif);
	color:#000000;
	text-indent: 20px;
}
