﻿ul {
	margin: 0px;
	position: relative;
	left: 1px;
	padding: 0px;
	width: 180px;
}
ul li {
	list-style-type: none;
	display: inline;
	width: 180px;
	font-family: Verdana;
	font-size: 12px;
	height: 20px;
	float: none;
	margin: 0px;
	line-height: 20px;
	position: relative;
}
ul li a {
	background-color: #0092cf;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	width: 173px;
	display: block;
	padding-left: 9px;
	height: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 0px;
	vertical-align: middle;
}
ul li a:hover {
	background-color: #99CCFF;
	color: #000000;
	margin: 0px;
	z-index: 1;
}
.nonlinks {
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 184px;
	height: 30px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #DFEAF4;
	position: relative;
	left: 1px;
	text-indent: 5%;
}
.corner_left {
	background-image: url('tl.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
.corner_right {
	background-image: url('tr.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000000;
	margin: 0px;
	left: 0px;
}
