/*
This is an Elated Product - www.elated.com.
Copyright (c) 1996-2008 Elated Communications Ltd.
*/

/* Sets up the menu */

#top-menu
{	
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
	}

#top-menu li 
{
	text-align: right;
	float: left;
}


/* Defines the appearance of the links */

#top-menu a 
{
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 0 0 0 10px;
}

#top-menu a:hover 
{
	color: #fff;
	
}

#top-menu a.visited 
{
	color: #666;
}

#menu * {
  cursor: pointer; /*because IE displays the text cursor 
if the link is inactive*/
}

.disabled {
   color: red !important;
   background: none !important;
}

#menu {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
	height: 10px;
	white-space: nowrap;
	width: 100%;
	
}

#menu .a {
   color: #000000;
   text-decoration: none;
}

#menu .a table {
	display: block;
	white-space: nowrap;
	
}

#menu table, div#menu table a {
	display: none;
	
}

#menu .a:hover, div#menu div.menuitem:hover {
   color: #FFFFFF;
   margin-right:-1px; /*resolves a problem with Opera 
not displaying the right border*/
}

#menu .a:hover table, div#menu div.menuitem:hover table{
	background: #333333;
	display: block;
	white-space: nowrap;
}

#menu .a:hover table a, div#menu div.menuitem:hover table a {
	color: #FFFFFF;
	display: block;
	padding: 1px 12px;
	text-decoration: none;
	white-space: nowrap;
	
	
}

#menu .a:hover table a:hover, div#menu div.menuitem:hover table a:hover {
	background: #999999;
	color: #CCCCCC;
	display: block;
	padding: 0px 12px;
	text-decoration: none;
	
	
}

td {
   border-width: 0px;
   padding: 0px 0px 0px 0px;
}

.menuitem {
   float: left;
   margin: 1px 1px 1px 1px;
   padding: 1px 1px 1px 1px;
}

.menuitem * {
   padding: 0px 0px 0px 0px;
}
