body, table{
	color: #353533;
	font-family: arial;
	font-size: 13px;
	line-height: 13px;
/*	text-align: justify;*/
}

body {
	background-image: url("/pic/menu_bg.jpg");
}

a:link{color: #C90900;}
a:visited{color: #7E1813}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 195px; /* Width of Menu Items */
}

ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 195px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	border-left: 1px solid #D2CBBD;
	z-index:1000;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background: #D2CBBD; /* IE6 Bug */
	border-top: 1px solid #D2CBBD;	
}

/* Fix IE. Hide from IE Mac */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


		

		
li:hover ul, li.over ul { display: block; } /* The magic */

.level1bg1 {
	background-image: url("/pic/menu/bg_gray.gif");
	background-repeat: no-repeat;
}

.level1bg2 {
	background-repeat: no-repeat;
	background-image: url("/pic/menu/bg_grayc.gif");
}

.level2bg1 {
	background-image: url("/pic/menu/bg_brown.gif");
	background-repeat: no-repeat;
}

.level2bg2 {
	background-image: url("/pic/menu/bg_brownc.gif");
	background-repeat: no-repeat;
}

#nav {
	border-top: 5px solid #D7CFC2;
}

#nav a {
	cursor: pointer;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
	padding-top: 1px;
	filter: alpha(opacity = '90');
	-moz-opacity:0.9;
	width: 195px;
	height: 23px;
	margin-left: 3px;
}

#nav li{
	padding: 0;
	height: 23px;
}

#nav a:hover { 
	filter: alpha(opacity = '100');
	-moz-opacity:0.9;
	border-left:3px solid #A61010;
	margin-left: 0px;
} /* Hover Styles */

a.newslink:link,
a.newslink:visited {
	color: #353533;
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
}

a.newslink:hover {
	text-decoration: underline;
}
table.arhive{
	border-collapse: collapse;
	border-spacing: 0px;
}
table.arhive tr td {
	border: 1px solid #AAAAAA; 
	color: #353533;
	font-family: arial;
	font-size: 13px;
}
table.arhive tr td a {
	color: #353533;
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
table.arhive tr td a:hover {
	text-decoration: none;
}

h1{
	font-family: arial;
	font-size: 20px;
	color: #000000;
}

.sitemap {
	line-height: 16px;
	padding-left: 20px;
}

table.table1 {
	border: 1px solid #7A736B;
}

table.table1 th{
	background: #545047; 
	padding: 3px; 
	color: #E3DFD6; 
	font-weight: normal;
}

table.table1 td{
	background: #D8D3B5; 
	padding: 3px; 
	color: #38342B;
}

