


ul.rss {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	border-bottom: 1px solid #000;
text-align: left;
	width: 100%; /* Width of Menu Items */
	}

ul.rss li.rss a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #cccccc; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 0;
	}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 177px; /* Width of Menu Items */
	border-bottom: 1px solid #000;
	}

ul li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	left: 176px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */


ul.this li.this a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #AFAFAF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 0;
	}

ul.that li.that a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #8BF16C; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 0;
	}

ul.other li.other a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #CDCDFF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 0;
	}

ul.john li.john a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #cccccc; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 0;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #FFCC33; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000;
	border-bottom: 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 { color: #000000; background: #FFFFFF; } /* Hover Styles */
ul.this li.this a:hover { color: #000000; background: #FFFFFF; } /* Hover Styles */
ul.other li.other a:hover { color: #000000; background: #FFFFFF; } /* Hover Styles */
		
li ul li a { padding: 4px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
