<style type="text/css">
<!--
/* CSS Style-Sheet-Specifications       */
/* created with (X)HTML-Format */
/* http://www.homepagehelper.de */

//-->
A	{
		font-size: 18px;
		}
A:link	{
		color: #A92626;
		text-decoration: none;
		}
A:visited	{
		color: #A92626;
		text-decoration: none;
		}
A:hover	{
		color: #A92626;
		text-decoration: underline;
		}

body {	
		margin: 0;
		vertical-align:middle;
		font-family:'Century Gothic';
		font-size:14px;
		color:#555;
		background-color: transparent;
		}
		
		
		


		
ul {
		margin: 0;
		padding-left: 33px;
		list-style: none;
		width: 140px;
		background-color: transparent;
		}
		
ul li {
		position: relative;
		margin:5px;
		vertical-align:middle;
		font-size:18px;
		background-color: transparent;
		}

li ul {
		position: absolute;
		left: 140px;
		top: 0;
		display: none;	
		}

		
ul li a {
		
		display: block;
		text-decoration: none;
		color: #777;
		padding: 1px;
		border-bottom: 0;
		background-color: transparent;
		}

ul li a:hover { 
		 background-color: transparent;
		}
		
li:hover ul, li.over ul {
		display: block; 
}
		
.line {
		background-color: #A92626;
		}
		
.scroll {
 		scrollbar-base-color:#A92626;
  		scrollbar-3d-light-color:#FFffff;
  		scrollbar-arrow-color:#C79A2C;
  		scrollbar-darkshadow-color:#A92626;
  		scrollbar-face-color:FFFFFF;
 		scrollbar-highlight-color:#FFFFFF;
 		scrollbar-shadow-color:#FFFFFF;
 		scrollbar-track-color:#FFFFFF;
 		}	
		



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


</style>
