body {
  background-color: #88adbd;
}
.menu {
}
.fitem {
  float: left;
  padding-top: 0px;
  padding-left: 300px;
  padding-right: 30px;
  color: #3e7c94;
}
.item {
  float: left;
  padding-top: 0px;
  padding-right: 30px;
  color: #3e7c94;
}


a:visited {
  color: #3e7c94;
}
a:hover {
  color: #3E7C94;
}
.subitem {
  display: none;
  color: #3e7c94;
}
.item:hover a {
  color: white;
}
.header {
  width: 100%;
  height: 169px;
  background-position: center;
  background-image: url(banner_menu.jpg);
  background-repeat: no-repeat;
}
.body_wrapper {
  text-shadow: black 0.1em 0.1em 0.2em;
  padding-top: 1px;
  text-align:justify;
  position: static;
  color: white;
}
.body_wrapper a{
	color:#CCCCCC;
	text-decoration:none;
}

.code {
	font-family: monospace;font-size: 12px;border-spacing:30; border:#FFFFFF 1px dashed;text-shadow: none;color:#666666;background:#CCCCCC;
}
#wrap {
	width: 1012px;
	margin: 0 auto;
	font-size: 15px;
	height: 100%;
	margin-bottom: 0.01em;
	font-family: "Trebuchet MS", sans-serif;
}
html { overflow-y:scroll; }
.body_wrapper.p {
}
.left_text {
  float: left;
  width: 500px;
}
.right_text {
  float: left;
}


/*
 *
 * 
 * 
 * TOP MENU
 * 
 * 
 * 
 * */
nav {
  float: right;
  background: #88adbd none repeat scroll 0%;
  clear: both;
  color: #ffffff;
  height: 25px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
}
nav ul li {
  display: block;
  float: left;
  margin-right: 20px;
  position: relative;
}
nav ul li a {
  margin: 0;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  float: left;
}
nav ul li a:hover {
  background: #dedede none repeat scroll 0%;
  color: #666666;
}

nav ul li ul {
  border: 1px solid #88bece;
  display: none;
  float: none;
  left: 0;
  position: absolute;
  top: 100%;
}
nav ul li:hover > ul {
  display: block;
}
nav ul li ul li, nav ul li ul li a {
  background: #444444 none repeat scroll 0%;
  float: none;
  color: #cccccc;
}
nav ul li ul li a:hover {
  background: #ffffff none repeat scroll 0%;
  float: none;
  color: #666666;
}
nav ul li ul li {
  margin: 0;
}
nav ul li ul li ul {
  left: 100%;
  top: 0;
}
