/* -1.0- Main Navigation
------------------------------------------------------------------*/

div#menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:50px 0 0 0;
}

div#menu ul {
	margin:0 0 15px 17px;
	padding:3px 0 0 0;
}

div#menu li {
	padding:0 0 2px 15px;
	list-style:none;
}

div#menu li a {
	display:block;
	height:18px;
	width:166px;
	padding:3px 0 0 5px;
	text-decoration:none;
	color:#9c8f70;
	background: url(../images/menu_01.png) no-repeat;
}

div#menu li a:hover {
	background: url(../images/menu_01_a.png) no-repeat;
	color:#FFFFFF;
}

div#menu li a.active {
	background: url(../images/menu_01_a.png) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}

/* -2.0- Top Navigation
------------------------------------------------------------------*/

div#content_wrapper div#topmenu {
	height:25px;
	margin:-25px 0 -1px 35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#content_wrapper div#topmenu li.left {
	float:left;
	width:9px;
	height:24px;
	background:url(../images/topmenu_left.png) no-repeat;
}

div#content_wrapper div#topmenu li.middle {
	float:left;
	padding:0 10px 0 10px;
	background:url(../images/topmenu_middle.png) repeat-x;
	line-height:24px;
}

div#content_wrapper div#topmenu li.right {
	float:left;
	width:9px;
	height:24px;
	background:url(../images/topmenu_right.png) no-repeat;
}

div#content_wrapper div#topmenu a:link, div#content_wrapper div#topmenu a:visited {
	font-weight:bold;
	color:#c89a2b;
	text-decoration:none;
}

div#content_wrapper div#topmenu a:hover {
	color:#FFFFFF;
}


