/*
Arabeske 2.0 web site CSS. (c) F. Dispot 2003
Stylesheet defining an horizontal navigation bar.

Extremely basic, yet functional, version.

CSS last validated on ?
*/

#navigation {
	font-family: "Matura SC", "Times New Roman", Times, serif;
	text-indent: 0px;
	text-align: center;
   background-image:url(images/dev_bgnd_transluc.jpg);
   color:#000000;
   background-color:#eaeaea;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	vertical-align:baseline;
	border-width: 1px;
	border-color: #888;
	border-style: inset;
   }

#navigation a{
   color:#779;
   background-color:#eaeaea;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navigation a:hover {
   color:Black;
}
   
#navigation a:active {
   color:#86ad98;
}
   
#navigation a:visited {
   color:#86ad98;
}
   
#navigation .bar {
   display:none;
   width:0px;
   max-width:0px;
   overflow:hidden;
}

#navigation .email, 
#navigation .gallery, 
#navigation .download, 
#navigation .documentation, 
#navigation .links, 
#navigation .index
{
   background-color:#eaeaea;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	border-width: 1px;
	border-color: #888;
	border-style: outset;
}

#navigation .copyright {
   color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	margin-top:20px;
}
