* {
				padding: 0;
				margin: 0;
				font-family: Arial, sans-serif;
				SCROLLBAR-FACE-COLOR:;
    				SCROLLBAR-HIGHLIGHT-COLOR:#ffffff;
    				SCROLLBAR-SHADOW-COLOR:#ffffff;
    				SCROLLBAR-3DLIGHT-COLOR:;
    				SCROLLBAR-ARROW-COLOR:#ffffff;
    				SCROLLBAR-TRACK-COLOR:#9e9e9e;
    				SCROLLBAR-DARKSHADOW-COLOR:#9e9e9e;
    				SCROLLBAR-BASE-COLOR:#9e9e9e
			}
			
			body {
				margin: 20px;
				font-size: 12px;
				color: #DEDEDE;			
			}
			
			body {
				behavior: url(csshover.htc);

			}

			b  {
	font-family: Verdana;
	font-size: 12px;
	weight: bold;
	color: #ffe6d1;
	}

			ul {
				list-style: none;
			}

			ul a {
				color: #FFF;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 5px;
				background: #d06200;
				width: 112px;
				border-right: 1px solid #805d46;
				border-left: 1px solid #805d46;
			}
			
			ul a:hover {
				color: #000000;
				text-decoration: none;
				background: #b3b3b3;
				width: 112px;
				border-right: 1px solid #FFF;
				border-left: 1px solid #FFF;
			}
			
			ul li {
				border-top: 1px solid #805d46;
				border-bottom: 1px solid #805d46;
				float: left;
				position: relative;
			}
			
			ul li ul {
				list-style: none;
				position: absolute;
				left: 0;
				top: 100%;
				display: none;
				width: 114px;
				border-top: 1px solid #805d46;
			}
			
			ul li:hover ul { display: block; }
			
			ul li:hover ul li ul { display: none; }
			
			ul li ul li:hover ul {
				display: block;
				position: absolute;
				left: 140px;
				top: -1px;
				border-left: 1px solid #FFF;
				border-right: 1px solid #FFF;
			}

a:link { 
	color: #ffba83;
	}
a:visited { 
	color: #e1c6b1;
	}
a:hover { 
	color: #000000;
	background-color: #e1c6b1;
	text-decoration: none;
	}
a:active { 
	color: #e1c6b1;
	}

