body {
	background-color: #996600;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	border: 0 none;
	padding: 0;
	text-align: left;
}
#container {
	position: relative;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 800px; 
	left: 0px;
	top: 0px;
}
#hdrTopBar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 19px;
	background-color: #330000;
	margin: 0;
}
#hdrMudheadLogo {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:28px;
	width:455px;
	height:95px;
	background-image: url(../PtryKach/introPtryKach/introPtryKach.gif);
	z-index: 2;	
	background-repeat: no-repeat;
}
#onlinebutton a{
	position:absolute;
	margin-left:145px;
	top:128px;
	width:501px; height:18px;
	background-color:#8E3513;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFF99;
	padding: 4px;
	text-align:center;
}
#hdrBtmBar {
	position:absolute;
	top: 151px;
	width: 100%;
	height: 33px;
	background-color: #330000;
	padding:0px;
}
#TopicBarLft  {
	position:relative;
	top:89px;
	float:left;
	width:62%;
	height:30px;
	background-color: #8B6C01;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../PtryKach/introPtryKach/hdrIntroTopic.gif);
	border-top: 1px solid #555555;
	border-right: none;
	border-bottom: 1px solid #555555;
	border-left: none;
}
#TopicBarRt  {
	position: relative;
	top:89px;
	float:left;
	width:38%;
	height:30px;
	background-color: #4F3500;
	border-top: 1px solid #555555;
	border-right: none;
	border-bottom: 1px solid #555555;
	border-left: none;
}
#contentContainer {
	position:absolute;
	background-color: #AC6802;
	top:218px;
	left:0px;
	width:800px;
	height:1010px;
}
#Copy {
	position:relative;
	float:left;
	width:100%;
	border: 0 none;
	padding: 0;
}
img.Floatleft {
	float:left;
	margin-top:15px;
	margin-right: 15px;
	margin-bottom:15px;
	margin-left:15px;
	border: medium double #330000;

}
img.Floatright {
	float:right;
	margin:15px;
	border: medium double #330000;
}
img.CDun_Right {
	float:right;
	margin-top:55px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;
	border: medium double #330000;
}
p.txtFormat {
	margin:10px;
	
}
#mnuBtm {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px !important;
	margin-top: 0;
	margin-left: -10px !important;
	margin-left: 0;
	left: 31px;
	top: 1230px;
	width: 750px;
	height: 52px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	position: relative;
	top:-13px;
	margin-left: auto;
	margin-right: auto;;
	border: none;
	width: 450px;
	list-style: none;
	height: 24px;
	z-index: 12;
}
ul#navmenu li {
  position: relative;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  height: 24px;
  z-index: 0;
}
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 0;

}
ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  z-index: 0;
}
/* Root Menu */
ul#navmenu a {
  	border: 1px solid #330000;
  	border-right-color: #330000;
  	border-bottom-color: #330000;
  	padding: 0 6px;
  	float: none !important; /*For Opera*/
  	float: left; /*For IE*/
  	display: block;
  	background-color:#AC6802;
  	color: #330000;
  	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  	text-decoration: none;
  	height: auto !important;
  	height: 1%; /*For IE*/
  	z-index: 0;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #330000;
  color: #AC6802;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #330000;
  color: #AC6802;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #AC6802;
  color: #330000;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #AC6802;
  color: #330000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #330000;
  color: #AC6802;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #330000;
  color: #AC6802;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
/* The following is to provide a hover change for the single dropdown link for the Main page. */
.mainHover hover{
  background: #AC6802;
  color: #330000;
}
a, a:link, a:hover, a:active {
	background-color:transparent;
	text-decoration: none;
}

a:link {
	color:#330000;
}

a:visited {
	color:#330000;
}

a:hover {
	color:#4F3500;
}
