/* CSS Document */




ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: #003776;
}

#nav a:hover {
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #E2373E;
	padding: 0.1em 2px;
}

#nav li li a:hover {
	padding: 0.1em 1px;
	border: 2px solid #003776;
	border-width: 0 2px;
	background-image:url(../../images/gradients/menu-red2a.gif);
	background-repeat:repeat-x;
	color:#003776;
	text-align: center;
}

li {
	float: left;
	position: relative;
	width: 9em;
	text-align: center;
	cursor: default;
	font-size:11px;
	color:#003776;
	background-image:url(../../images/gradients/menu-blue.gif);
	background-repeat:repeat-x;
	
	border: 1px solid #5380B4;
	border-width: 1px 1px;
}

li:hover {
    background-image:url(../../images/gradients/menu-red-1.gif);
	background-repeat:repeat-x;
	color: white;

}

li#first {
	border-left-width: 3px;
}

li#last {
	border-right-width:3px;
}

li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;

	font-weight: normal;
	background: white;
padding: 0.3em 0 0 0;
	border-right: solid 1px #E2373E;
	border-left: solid 1px #E2373E;
	border-bottom: solid 1px #E2373E;
}

li>ul {
	top: 19px;
	left: -0.1em;
}

li li {
	display: block;
	float: none;
	background-image:url(../../images/gradients/menu-blue2.gif);
	
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
	
}

hr {
	display: none;
}



p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}






