@charset "UTF-8";

ul.navi
{
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 3px;
	line-height: 120%;
	font-weight: normal;
	color: #333333;
	z-index: 1;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.navi li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 243px;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 2;
}
ul.navi .off a.na, ul.navi .off a.na:hover, ul.navi .off a.na:focus, ul.navi .off a.na:active
{
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/navi_ac.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 20px;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
ul.navi .toi  {
	font-size: 12px;
	padding-top: 20px;
	position: relative;
	display: block;
	cursor: auto;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.navi a.na
{
	display: block;
	cursor: pointer;
	color: #444444;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	background-image: url(images/navi_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 20px;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.navi p
{
	display: block;
	color: #444444;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	background-image: url(images/navi_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 20px;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	cursor: auto;
}
ul.navi a.na3 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 150%;
}
ul.navi a.na3:hover, ul.navi a.na3:focus {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 150%;
}
ul.navi a.na2
{
	display: block;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #CCCCCC;
	margin-top: 1px;
}
ul.navi a.na2:hover, ul.navi a.na2:focus, ul.navi a.na2:active
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #666666;
	margin-top: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.navi a.na:hover, ul.navi a.na:focus
{
	color: #000000;
	background-image: url(images/navi_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
ul.navi a.na:active
{
	color: #000000;
	background-image: url(images/navi_ac.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.navi li.navi_ie
	{
	display: inline;
	f\loat: left;
	background: #FFF;
	z-index: 2;
	}
}
