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

#navigation {	
float: left;    
width: 250px;  
padding: 0px;
height:auto;
} 
*html #navigation { /*hack for IE6*/
width:220px;
}

#navigation li, ul {    
list-style: none;    
padding: 0;    
margin: 0;
background-image:none;

} 

#navigation li a {    
display: block;    
color:#FF9966;
text-align:center;
padding: 5px;	
text-decoration: none;
background-image:none;
} 
#navroot > li > a{
text-align:left;
float:left;
width:236px;
height: 20px;
margin-bottom:10px;
text-align:center;
padding:7px;
color:#FF9966;
background-image: url(images/bot_blue01.jpg);
background-repeat:no-repeat;
background-position:center;
} 
*html #navroot li a{
text-align:left;
float:left;
width:220px;
height: 20px;
margin-bottom:10px;
text-align:center;
padding:7px;
color:#FF9966;
background-image: url(images/bot_blue01.jpg);
background-repeat:no-repeat;
background-position:center;
} 

#navroot ul > li > ul > li {
text-align:left;
float:left;
width: 220px;
height: 20px;
margin-bottom:10px;
text-align:center;
padding-bottom:10px;
padding-top:0px;
color:#FF9966;
background-image:url(images/sub_bot.jpg);
background-position:center top;
background-repeat:no-repeat;
margin-right:auto;
margin-right:auto;
padding-left:0px;
padding-right:0px;
} 
*html #navroot ul li ul li {
text-align:left;
float:left;
width: 200px;
height: 20px;
margin-bottom:10px;
text-align:center;
padding-bottom:10px;
padding-top:0px;
color:#FF9966;
background-image:url(images/sub_bot.jpg);
background-position:center top;
background-repeat:no-repeat;
margin-right:auto;
margin-right:auto;
padding-left:0px;
padding-right:0px;
} 

.navchild {	
text-align:center;
float:left;
width:250px;
height:auto;
background-image: none;
background-repeat: no-repeat;
margin-bottom:10px;
text-align:center;
padding:0px;
color:#FF9966;
} 
*html .navchild {	
text-align:center;
float:left;
width:220px;
height:auto;
background-image: none;
background-repeat: no-repeat;
margin-bottom:10px;
text-align:center;
padding:0px;
color:#FF9966;
} 


.navchild > li > a {
background-image: none;
color:#FF9966;
text-align:center;
} 
*html .navchild li a {
background-image: none;
color:#FF9966;
text-align:center;
} 
.link_space {
width:80px;
margin-right:79px;
margin-left:79px;
text-align:center;
}
*html .link_space {
width:80px;
margin-right:0px;
margin-left:0px;
text-align:center;
background-image:none;
background:none;
}
.link_space3 {
width:120px;
margin-right:59px;
margin-left:59px;
text-align:center;

}



.link_space2 {
width:120px;
margin-right:59px;
margin-left:59px;
text-align:center;
height:15px;
padding:0px;
}


.link_space4 {
width:185px;
margin-right:59px;
margin-left:39px;
text-align:center;
height:15px;
padding:0px;
}

.navgrandchild {

height:240px;
margin-left:auto;
margin-right:auto;
width:220px;
} 


.navgrandchild li a {
background-image:url(images/sub_bot.jpg);
height:22px;
background-position:center;
background-repeat:no-repeat;
} 

#message {	
float: left;	
background: #666;	
padding: 20px;	
font-size: 2.0em;	
color: #fff;
}