#nav {
	margin: 0;
	padding: 0;
	background: #999;
	list-style-type: none;
	width: 190px;
	float: left; /* Contain floated list items */
	font: .9em Arial, Helvetica, sans-serif;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a {    
  display: block;  /* to increase clickable area as a's default to inline */
  color: #FFF;
  text-decoration: none;
  padding: 0 15px;
  line-height: 2.5;
  border-bottom: 1px solid #FFF;
}
#nav a:hover {
	background: #C8E2A0;
	color: #000000;
}
#body_hom #nav_hom a,#body_port #nav_port a,#body_abo #nav_abo a,#body_serv #nav_serv a,#body_req #nav_req a,#body_con #nav_con a,#body_test #nav_test a {
	background: #669933;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration : none;
	color: #63C;
}
a:active  {
	text-decoration : none;
	color: #996600;
}
a:visited {
	text-decoration : none;
	color: #66C;
}
a:hover {
	text-decoration : underline;
	color: #000000;
}

