﻿body
{

	background-image:url(../_images/back.jpg);
	background-repeat:repeat-x;
	background-position:left top;	
	margin-top:0px;
}


#wrapper
{
	
	background-color:#ffffff;
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}

#left
{
	
	width:250px;
	height:auto;
	float:left;
	
	
}


#header
{
	width:540px;
	height:109px;
	float:right;
	background-image:url(../_images/header.png);
	background-repeat:no-repeat;

	
}

#content
{
	
	width:540px;
	height:auto;
	float:right;
	position:relative;
font-size:12px;

	
}

#content a
{
	text-decoration:underline;
}

#footer
{
	width:800px;
	height:auto;
	clear:both;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}


#h3
{
	
	
	font-size:18px;
	
}


#navigation
{

}





/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu :visited {
display:block;
font-size:12px;
font-family:Arial;
width:74px;
padding:7px 0;
color:#000;
background:#eeeeee;
text-decoration:none;
margin-right:1px;
margin-left:1px;
text-align:center;

}
.menu a {
display:block;
font-size:12px;
font-family:Arial;
width:74px;
padding:7px 0;
color:#000;
background:#eeeeee;
text-decoration:none;
margin-right:1px;
margin-left:1px;
text-align:center;

}
/* style the links hover */
.menu :hover{
color:#ffffff;
background:#000000;



}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul a:hover ul{
visibility:visible;
margin-right:1px;
margin-left:1px;

}
.menu ul li:hover ul{
visibility:visible;
margin-right:1px;
margin-left:1px;

}