body {
	font-size:11px;
    font-family: tahoma;
    color: Black;
	width:960px;
}

#content {
text-align:justify;
width:900px;
}

a { color: #002bb8; }
a:visited { color: #5a3696; }
a:active { color: #ffa500; }

h1 {font-size:16px;}
h3 {font-size:14px;}

#copyright { 
	font-size:9px;
	float:left;
}
.counters {
float:right;
}
.menu {
color:red;
font-size:15px;
}

.top-banner {
	padding: 10px;
}

#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  background: #515151;
  float: left;
  width: 100%;
}
#nav li {
  float: left;
  position: relative;
  background: #515151;
  back\ground: none;
}
#nav li ul {
  display: none;
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 120px;
  padding: 4px 10px;
  background: url(dot.png) repeat-y right;
}
#nav a:hover {
  color: #000;
  background: #ccc;
}
#nav li:hover {
  background: #333;
}

#nav li ul {
  display: none;
}

#nav li ul {
  display: none;
  position: absolute;
  background: url(fone-tr.png);
  padding: 8px 0;
  width: 138px;
}

#nav li li a {
  width: 118px;
  background: none;
}
#nav li:hover ul {
  display: block;
}

#nav li:hover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 133px;
}
#nav li:hover li:hover ul {
  display: block;
}