/* --- Global Object styles --- */

BODY
{
background-color: #fff;
color: #555;
behavior:url(cssHoverFix.htc);
}

.header
{
font-family: arial;
font-size: 18px;
font-weight: bold;
color: #555;
}

.text
{
font-family: arial;
font-size: 12px;
color: #555;
}

.textred
{
font-family: arial;
font-size: 12px;
color: #f00;
}

.boldtext
{
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #fff;
}

.temptext
{
font-family: arial;
font-size: 32px;
font-weight: bold;
color: #f90;
}

A:link
{
text-decoration:none;
color:#fff;
}

A:visited
{
text-decoration:none;
color:#fff;
}

A img
{
border: none;
}

/*  -- Containers styles --  */

#containerglobal
{
width: 900px;
height: 800px;
margin: 15px auto;
}

#containermenu
{
float: left;
width: 150px;
height: 650px;
}

#containerpage
{
float: right;
width: 750px;
height: 650px;
background-color: #fff;
}

#banner
{
background-color: #666;
width: 100%;
height: 150px;
padding-top: 0px;
background-image:url('../pictures/header_en.jpg');
overflow: auto;
}
		
#date
{
position:relative;
top: 10px;
right: 9px;
float: right;
opacity: 1;
font-family: arial;
font-size: 30px;
font-weight: bold;
color: #fff;
text-align: right;
overflow:no;
}

#info
{
float: left;
width: 150px;
height: 300px;
font-family: arial; 
font-size: 12px; 
color: #fff; 
text-align: center;
}

#displayindex
{
background: #fff;
width: 720px;
height: 450px;
}

/*
#pages
{
background: #fff;
position: relative;
right: 0px;
bottom: 0px;
float: right;
width: 750px;
height: 650px;
text-align: left;
font-family: arial; 
font-size: 12px; 
color: #555;
}

#locate
{
background: #fff;
width: 720px;
height: 25px;
}

#backforth
{
background: #fff;
width: 720px;
height: 40px;
}
*/

#navigation
{
width:150px;
height:350px;
font-family: arial;
font-size:12px;
background-color:#666;
}

#navigation ul
{
margin:0px;
padding:0px;
font-family: arial;
text-decoration:none;
background-color:#666;
}

#navigation ul li
{
height:25px;
line-height:25px; 
list-style:none; 
padding-left:10px;
font-family: arial; 
text-decoration:none;
color:#fff; 
border-top:#fff solid; 
border-bottom:#fff solid; 
border-width:1px;
cursor:pointer; 
}

#navigation ul li:hover
{
background-color:#f90;
text-decoration:none;
position:relative;
}

#navigation ul ul
{
display:none; 
position:absolute; 
font-family: arial; 
font-size:11px; 
left:100px; 
top:5px; 
border:#fff solid; 
border-width:1px; 
background-color:#999;
}

#navigation ul li:hover ul
{
display:block;
}

#navigation ul ul li
{
border:none;
width:185px;
float:left;
display:inline;
padding-left:5px;
}

#navigation ul ul li:hover
{
text-decoration:none;
border:none;
}

#navigation li:hover ul li ul
{
display:none;
}

#navigation ul ul li ul
{
left:130px;
background-color:#aaa;
}

#navigation ul ul li:hover ul
{
display:block;
}
