@charset "utf-8";


#nav_box {
	float: right;
	background-color: #FFF;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #366;
	border-bottom-color: #366;
	border-left-color: #366;
	margin-top: 20px;
	padding-top: 5px;
}
.nav_boxWrap {
	padding-bottom: 12px;
	padding-left: 30px;
}

#navMain {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 22px;
	margin-right: 10px;
	margin-left: 15px;
}
#navMain ul {
	font-size: 20px;
	list-style-type: none;
	list-style-position: inside;

}
#navMain li {
	font-size: 26px;
	line-height: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */

#navMain a {
	color: #CCC;
	text-decoration: none;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -0.05em;
	display: block;
}
#navMain a:visited {
	color: #CCC;
}
#navMain a:hover{
	color: #333;
}


.small {
	font-size: 32px;
}
.ital {
	font-style: italic;
}

.about h1{
	color: #F93;
}
.about a {
	color: #FF870F;
	font-weight: normal;
}

.about a:visited {

}
.about a:hover{
	/*color: #FFC993;*/
	color: #333;
	text-decoration: underline;
}

.about #nav_box{
	border-top-width: 4px;
	border-bottom-width: 13px;
	border-left-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F93;
}
/*
#navMain li a {
	text-decoration: none;
	color: #333;

}
#navMain li a:visited {

}
#navMain li a:hover {
	color: #F69;

}
*/
.custom #custom a {
	color:#399;
}
.predesign #predesign a {
	color:#BC4B4B;
}
.identity #identity a {
	color:#297C53;
}
.etal #etal a {
	color:#669;
}

/*


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

<div id="navMain">
  
<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>

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

*/

