﻿li.dummy {
/*	display: none;*/
}
ul.menu {
/*	background: #1C262E; 
/*	width: 100%;*/
/*	position: absolute;*/
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 3px 5px 0px 5px;
	list-style-type: none;
	line-height: 11px;
	font-size: 11px;
	cursor: pointer;
	font-family: 
}
ul.menu > li { 
	font-weight: bold;
	width: 158px; 
	float: left;
	clear: right;
	color: white;
	background: #1C262E; 
	padding: 3px 0;
	text-align: center;
	border-left: 0;
}
ul.menu li.top { 
	/* Only in IE6 */
	font-weight: bold;
	width: 158px; 
	float: left;
	clear: right;
	color: white;
	background: #1C262E; 
	padding: 3px 0;
	text-align: center;
	border-right: 1px solid #4D555C
}
ul.menu li.tagged ul {
	/* Tagged */
	display: block;
}
ul.menu > li + li {
	border-left: 1px solid #4D555C
}
ul.menu ul {
	clear: both;
	position: absolute;
	font-weight: normal;
	text-align: left;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #4D555C; 
	border-bottom: 1px solid #4D555C; 
	border-left: 1px solid #4D555C; 
	border-right: 1px solid #4D555C; 
	margin-top: 3px;
	margin-right: 1px;
	display: none;
	background: #1C262E; 
}
ul.menu ul li {
	padding: 3px;
}
ul.menu li:hover {
	background: #4D555C;
}
ul.menu li.glow {
	background: #4D555C;
}
ul.menu .self {
	color: #FFCE00 !important;
}
ul.menu .link {
	cursor: pointer;
}
ul.menu li a {
	color: white;
	text-decoration: none;
}
ul.menu li a:hover {
	color: white;
	text-decoration: none;
}
ul.menu li a:visited {
	color: white;
	text-decoration: none;
}


