﻿body {
	background-attachment: fixed;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif
	}

A.Picture:link {	
}
A.Picture:visited {	
}
A.Picture:hover {
}

div.content{
	border-width:thin;
	border-bottom-style:solid;
	width:100%;
	border-color:#CCCCCC;
	background-color:white;
}
	
a:link {
	color: #000000;
	text-decoration: underline;
}

a:active{
	color:#99582A;
	text-decoration:underline;
}

a:visited {
	color: #560C09;
	text-decoration: underline;
}

a:hover {
	color: #B6A154;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	z-index:1005;
	}
	
ul li {
	position: relative;
	z-index:1005;
	}
	
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	z-index:1005;
	}
	
a.menulink {
	display: block;
	text-decoration: none;
	color: #C3CAD2;
	background: #1A2C4B;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

a.menulink:hover{
	color:#B6A154;
}
	
li:hover ul, li.over ul { 
	display: block; }
