@CHARSET "ISO-8859-1";
.box1 * {
	font-size: 11px;
}
/**
 * Linker top menu
 */
.box1 .left .left_menu {
	width: 349px;
	height: 34px;
	background: url('../img/box1_left_menu.gif') no-repeat;
	margin: 6px 0px 0px 3px;
	float: left;
}
.box1 .left .left_menu ul, .box1 .left .left_menu ul li {
	float: right;
}
.box1 .left .space {
	padding-right: 6px;
}
.box1 .left .left_menu a {
	display: block;
	line-height: 34px;
	color: #fff;
	text-align: center;
	padding: 0px 8px 0px 8px;
	background: url('../img/box1_split.gif') left bottom no-repeat;
}
.box1 .left .left_menu ul li a:hover {
	line-height: 34px;
	text-decoration: none;
	background: url('../img/box1_hover.gif') bottom repeat-x;
}
.box1 .left .left_menu ul li.left_a a:hover, .box1 .left .left_menu ul li.left_a_lup, .box1 .left .left_menu ul li.left_a_lup a:hover {
	line-height: 34px;
	text-decoration: none;
	background: url('../img/box1_l.gif') right bottom no-repeat;
}
.box1 .left .left_menu ul li.left_a_up {
	line-height: 34px;
	text-decoration: none;
	background: url('../img/box1_hover.gif') bottom repeat-x;
}

/**
 * Rechter top menu
 */
.box1 .right .right_menu {
	width: 374px;
	height: 34px;
	background: url('../img/box1_right_menu.gif') no-repeat;
	margin: 6px 4px 0px 0px;
	float: left;
}
.box1 .right .right_menu ul, .box1 .right .right_menu ul li {
	float: left;
}
.box1 .right .space {
	padding-left: 6px;
}
.box1 .right .right_menu a {
	display: block;
	line-height: 34px;
	color: #fff;
	text-align: center;
	padding: 0px 8px 0px 8px;
	background: url('../img/box1_split.gif') right bottom no-repeat;
}
.box1 .right .right_menu ul li a:hover {
	line-height: 34px;
	text-decoration: none;
	background: url('../img/box1_hover.gif') bottom repeat-x;
}
.box1 .right .right_menu ul li.right_a a:hover, .box1 .right .right_menu ul li.right_a_lup,.box1 .right .right_menu ul li.right_a_lup a:hover {
	line-height: 34px;
	text-decoration: none;
	background: url('../img/box1_r.gif') left bottom no-repeat;
}
.box1 .right .right_menu ul li.right_a_up {
	line-height: 34px;
	text-decoration: none;
	background: url('../img/box1_hover.gif') bottom repeat-x;
}

/**
 * Flash sIFR
 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
    visibility: hidden;
}
.sIFR-hasFlash h1 {
    letter-spacing: -1px;
    font: 24px Arial;
}
.sIFR-hasFlash h2 {
    letter-spacing: -1px;
    font: 18px Arial;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
	padding-bottom: 30px;	
}
.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.suckertreemenu ul#treemenu1{
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: inline;
	width: 100%px; /*Width of top level menu link items*/
	text-decoration: none;
	color: #F8981D;
	margin: 0px 6px 0px 0px;
	font-weight: bold;
	padding-right: 8px;
	background: url('../img/box1_split.gif') right bottom no-repeat;
}
.suckertreemenu ul li a:hover {
	text-decoration: none;
}
/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-bottom: 1px #f1f1f1 solid;
	border-right: 1px #f1f1f1 solid;
	border-left: 1px #f1f1f1 solid;
	background: #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	border-bottom: 1px #f1f1f1 solid;
	border-right: 1px #f1f1f1 solid;
	border-left: 1px #f1f1f1 solid;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 0px 0px 12px;
	height: 16px;
	color: #333;
	background: #fff url('../img/arrow_r.gif') left 6px no-repeat;
}

.suckertreemenu ul li ul li a:hover{
	text-decoration: none;
	font-weight: normal;
	padding: 2px 0px 0px 12px;
	background: #fff url('../img/arrow_rr.gif') left 6px no-repeat;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background: #fff url('../img/nav_arrow1.gif') left 6px no-repeat;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */