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

#nav a {
	font-weight: bold;
	color: #388171;
	padding-top: 7px; }

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	padding: 0.2em 5px;
	border-left: 1px solid transparent; }

#nav li li a:hover {
	line-height: 100%;
	background-color: #5b6ca3;
	padding: 0.2em 5px;
	border-left: 1px solid white; }

li {
	float: left;
	position: relative;
	width: 128px;
	text-align: center;
	cursor: default;
	background-color: #ccc;
	height: 28px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px 0 1px 2px; }

li#first {
	background-image: url(../images/IRMmenuback.jpg);
	background-repeat: repeat-x;
	border-left: 2px solid #808080; }

li#mid {
	background-image: url(../images/IRMmenuback.jpg); }
li#last {	background-image: url(../images/IRMmenuback.jpg); }

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../images/menustripe.gif) no-repeat left bottom;
	padding: 1em 0; }

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

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

hr {
	display: none;
}

#menu p {
	clear: left;
	background: url(../images/block1.jpg) no-repeat left center;
	padding: 1em 1em 0;
	margin: 0;
}

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

p.image img {
	display: block;
	border: solid 1px #388171;
}
.menutext {
	position: relative;
	top: 5px; }

ul#sub {
	margin-top: 10px;
	padding-top: 5px; }
ul#sub li.tall {
	height: 36px;
	margin-bottom: 5px; }
.tight {
	line-height: 100%; }

