@charset "UTF-8";
/* CSS Document */
/* some tweaks for the Buildwatch pages */

ul#camnav {
	list-style:none;
	marging:6px;
	}
ul#camnav li {
	display:block;
	margin: 6px;
	text-transform:uppercase;
	font-weight:bold;
	}
ul#camnav li.here {
	text-align: center;
	width: 120px;
	height: 75px;
	background-color: #ccc;
	color:#fff;
	}
ul#camnav li a {
	display:block;
	width: 120px;
	height: 75px;
	text-align: center;
	background: #fff url('/its/images/buildwatch_icon.png') left bottom no-repeat;
	text-decoration:none;
	}
ul#camnav li a:hover, ul#camnav li a.here {
	background: #fff url('/its/images/buildwatch_icon2.png') left bottom no-repeat;
	}