@charset "utf-8";

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	height: 40px;
	margin: 110px 5px 5px 20px;
	* margin-left: 7px;
	padding: 5px;
	float: left;
	font: bold 0.95em Arial;
	width: 850px;
	overflow: hidden;
	margin-bottom: 1em;
	border: solid #d8e5e5;
	border-width: 3px 0 0 0;
	background: #CCCCCC url(/images/blockdefault.gif) repeat-x center center;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 5px 20px 10px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(/images/blockactive.gif) repeat-x center center;
}

.botmenu {
	background: #CCCCCC url(/images/blockdefault_bot.gif) repeat-x center center;
	height: 36px;
	margin: 10px 5px 5px 25px;

	* margin-left: 15px;
	padding: 5px;
	float: left;
	font: 0.9em Arial;
	width: 850px;
	overflow: hidden;
	margin-bottom: 1em;
	border: solid #d8e5e5;
	border-width: 3px 0 0 0;
}

.botmenu li{
	display: inline;
}

.botmenu li a{
	float: left;
	color: white;
	padding: 5px 20px 10px;
	text-decoration: none;
	border-right: 1px solid white;
}

.botmenu li a:visited{
	color: white;
}

.botmenu li a:hover, .botmenu li .current{
	color: white;
	background: transparent url(/images/blockactive.gif) repeat-x center center;
}

