body.custom {
	background: #828A53 url(images/back.png) repeat-x;
	margin: 0;
	padding: 0;
}

.custom #topmenu {
	float: right;
	height: 24px;
	font-variant: small-caps;
	font-style: italic;
	font-size: 1.3em;
	padding-top: 2px;
}

.custom #header {
	background: url(images/lsm-logo.png) no-repeat;
	height: 65px;
	border-style: none;
}

.custom ul#tabs, .custom ul#tabs li {
	border-style: none;
	background-image: none;
	background-color: transparent;
}

.custom ul#tabs {
	margin-bottom: 1px;
}

.custom ul#tabs li a {
	color: #333;
	padding: .75em 1.5em;
}

.custom ul#tabs li a:hover, ul#tabs li.current-cat a:hover {
	color: #fff;
	text-decoration: none;
}

.custom #custom_box {
	background-image: none;
	background-color: transparent;
	border-style: none;
}

.custom #content_box, .custom #footer {
	border-style: none;
	background: #fff none repeat-y;
}

.custom #page {
	padding: 0;
}

.custom #footer {
	padding-right: 30px;
}

.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;}

.custom ul#tabs li:hover ul {display:block;
	background-color: #93BCED;
}