<?php
$ushost=$_SERVER["HTTP_HOST"];  	

?>


#navbar {
	width:100%;
	margin-top:30px;
}

#navbar div.slidersdiv{
margin-top:12px; 
width:50%;
margin-left:auto; 
margin-right:auto;


}

#navbarul{
margin: 0px;

}
 #navbarul ul {
	
	width:96px;
	list-style: none;
	
	background-color: #ffffff;

	padding: 0;
	border: solid #a43733;
	border-width: 1px 0;
	margin: 2px 2px 2px 2px;
}


#navbarul li{
	padding: 0;
	
	border-bottom: solid #A43733;
	border-width: 1px 0;
/* for IE only */
	 behavior: url("http://<?=$ushost?>/hoverclass.htc");
/* --  */
 }

#navbarul ul li {
	
	position:relative;
	
	

}
#navbarul  a {
    display: block;
	font-family: arial, sans-serif;
	font-weight: normal;

	color: black;
	background: #ffffff;

	text-decoration: none;
	padding: 2px 5px;
}


#navbarul li ul.level1 {
	position: absolute;
	left: 96px;
	top:-2px;
	width:10em;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
	background:#ffffff;
	display:none;
}

#navbarul li ul.level2{
	position: absolute;
	left: 10em;
	top:-2px;
	width:10em;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
	background:#ffffff;
	display:none;
}


#navbarul li ul a {
	background:#cfdfcf;
	width: 11em;
	
}

#navbarul li li {
	padding-right: 0;
	width: 10em
}


#navbarul li:hover ul.level1,#navbarul li.hover ul.level1 { 
        display: block; 

	background: #ffffff;

}

#navbarul li.level1:hover ul.level2,#navbarul ul.level1 li.hover ul.level2 { 
        display: block; 

	background: #ffffff;

}


#navbarul a:hover {
		background: #b1d1b1;


}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


  #footer {
  	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:8pt; 
	line-height:10pt;
	color:#445544;  }
/* tdr and tdrm are used by the feedback form  */
.tdr {
font-family: arial, sans-serif; 
font-size:10pt; 
line-height:14pt; 
font-weight:normal; 
      font-style:normal;  
      text-align:right;
      vertical-align:top;
      color: #000000} 

.tdrm {
font-family: arial, sans-serif; 
font-size:10pt; 
line-height:14pt; 
font-weight:normal; 
      font-style:normal;  
      text-align:right;
      vertical-align:middle;
      color: #000000}  
