/* nav.css | despecial.com | 11.2007 */

/*///////// NAV \\\\\\\\\\\*/
#nav {
	margin: 0;
	padding: 0;
	font: normal 10pt Helvetica,"Trebuchet MS", sans-serif;
	line-height: 13.5pt;
	color: #666;
	list-style-type: none;
}
#nav li {
	width: 150px;
	font-size: 10pt;
}
#nav li a {
	font-weight: normal;
	text-decoration: none;
}
/* normal */
#nav li a.nav_norm:link,
#nav li a.nav_norm:visited {
	display:block;
	color: #2E9CC0;
}
#nav li a.nav_norm:hover,
#nav li a.nav_norm:active {
	display:block;
	color: #23758F;
	background: transparent url("../_img/li_hover.gif") no-repeat 0px 10px;
}

/* active */
#nav li a.nav_active:link,
#nav li a.nav_active:visited {
	display:block;
	color: #610b18;
	font-weight: bold;
	cursor: default;
	background: transparent url("../_img/li_active.gif") no-repeat 0px 10px;
}
#nav li a.nav_active:hover,
#nav li a.nav_active:active {
	display:block;
	color: #610b18;
	background: transparent url("../_img/li_active.gif") no-repeat 0px 10px;
}

#nav li .li_now,
#nav li .li_nrm,
#nav li .navstart {
	display: block;
	margin-left: 45px;
	width: 148px;
	padding: 2px 10px 1px 5px;
	border-top: 1px dotted #891419;
}
/* IE 7 & IE 6 HACK */
*+html #nav li .li_now,
*+html #nav li .li_nrm,
*+html #nav li .navstart {
	margin-bottom: -3px;
}

#nav li .navstart {
	border-width: 0;
}

/*///////// SUB-NAV \\\\\\\\\\\*/
#subnav li {
	width: 200px;
	display: block;
	margin-left: -40px;
	list-style-type: none;
	/*white-space:nowrap; */
}
#subnav li a {
	font-size: 9pt;
	color: #2E9CC0;
}
/* normal */
#subnav li a.subnav_norm:link,
#subnav li a.subnav_norm:visited {
	color: #2E9CC0;
}
#subnav li a.subnav_norm:hover,
#subnav li a.subnav_norm:active {
	color: #23758F;
	background: transparent url("../_img/sub_hover.gif") no-repeat 0px 7px;
}

/* active */
#subnav li a.subnav_active:link,
#subnav li a.subnav_active:visited {
	color: #610b18;
	font-weight: bold;
	background: transparent url("../_img/sub_active.gif") no-repeat 0px 7px;
}
#subnav li a.subnav_active:hover,
#subnav li a.subnav_active:active {
	color: #610b18;
	cursor: default;
	background: transparent url("../_img/sub_active.gif") no-repeat 0px 7px;
}
#nav li .lili_now,
#nav li .lili_nrm {
	margin-left:  45px;
	padding: 2px 5px;
}
