.arrow a span{
	font-size: 90%;
	padding-left: 3px;
}
.arrow a span.noshow{
	visibility: hidden;
}
.arrow a:hover span{
}
.horizontal li{
	display: inline;
	float: left;
}
.horizontal li a{
	background: url(../graphics/navback.jpg);
	color: #030;
	display: block;
	float: left;
	height: 16px;
	padding: 2px 3px;
	text-decoration: none;
	width: 135px;
}
.horizontal li a:hover{
	background: url(../graphics/nav_h.jpg);
	border-left: 1px solid #A7A394;
	border-right: 1px solid #A7A394;
	padding: 2px;
}
.horizontal li li a{
	background: url(../graphics/navback.jpg);
	border-left: 1px solid #A7A394;
	border-right: 1px solid #A7A394;
	padding: 2px;
}
.horizontal li li ul{
	margin-left: 115px;
	margin-top: 3px;
	position: absolute;
}
.horizontal li ul{
	display: block;
	height: auto;
	margin-top: 20px;
	position: absolute;
	text-align: left;
	width: 135px;
}
.horizontal li ul li a{
	background: url(../graphics/navback.jpg);
	width: 135px;
}
.horizontal ul{
	display: block;
	list-style-type: none;
	padding: 0px;
	text-align: center;
}
#content {
	background: url(../graphics/sidebar.jpg) #DDD repeat-y;
	float: left;
	padding-bottom: 20px;
	padding-left: 75px;
}
#content, p {
	font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header {
	background: url(../graphics/header.jpg) no-repeat;
	height: 76px;
}
#header h1, #header h2, #header h3 {
	font-size: 10px;
	visibility: hidden;
}
#navbar{
	background: url(../graphics/navback.jpg) repeat-x;
	color: #030;
	font: bold 12px Arial,Helvetica,sans-serif;
	height: 20px;
	margin-top: -12px;
	padding: 0 0 0 10px;
}
#pic {
	background: url(../graphics/picback.jpg) no-repeat;
	height: 113px;
	text-align: right;
}
#right_col {
	background-color: #CCC;
	border-left: 5px solid #FFF;
	float: right;
	margin-left: 10px;
	padding: 0 10px 10px 10px;
	width: 220px;
}
#wrap {
	margin: auto;
	width: 760px;
}
