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

body { margin:0px; font-family:trebuchet ms, Arial; font-size:13px; color:#000;}
a {color:#e46f1f; font-weight:bold; text-decoration:none;}
a:hover {color:#e46f1f; font-weight:bold; text-decoration:underline;}


h1 {font-family:arial; font-size:18px; font-weight:bold; color:#000;}
strong {font-weight:bold; color:#e46f1f;}

#main {
width:830px;
margin-left:auto;
margin-right:auto;
}

#same {
background:#FFF;
height:150px;
width:830px;
min-height:350px;
height:350px;
height:auto;
}


#header {width:830px; height:50px; background:url(../Images/header.jpg) no-repeat; margin:0px;}
#header2 { width:830px; height:150px; background:url(../Images/header2.jpg) no-repeat;}


#logo { z-index:250; position:absolute; background:url(../Images/Logo.png) no-repeat; width:172px; height:145px; left:745px; top:50px;}


#menu { margin-left:-1px; margin-top:0px; padding-top:0px; height:26px;font-size:13px; font-weight:bold;width:833px; }


#content_up {}
#Content { 
border-right: 1px solid #e46f1f;
border-left: 1px solid #e46f1f; 
border-bottom: 1px solid #e46f1f;
margin-top:0px; 
padding-bottom:25px; 
padding-left:13px; 
padding-right:35px; 
padding-top:20px;
width:780px;
}
#content_down {}
#underlineh1 {width:400px; border-bottom: solid 1px #e46f1f;margin-top:-10px; margin-left:-13px;}
*+html #underlineh1 {margin-top:-30px;}
#footer {  height: 30px; text-align:center; padding-top:15px; font-family:arial; font-size:11px; color:#e46f1f;}
#footer a{ color:#FFF; text-decoration:none}

#underheader { width:100%; height:150px; background:url(../Images/underheader.jpg) repeat-x}



/** ############################################################################### HORIZONTALMENU !!! #####################
############################################################################################################################
############################################################################################################################
############################################################################################################################
############################################################################################################################
 */
 
 



 .suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
z-index:120;
float: left;
display: inline;
margin-left:0px;
padding-left:0px;
color:#e46f1f;
height:26px;
background:#999;
border:solid #FFF 1px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 3px 7px 0px 9px;
color:#fff;
margin-right:0px;
font-weight:normal;
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 1px;
position: absolute;
z-index:100;
margin-top:-5px;
padding-top:4px;
top: -0px; /* no need to change, as true value set by script */
display: block;
visibility: hidden;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
font-size:13px;
top: 0px;
margin-left:-1px;
text-transform:none;
margin-top:-1px;
margin-bottom:-2px;
padding-left:7px;
border:none;
 /*overall menu background color*/
}

/*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: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 220px; /*width of sub menu levels*/
color:#fff;
font-size:13px;
text-decoration: none;
margin-left:-7px;
padding-left:7px;
padding-bottom:3px;
font-weight:normal;

}

.suckertreemenu ul li a:hover{
color:#e46f1f;

}
.suckertreemenu ul li ul li a:hover{
background-color: #333;
width: 220px;
font-size: 13px;
}

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

