﻿/********************************************
*                Top Menu                   *
********************************************/
#top-menu 
{
	
	padding:0px 0px 0px 0px;
	background-color: #224466;
	border-style: none;
	width:100%;
}

#top-menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #224466;
	
}


#top-menu a, #top-menu b
{
	display: block;
	text-decoration: none;	
	color: White;
}


#top-menu a:hover 
{
	background-color: #654321;	
	
	
}

#top-menu li 
{
	
	font: bold 11px/16px arial, helvetica, sans-serif;		
	cursor: pointer;		
	color: White;
	position: relative;
	padding: 1px 10px 2px 10px;	
}


#top-menu li:hover
{	
	cursor: pointer;		
	background-color: #654321;
	
}


#top-menu ul ul 
{
	
	position: absolute;
	margin-left:-10px;	
	margin-top: 2px;
	
}

