﻿#navcontainer 
{	
	margin-left: auto;
	margin-right: auto;
	width: 238px;	
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li 
{
	margin: 0px;
}

#navcontainer a
{
	cursor: pointer;
	font-weight: bold;
	font-size: 8pt;
	font-family: Times New Roman;
	letter-spacing: 0px;
	color: #440b0c;
	text-decoration: none;	
	display: block;
	padding: 3px 0px 5px 35px;
	height: 10px;
	width: 203px;	
}

#navcontainer a:hover
{
	text-decoration: none;
	color: #2a4769;	
}

#navcontainer .topline 
{	
	background: url('/menus/florence/menu-nonhover.jpg') no-repeat;
}

#navcontainer .topline:hover 
{
	background: url('/menus/florence/menu-hover.jpg') no-repeat;
}

#navcontainer .top_bottomline 
{
	background: url('/menus/florence/menu-nonhover.jpg') no-repeat;
}
#navcontainer .top_bottomline:hover 
{
	background: url('/menus/florence/menu-hover.jpg') no-repeat;
}

#navcontainer .subitem a
{
	display: block;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	color: #333;
	text-decoration: none;	
	padding: 3px 0px 5px 40px;
	height: 10px;
	width: 188px;
	background-image: none;
}

#navcontainer .subitem:hover 
{	
	background-image: none;		
}

#navcontainer .subitem a:hover 
{
	text-decoration: underline;
}
