/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.ships_menu{
	z-index:1000;
	margin:0; /* this page only */
	padding: 0;
	}

.ships_menu li.spazio{
	list-style-type:none;
	background: none;
	}

.ships_menu li.factions{
	list-style-type:disc;
	background: none;
	}
.ships_menu a.factions, .ships_menu a.factions:visited {
	color: #CC0000;
	text-indent: 0;
	}
.ships_menu :hover > a.factions {
	color:#fff; 
	background:#000;
	}

/* remove all the bullets, borders and padding from the default list styling */
.ships_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:180px;
	}
/* position relative so that you can position the sub levels */
.ships_menu li {
	position:relative;
	background:#000;
	z-index: 10;
	}

/* get rid of the table */
.ships_menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

/* style the links */
.ships_menu a, .ships_menu a:visited {
	display:block; 
	text-decoration:none;
	width:180px;
	text-indent:5px;
	color: #fff;
	padding: 3px 0 0 0;
	height: 18px;
	}

.ships_menu :hover > a {
	color:#fff; 
	background:#CC0000;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.ships_menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:180px; 
	}
/* make the second level visible when hover on first level list OR link */
.ships_menu ul li:hover ul,
.ships_menu ul a:hover ul {
	visibility:visible;
	}

.ships_menu li.eve_ships{
	width:560px;
	}
	
.ships_menu a.eve_ships, .ships_menu a:visited {
	width:560px;
	}
	
.ships_menu span{
	font-size: 11px;
	color: #EAEA93;
	}
	
	

