html,body{
margin:0;
padding:0
}
div#container	{
	margin:0;
	padding:0;
	width:100%;
	}
div#top	{
	height:92px;
	width:100%;
}
div#topLeft	{
	height:92px;
	margin-left:279px;
	background-image: url(/images/backgrounds/tabCol.gif);
}
img#logo	{
	position:absolute;
	margin-top:20px;
}
div#middle	{
	margin:0;
	padding:0;
	}
div#middleLeft	{
	width:279px;
	height:305px;
	display:inline;
	padding:0;
	background-image: url(/images/lftBG.png);
	background-repeat: repeat-x;
	float:left;
	position:absolute;
	}
div#content	{
	margin-left: 279px;
	margin-top:0px;
	margin-right:0;
	padding-left:20px;
	padding-top:10px;
	border-bottom: 23px solid #8c3947;
	background-color: #f7f1e4;
	border-top: 0;
	}
div#middleContent	{
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	}
div#middleRightTop	{
	background-color: #8c3947;
	height: 19px;
	text-align:right;
	padding-top: 4px;
	}
img#leftImg	{
	width: 279px;
	}
a#switchLang	{
	border: 1px solid #fff;
	color: #fff;
	font-size:0.8em;
	padding:1px;
	text-decoration: none;
	}
a#switchLang:hover	{
	font-size:0.9em;
	font-weight:bold;
	}
ul.dropMenu	{
	position:absolute;
	margin-top:64px;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	padding:0;
	float:left;
	/*width:100%;*/
}

ul.dropMenu li	{
	float: left;
	display:inline;
	list-style:none;
	position:relative;
}
ul.dropMenu li a 	{
	display:block;
	background:url(/images/rootTab.gif) right top no-repeat;
	height:24px;
	width:92px;
	padding-top:4px;
	padding-left:5px;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	font-size: 11px;
}

ul.dropMenu li a.itemOn	{
	color:#C79A41;
}
ul.dropMenu li a:hover	{
	color:#C79A41;
}

ul.dropMenu li ul {
	display: none;
	width: 195px;
	border: 1px solid #fff;

}

ul.dropMenu li ul.show {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	float:left;
	border: 1px solid #fff;
	width:195px;
}

ul.dropMenu li ul li {
	float: left;
	display:block;
	list-style:none;
	width: 195px;
	clear: both;
	margin: 0px;
	padding: 0px;

}

ul.dropMenu li ul.show li ul	{
	width:354px;
	margin:0;
	padding:0;
	left:195px;
	border: 1px solid #fff;
	background-color:#8C3947;
	top:0;
	}

ul.dropMenu li ul.show li ul	li a{
	width:349px;
	}
ul.dropMenu li ul li ul	li a.itemOn	{
		color:#C79A41;
	}
ul.dropMenu li ul.show li a	{
	background-image:none;
	background-color:#8C3947;
	white-space: nowrap;
	display: block;
	width: 190px;
	height:18px;
	margin:0;
	float:left;
	color: #fff;
	font-size: 11px;
	font-weight:normal;
}
ul.dropMenu li ul.show li a:hover	{
	background-image:none;
	color: #fff;
	font-weight:normal;
	background-color:#fff;
	color: #8C3947;
	float:left;
	display: block;
}
ul.dropMenu li ul.show li a.itemOn	{
		color:#C79A41;
	}
/** Start sitemap markup	*/
	table#siteMapPlaceholder {
		width:100%;
	}
	table#siteMapPlaceholder a {
		color:Black;
		text-decoration:none;
	}
	table#siteMapPlaceholder a:hover {
		text-decoration:underline;
	}
	table#siteMapPlaceholder {
		width:100%;
		font-size:11px!important;
	}
	table#siteMapPlaceholder td.SitemapBorder {
		height:auto;
		vertical-align:top;
		padding:0 10px 0 0;
	}
	table#siteMapPlaceholder img {
		margin-right:2px;
	}
	table#pageColumn {
		width:100%;
		height:100%;
		margin-bottom:0;
	}
	table#pageColumn td.filler {
		width:100%;
		height:100%;
		padding:0;
		margin:0;
	}
	table#pageColumn td {
		line-height:100%;
		padding:0;
		margin:0;
	}
	table#pageColumn p.pageLink {
		padding:0;
		margin:0;
		padding-bottom:2px;
		padding-top:2px;
	}
	div.pageHeader {
		padding:3px;
		width:100%;
		height:20px;
		background-color:#8C3947;
	}
	div.pageHeader a {
		color:#DDAA46!important;
		font-weight:800;
	}
/** End sitemap markup	*/
