@charset "UTF-8";
/* CSS Document */
/* menu */
#nav {
	height: 40px;
	float: left;
	padding-top: 5px;
	clear: both;
	margin-top: 255px;
	margin-left: 40px;
}
#menu {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0;
	text-align: center;
	float: left;
	clear: both;
	border: 1px none #ECB132;
	width: 920px;
}
#menu ul li.current_page_item a {
	color: #C00;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/pearl-tiny.gif);
	background-position: 7px center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: auto;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #171416;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	line-height: 18px;
	font-style: normal;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	display: block;
	float: left;
	text-align: center;
	color: #C00;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/pearl-tiny.gif);
	background-position: 7px center;
}

#sidebar_brace {
	float: none;
	width:425px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
}


.sidenav {
	display:block;
	width:130px;
	font-size:13px;
	font-weight:bold;
	background-color:inherit;
	color:#C30D11;
	border:0px solid #ffffff;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	height: 20px;
}

.sidenav:hover{
	background-color:#FFC;
	color:#286ea0;
	border:0px solid #cfa4f6;
}
.img_lf {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.img_rt {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
