@charset "utf-8";
/* CSS Document */

#menu {
	height:100px;
	background-image:url(../images/menubar.jpg);
}




p.title { 
	font-family: Century Gothic, Futura Lt BT, Futura Md BT, AvantGarde Bk BT, AvantGarde Md BT;
	color: #000000;
	font-size:36px;
	line-height: 36px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 20px;
z-index: 100;
background-color: #706e6e;
width: 210px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #cbccc7;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #a09e9e;
color: #ffffff;
}