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

#navIdentity {
	text-align: left;
	position: absolute;
	left: 270px;
	top: 540px;
	width: 165px;

}
#navIdentity p {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}

#navIdentity  ul {

}
#navIdentity  li {
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
	line-height: 16px;
}

#navIdentity  li a {
	color: #246F49;
}
#navIdentity  li a:visited {

}
#navIdentity  li a:hover {
	color: #333;
}
.ggarden #ggarden a {
	color:#333;
}
.ms #ms a {
	color:#333;
}

.awcid #awcid a {
	color:#333;
}





/*


in html----------------------------

<div id="navClient">
  
<div class="bears">
  
  <ul>
    <li id="lions"><a href="lions.shtml">lions</a></li>
    <li id="tigers"><a href="tigers.shtml">tigers</a></li>
     <li id="bears"><a href="bears.shtml">bears</a></li>

    </ul>

 end .bears</div>

 end #navClient</div>

------------------------------------------------

*/

