﻿
#navcontainer 
{	
	margin-left: auto;
	margin-right: auto;
	width: 216px;	
}

#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: Arial;
	color: #bd5300;
	text-decoration: none;	
	display: block;
	padding: 7px 0px 6px 16px;
	height: 15px;
	width: 200px;	
}

#navcontainer a:hover
{	
	color: #fff;
}

#navcontainer .topline 
{	
	border-top: solid 1px #ebebeb;
	background: url('/menus/pacifica/menu-nonhover.jpg') no-repeat;
}

#navcontainer .topline:hover 
{
	background-image: none;
	background-color: #41539d;
}

#navcontainer .top_bottomline 
{
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	background: url('/menus/pacifica/menu-nonhover.jpg') no-repeat;
}

#navcontainer .top_bottomline:hover 
{
	background-image: none;
	background-color: #41539d;
}

#navcontainer .subitem a
{
	display: block;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 7px 0px 5px 25px;
	height: 16px;
	width: 191px;
	background-image: none;
}

#navcontainer .subitem:hover 
{	
	background-image: none;		
}

#navcontainer .subitem a:hover 
{
	background-color: #7b92c8;	
}

.ContactUsToday 
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial;
}
.SubscribeToNewsletter
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial;
}