form {
	padding: 0px;
	margin: 0px;
}
li.first {
	height: 32px;
	line-height: 16px;
	text-align: left;
	margin-left: 14px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	cursor: pointer;
}

li.first_selected {
	height: 32px;
	line-height: 16px;
	text-align: left;
	margin-left: 14px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	cursor: pointer;
}

li.second {
	height: 16px;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-right: 10px;
	color: #69931A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

li.second_selected {
	height: 16px;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin-right: 10px;
	color: #69931A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

li.third {
	height: 16px;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #999999;
	margin: 1px;
	text-indent: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

li.third_selected {
	height: 16px;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #666666;
	margin: 1px;
	text-indent: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

li.blind {
    height: 0px;
    line-height: 0px;
    text-align: left;
    background: #ffffff;
    margin: 0px;
    text-indent: 0px;
    display: block;
}

li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

li.first a:hover {
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	background-image: url(/images/menu_tick.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
li.second a:hover {
	background: #ffffff;
	color: #999999;
	cursor: pointer;
	background-image: url(/images/menu_tick.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
li.third a:hover {
	background: #eeeeee;
	color: #999999;
	cursor: pointer;
}
li.first_selected a:hover {
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	background-image: url(/images/menu_tick.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
li.second_selected a:hover {
	background: #ffffff;
	color: #69931A;
	cursor: pointer;
	background-image: url(/images/menu_tick.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

li.first a {
	text-decoration: none;
	display: block;
	border: 1px;
	height: 100%;
}

li.second a {
	text-decoration: none;
	display: block;
	border: 1px;
	height: 100%;
}

li.third a {
	text-decoration: none;
	display: block;
	border: 1px;
	height: 100%;
}

ul.menu {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
}



