#nav {margin:0px;}

/* the styling */
#nav {
	width:1000px;
	position:relative;
	background-image: url(../images/bg_tmn.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 53px;
	padding-top: 2px;
}

#nav .select, #nav .current {
	margin:0;
	padding:0;
	list-style:none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	height:auto;
}

#nav .select a,
#nav .current a {
	display:block;
	float:left;
	text-decoration:none;
	font-size:11px;
	white-space:nowrap;
	color:#fff;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 1px;
	_padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	height:23px;
}
* html #nav .select a, * html #nav .current a {width:1px; height:25px;}


#nav .select a:hover, 
#nav .select li:hover a {
	cursor:pointer;
	color:#000000;
	background-image: url(../images/bg_rp_mnc.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {
	color:#000000;
	background-color: #666;
	background-image: url(../images/bg_rp_mnc.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	color:#000000;
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	color:#990000;
}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:998px;
	top:26px;
	left:0;
	background:#cccccc;
	margin:0;
	padding:0;
	z-index:100;
	color:#fff;
	font-size:11px;
	height: 18px;
}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {
	display:block;
	position:absolute;
	width:1000px;
	top:26px;
	left:0;
	background:#cccccc;
	margin:0;
	padding:0;
	z-index:10;
	height: 18px;
	font-size:11px;
}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {
	text-decoration:none;
	white-space:nowrap;
	display:block;
	float:left;
	background:#cccccc;
	margin:0;
	font-size:11px;
	white-space:nowrap;
	color:#003399;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Tahoma;
	font-weight: normal;
	top:26px;
	height:18px;
}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block;
	background:#cccccc;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#003399;
	font-size:11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	top:26px;
	height:18px;
	text-transform: none;
}

