.top {
	background-color:#008000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: auto;
}

.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666600;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
.topmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CCCC;
	background-color: #666666;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
.topmenu:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 15px;
	padding: 1px;
	
}
.table_bg {
	background-color: #FFFFFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #666600;
}
.article_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#zUL,#zUL ul {padding:0;margin:0}
#zUL li ul a {margin-left:1em}
#zUL li 
{
	float:right;
	width:12em;
	height:2em;
	position:relative;
	left:-10px;
	bottom:-2px;
	list-style-type:none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


#zUL li:hover
{
	float:right;
	width:12em;
	height:2em;
	position:relative;
	left:-10px;
	bottom:-2px;
	list-style-type:none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#zUL li ul
 {visibility:hidden
 }
#zUL li ul {
	visibility:hidden;
	position:relative;
	left:10px;
	top:-20;
	border: 1px solid #9933CC;
}
fieldset p {clear:left}
#zUL li:hover ul {	visibility:visible;	
background-color:#666666;
}
#zUL li:hover ul,#zUL li.msieFix ul 
{	visibility:visible;	
background-color:#666666;
}
.contentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666600;
	font-weight: bold;
}
/* new */
.sidemenu  {
	z-index:2000;
	font-size:13px; /* this page only */
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}

/* remove all the bullets, borders and padding from the default list styling */
.sidemenu  ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .sidemenu  ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels */
.sidemenu  li {
position:relative;
background:#d4d8bd;
height:26px;
}

/* get rid of the table */
.sidemenu  table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.sidemenu  a, .sidemenu  a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .sidemenu  a, * html .sidemenu  a:visited {background:#d4d8bd; width:150px; width:149px;}
/* style the link hover */
* html .sidemenu  a:hover {color:#fff; background:#949e7c;}

.sidemenu  :hover > a {
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sidemenu  ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.sidemenu  ul li:hover ul,
.sidemenu  ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.sidemenu  ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.sidemenu  ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.sidemenu  ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.sidemenu  ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.more{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.logo {
	background-color: #FFFFFF;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

