﻿.navlist
{
	list-style-type: none;
	background: #E1E5EE;
	margin: 0px;
	padding: 0px;
}

.navlist li
{
	width: 108px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	background: url(../img/nav/nav_bg.gif) no-repeat right bottom;
}

.navlist li a
{
	display: block;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	color: #1258A0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.navlist li a.current, .navlist a:hover, .navlist a:active
{
	color: #1258A0;
	text-decoration: none;
	background: url(../img/nav/nav_bg1.gif) no-repeat right bottom;
}

.disable
{
	display: none;
}

.subnav
{
	position: absolute;
	margin-left: 112px;
	padding: 0px;
	margin-top: -35px;
	height: 27px;
	line-height: 27px;
	white-space: nowrap;
	z-index: 19491001;
}

.subnav .lt
{
	height: 5px;
	line-height: 5px;
	width: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/lt.gif) #FFFFFF no-repeat;
}

.subnav .lm
{
	width: 5px;
	line-height: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/lm.gif) #FFFFFF repeat-y;
}

.subnav .lb
{
	height: 5px;
	line-height: 5px;
	width: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/lb.gif) #FFFFFF no-repeat;
}

.subnav .mt
{
	height: 5px;
	line-height: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/mt.gif) #FFFFFF repeat-x;
}

.subnav .mm
{
	line-height: 18px;
	background: #FFFFFF;
}

.subnav .mb
{
	height: 5px;
	line-height: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/mb.gif) #FFFFFF repeat-x;
}

.subnav .rt
{
	height: 5px;
	line-height: 5px;
	width: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/rt.gif) #FFFFFF no-repeat;
}

.subnav .rm
{
	width: 5px;
	line-height: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/rm.gif) #FFFFFF repeat-y;
}

.subnav .rb
{
	height: 5px;
	line-height: 5px;
	width: 5px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/rb.gif) #FFFFFF no-repeat;
}

.subnav p.pointer
{
	position: absolute;
	margin-top: 12px;
	margin-left: -4px;
	height: 9px;
	width: 5px;
	font-size: 1px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/nav/pointer.gif) no-repeat;
}

.subnav td a
{
	margin: 0px;
	padding: 2px 3px;
	line-height: 24px;
	display: inline;
}

.subnav td a.current, .subnav td a:hover, .subnav td a:active
{
	background: url(../img/nav/a_bg.gif) no-repeat center bottom;
}