
body {
background-color: #DEE3E4;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
a {color: #000000;}
a:visited {color:#000000;}
a:hover {color: #000000;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #476e96;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:5px 15px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}



/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#ganzoben {
text-align: left;
background-color: #2D5B89;

margin-top: 20px; }

#banner {
text-align: left;
background-color: #2D5B89;

margin: 0px; }

#banner img {padding:0px 0px;} 

/* ----------outer and inner---B4BFCC-------------- */
#outer{ 
border-right: solid 200px #AEBBC9;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------right navi------------- */
#right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-left:1px; 
 margin-right:-200px;
 background-image: url('test.png');
 background-repeat: no-repeat;
 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px; 
min-height: 500px;

}

p{
padding: 5px 10px;
margin:0px; }


/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 





#outside{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background:#476e96;
	}





li>ul { 
	top: auto;
	left: auto;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:100%; background-color: #476e96; height:32px; position:relative; z-index:100;border-top:1px solid #000; border-bottom:1px solid #000;  font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:137px; height:32px; background:#476e96; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}





/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px; }
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background-color: #476e96; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:127px; border-bottom:1px solid #000;  border-left:1px solid #000;  border-right:1px solid #000;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#476e96;  border-bottom:1px solid #000;  border-left:1px solid #000;  border-right:1px solid #000; }
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#476e96;border-bottom:1px solid #000; border-left:1px solid #000;  border-right:1px solid #000; }





/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }