@charset "utf-8";
/* CSS Document */

html {
font: small/1.4 "Lucida Grande", Tahoma, sans-serif,;
}
body {
	font-size: 92%;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;
	float: left; /* Contain floated list items */
	background-color: #CCC;
}
#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: #000;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	border-bottom:1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#nav #nav_con a {
border: none;
}
#nav a:hover {
	background-color: #C00;
}
#body_hom #nav_hom a,
#body_pho #nav_pho a,#body_lin #nav_lin a,
#body_con #nav_con a,
#body_tes #nav_tes a{
	color: #ddddd;
	font-weight: bold;
	background-color: #666;
}
