﻿body
{
	font-size: 10pt;
	color: black;
	font-family: Arial, 'Lucida Sans';
	text-decoration: none;
	text-align: justify;
}
div
{
	
	
}

/* MAIN NAVIGATION */

.nav 
{
	margin:  12px 0 0 8px;
	display:block;
	/*width:120px;
	height:120px;
	background:#d5d3c9;*/
}
.nav h3 {
	display:none;
}
.nav ul,
.nav li {
	list-style:none;
	width:200px;
	margin:0;
	padding:0;
}
.nav li {
	display:block;
	height:23px;
	border-top:1px solid white;
	background-repeat:no-repeat;
	background-position:4px 8px;
}
.nav a {
	display:block;
	height:23px;
	padding:4px 5px 0 10px;
	color:#43492a;
	text-decoration:none;
	background-image:url('../images/arrow_hon.gif');
	background-repeat:no-repeat;
	background-position:4px 8px;
}
.nav a:hover {
	color:#fff;
	background:#878477;
	background-image:url('../images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:5px 8px;
}
.nav a.on {
	background:#FFF;
}
.nav a.yellow {
	background:#ffe000;
}
.nav a.on:hover {
	color:#43492a;
}
.navcore a {
	color:#fff;
	background:#ada999;
	background-image:url('../images/arrow_white.gif');
	background-repeat:no-repeat;
	background-position:4px 8px;
}
.nav2 {
	position:absolute;
	top:0;
	right:0;/**/
	border-left:1px solid white;
}
#nav_main {
	
	/*float:right;
	position:relative;
	display:block;
	width:244px;
	height:90px;
	padding-top:0px;*/
}

/*.searchbox {
	display:none;
}*/

