
/************* GLOBAL LINKS **************/

a {
	color: #46310F;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color: #8B6D3D;
	text-decoration: none;
}

a.hilite { background-color:#FFFF00; padding-left:2px; padding-right:2px; color:#000; }

/************* HOME NAVIGATION **************/
#nav {
	width:207px;
	margin-top:0px;
	margin-left:55px;
	background-color:transparent;
}
#nav.sub {
	font-size:110%;
	width:207px;
	padding-top:47px;
	margin-left:28px;
	margin-bottom:90px;
	background-color:transparent;
}
#nav a {
	color: #46310F;
	display: block;
	padding: 0.27em 0;
	padding-left:9px;
	width:198px;
	text-align: left;
	text-decoration: none;
}
#nav a:hover {
	width:198px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
	width:207px;
	padding-left:9px;
	background-color: #E4D8BE;
	color: #6B331E;
	background-image:url(../_g/arrow.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
#nav a.selected {
	background-color: #000;
	color: #fff;
}
#nav a.selected:hover {
	background-color: #E4D8BE;
	color: #8B6D3D;
}
#nav li {
	width:207px;
	margin-left:-40px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-top:1px solid #E7E0D1;
	border-bottom:1px solid #A78446;
	list-style:none;
}
#nav ul {
	margin-top:0px;
	padding-top:24px;
	margin-left:0px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
	margin-left:40px; /* IE 6 and below use this value instead, even though the above was marked as important */
	border-bottom:1px solid #E7E0D1;
}

table a { color: #000; }
table a:visited { color: #555; }
table a:hover { color:#333; }

/************* Linked Images on right column **************/

p.side {
	text-align: center;
	padding-top:5px;
}
p.side a {
	text-decoration: none;
}
p.side img {
	border: 1px solid #777;
	margin-bottom:3px;
}
p.side a:hover img {
	background: #fff;
	border-color: #000;
}
p.side a:hover {
	color:#000;
}

/************* SPECIAL LINKS **************/

.special a {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}

.special a:hover{
	color: #336600;
	text-decoration: none;
}

