.menu, .menu *
{
	margin: 0px;
	padding: 0px;
}
.menu
{
	width: 730px;
	height: 20px;
	position: relative;
	z-index: 50;
	text-align: center;
	border-top: 5px solid #4D331A;
	border-bottom: 1px solid #4D331A;
	background: url(images/menu_background.gif) top left repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: both;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	list-style-type: none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float: left;
	display: inline;
	width: 90px;
	position: relative;
	margin-left: 27px;
	text-transform: uppercase;
}
.menu li li
{
	border-top: none;
	margin-left: 0px;
	text-transform: lowercase;
}
/* style the links for the top level */
.menu a, .menu a:visited
{
	display: block;
	text-decoration: none;
	color: #334D66;
	width: 90px;
	height: 20px;
	padding-left: 0px;
	line-height: 20px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 20px;
	left: 0;
	width: 90px;
	border: none;
}
/* another hack for IE5.5 */
* html .menu ul ul
{
	top: 20px;
	t\op: 20px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
	position: absolute;
	top: 0;
	left: 0;
}
/* style the second level links */
/* yet another hack for IE5.5 */
.menu ul ul a, .menu ul ul a:visited
{
	background: url(images/ulliback.gif) top left;
	color: #1A2633;
	height: auto;
	line-height: 1em;
	padding: 5px 0px;
	width: 90px;
}
.menu .last a, .menu .last a:visited
{
	background: url(images/ululbackground.gif) no-repeat bottom left;
}
* html .menu ul ul a
{
	width: 90px;
	w\idth: 90px;
}
.active
{
	color: #1A2633;
	background: #E5D9CC;
}
/* style the top level hover */
.menu a:hover
{
	color: #1A2633;
	background: #E5D9CC;
}
.menu :hover > a
{
	color: #1A2633;
	background: #E5D9CC;
}
.menu ul ul a:hover
{
	color: #E5D9CC;
	background: #4D331A;
}
.menu .last a:hover
{
	background-position: bottom right;
}
.menu ul ul .last:hover > a
{
	color: #E5D9CC;
	background-position: bottom right;
}
.menu ul ul .last > a
{
	background: url(images/ululbackground.gif) no-repeat bottom left;
}
.last
{
	background: url(images/ululliabackgroundtop.gif) no-repeat top left;
}
.last a
{
	margin-top: 1px;
	background: none;
	background-image: url(images/ululbackground.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
	visibility: visible;
}
.menu ul ul li a
{
	margin-top: 1px;
}
.menu ul ul li
{
	background-image: url(images/ululliabackgroundtop.gif);
}
.menu ul ul last
{
	background-repeat: no-repeat;
}
#header ul *
{
	font-size: 13px;
}
#header ul ul *
{
	font-size: 11px;
}
#footer ul *
{
	font-size: 11px;
}
#footer .menu
{
	border-top: 1px;
	border-bottom: 2px;
}
.home form
{
	clear: both;
	float: right;
	margin-top: 10px;
	width: 300px;
	height: 1px;
}
