/* Style */
img {
	border: none;
}


/* Spry Menu */
ul.spry-menu {
	background: transparent url('img/tab.png') repeat-x scroll top left;
	height: 48px;
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.spry-menu li {
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
ul.spry-menu li a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0 20px;
	padding: 8px 0;
}
ul.spry-menu li a:hover {
	color: #3298E3;
}
ul.spry-menu li.tab-left, ul.spry-menu li.tab-right {
	display: block;
	height: 40px;
	width: 12px;
}
ul.spry-menu li.tab-left {
	background: url('img/tab-left.png') no-repeat;
	float: left;
	margin-left: -10px;
}
ul.spry-menu li.tab-right {
	background-image: url('img/tab-right.png');
	float: right;
	margin-right: -10px;
	width: 20px;
}
ul.spry-menu li:hover .subnav {
	display: block;
}

/* House */
a.house div {
	background-image: url('img/house.png');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
a.house:hover div {
	background-position: -12px 0;
	cursor: pointer;
}

/* Subnav */
.subnav {
	background: #090909 none repeat scroll 0 0;
	display: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
}
.subnav td {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/* Subnav left */
.subnav-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.subnav-left ul li {
	background: transparent url('img/subnav.png');
	clear: left;
	height: 28px;
	float: none;
	margin: 0 1px 1px 2px;
	padding: 0;
}
.subnav-left ul li a {
	margin: 0;
	padding: 7px 10px 5px;
	width: 100px;
}
.subnav-left ul li:hover a {
	background: #2B79C4;
	color: #000000;
}

/* Subnav right */
.subnav-right {
	background-color: #131313;
	border-left: 1px solid #323232;
	font-size: 12px;
	float: left;
	margin: 0;
}
.subnav-right table {
	margin-right: 20px;
}
.subnav-right table tr td a {
	font-weight: normal;
	margin: 0;
	padding: 6px 5px 6px 20px;
	width: 110px;
}
.subnav-right table tr td.text {
	color: #3298E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 5px 6px 20px;
}
.typo10 {
	font-size: 10px;
	color: #999;
}

