body { font-size: 12px; font-family: georgia; background-color: #996; background-image: url(../images/bgpattern.jpg); background-repeat: repeat; background-attachment: fixed; text-indent: 12px; word-spacing: 2px; letter-spacing: 0.75px; vertical-align: 12px; }

p { }

td { }

a:link { color: #060; }

a:visited { color: #060; }

a:hover { color: #fc0; }

a:active { }

ul { color: #000; font-size: 10px; font-family: georgia; background-color: #ff9; margin: 0; padding: 0; list-style: none; width: 150px; border-bottom: 1px solid #060; border-top-color: #060; border-right-color: #060; border-left-color: #060; }
	
ul li {
	position: relative;
	}
	
li:hover ul, li.over ul { 
	display: block; }
	
li ul {
	position: absolute;
	right: 149px;
	top: 0;
	display: none;
	}
	
ul li a { display: block; text-decoration: none; color: #360; background: #ff9; padding: 5px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom-style: none; border-bottom-width: 0; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
/* End */
ul li a:hover { display: block; text-decoration: none; color: #f60; background: #ff9; padding: 5px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom-style: none; border-bottom-width: 0; }
