body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;}
	
	



#divLogo {
background-image:url(logo_02.png);
height: 120px;
background-repeat:no-repeat;
border-bottom:none;
padding-bottom:10px;}

#divLogo2 {
background-image:url(logo_02.png);
height: 145px;
background-repeat:no-repeat;
width:100%;
border-bottom:dotted #FF6666 1px;}



#divWrapper {

	background-color:#FFF;
	width: 100%;
	height:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	border-left:dotted #FF6666 1px;
	
	
	
	

	}

#content{ background-color:#333;
height:500px;
padding-bottom:0px;
margin-left:0px;
margin-top:0px;



}


#contentleft  {


background-color:#ffffff;
width:100%;
height:800px;
padding: 0px;
margin-left:0px;
color:#999;

text-align:justify;





}

#divNav{ background-color:#000000;
background-position:bottom;
height:116px;
border-top-color::#ffffff;
border-top:thick;

}


h2   { letter-spacing:1px;
padding:0px;
color:#000;
font-size:24px;

}

h3   { letter-spacing:1px;
padding:0px;
color:#000;
font-size:14px;


}








/* CSS Document */

#popupmenu{
	float: left; /* to keep the other floating objects contained*/
	position: absolute; /* This can also be fixed or absolute*/
	width: 100%;
	
	/*Format */
	background-color:#FFF;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

#popupmenu ul{
	float: left;
	white-space: nowrap;
	margin: 0;  
	padding: 0;  
}



/* add more for each extra submenu level*/
#popupmenu ul li,
#popupmenu ul li ul li,
#popupmenu ul li ul li ul li,
#popupmenu ul li ul li ul li ul li
{ 
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	position: relative;  
}
/* add more for each extra submenu level*/
#popupmenu ul li ul,
#popupmenu ul:hover li ul li ul,
#popupmenu ul:hover li ul li ul li ul,
#popupmenu ul:hover li ul li ul li ul li ul
{ 
	display: none;
	z-index: 1000;
}



/* First submenu level*/
#popupmenu  > ul > li:hover > ul{
	display: block; /*unhide it*/
	background-color:;
	
	float: right;	
	position: absolute; /* It needs to be absolute
	for the effect to work.*/
	
	width: 9em;
	bottom: 1.2em; /* This places the the bottom of the 
	ul 1.1em from the bottom of the enclosing li. This 
	is the important part of the effect.*/
	
}
/* For the remaining submenu levels*/
/* add more for each extra submenu level*/
#popupmenu  ul  li  ul  li:hover  ul,
#popupmenu  ul  li  ul li ul li:hover  ul,
#popupmenu  ul  li  ul li ul li ul li:hover  ul{
	float: right;
	display: block;
	position: absolute;
	
	width: 12em;
	left: 9em;
	bottom: 0px; /* Required with some value or
	the effect will not work*/
}
#popupmenu ul li:hover ul li{ 
	display: block;
 	float: left;   
 	width: 100%;
}



#popupmenu ul li a{
	float: left;
	display: block;
	
	text-decoration: none;
	color:#999999;
	padding: 0 .5em 0 .5em;
}
/* The on state for the link when you are on the submenu.
This should be before the hover state for the link itself*/
#popupmenu ul li:hover > a{
	background-color:#000000;
	color:#fff;
}
#popupmenu ul li a:hover
{ 
	background-color:#000000; 
	color:#fff; 
}

#popupmenu ul li ul li a{ 
	float: none;
	
	border-color:#000000;  
	border-style: solid; 
 	border-width: 0 1px 1px 1px;  
	
 	background-color:#fff;
 	color:#000;
	
 	font-size: 85%;
 	white-space: normal;
 }

#popupmenu ul li ul li:first-child a{
	border-width: 1px 1px 1px 1px;
}