/*&&>> Core Stylesheet <<&&*/

* {
  margin: 0;
  padding: 0;
  }

body {
	}

/*&&&&&>> Typography <<&&&&&*/

p a {
	color: #336600;
	}

.box {	margin-left: 20px;
	margin-top: 20px;
	padding: 0;
	border: solid #333 1px;
}

/*&&>> Current State <<&&*/

.home .one .home {
	background-position: left -28px !important;
	}

.home .one .home span {
	background-position: right -28px !important;
	}

/*&&>> WLW <<&&*/

ul.wlw {
	background: #ccc url(images/background.png) repeat-x top center;
	padding: 2px 0 0 10px;
	height: 30px;
	}

ul.wlw li {
	background: url(images/sprite.png) no-repeat right 5px;
	display: block;
	float: left;
	height: 30px; /* height of 1 unit */
	padding: 0 2px 0 0;
	margin: 0 3px 0 0;
	width: auto;
	}

ul.wlw li a:link,ul.wlw li a:visited {
	background: url(images/sprite.png) no-repeat top left;
	color: #000;
	display: block;
	font: 11px/23px arial,"Trebuchet MS",verdana,sans-serif;
	margin: 5px 0 0 0;
	padding: 0 0 0 3px;
	text-decoration: none;
	height: 25px;
	}

ul.wlw li a:link span,ul.wlw li a:visited span {
	background: url(images/blue_tabs.gif) no-repeat top right;
	padding: 0 28px 0 25px;
	display: block;
	height: 25px;
	}

ul.wlw li a:hover {
	background-position: left -50px !important;
	margin: 0;
	height: 30px;
	}

ul.wlw li a:hover span {
	background-position: right -50px !important;
	height: 30px;
	}

ul.tabset_tabs li a.active {
	background-position: left -25px !important;
	margin: 5px 0 0 0;
	height: 25px;
	font-weight: bold;
	}

ul.tabset_tabs li a.active span {
	background-position: right -25px !important;
	height: 25px;
	}

/*&&>> liquid <<&&*/
	
ul.liquid li,ul.liquid li a:link,ul.liquid li a:visited,ul.liquid li a:link span,ul.liquid li a:visited span {
	background-image: url(images/blue_tabs.gif);
	}

/*&&>> White Background <<&&*/

ul.white {
	background-color: #fff;
	}

/*&&>> AJAX Tabs <<&&*/

.tabset_content {
	background: #fff;
	font: 12px "Trebuchet MS",verdana,sans-serif;
	align: center;
	border-left: 10px #ccc solid;
	border-right: 11px #ccc solid;
	border-bottom: 10px #ccc solid;
	}

.tabset_content img {
	margin: 8px;
	}

/*&&>> Submenu <<&&*/

#submenu {
	background: #eee;
	font: 12px "Trebuchet MS",verdana,sans-serif;
	margin-top: 10px;
	padding: 5px 10px 5px 75px;
	height: 20px;
	width: auto;
	}

#submenu a {
	color: #336600;
	text-decoration: none;
	}

/*&&>> Hacks! <<&&*/

* html ul li a {
	width: 1px;
	}

/*&&>> IE5 Mac Hack <<&&*/
/*\*//*/
.menu ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}
.menu ul {
	padding-bottom: 0;
	margin-bottom: -1px;
	}
/**/