.globalNav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

.globalNav li{
	float: left;
	background: url(../_images/globalNav_li_side.gif) no-repeat top right;
	padding:0 5px 0 2px;
}
.globalNav li a{
	display: block;
	_width:1%;
	white-space: nowrap;
	height: 32px;
	line-height: 32px;
	padding: 0px 20px 0px 20px;
	color: white;
	font-size:11px;
}

.globalNav li:hover a , .globalNav li.iehover a , .globalNav li.active a {
	border-bottom: 1px solid white;
}

.globalNav li.active a {
	font-weight:bold;
}

.globalNav li ul{
	display:none;
}


/* submenu */ 

.subNav{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.subNav li{
	border-bottom: 1px dotted #8e8e8e;
}

.subNav li a{
	line-height: 36px;
	height: 36px;
	display: block;
	color: #454545;
	padding-left: 15px;
	background: url(../_images/subNav_arrow.gif) no-repeat left;
}

.subNav li a:hover, .subNav li.active a{
	font-weight: bold;
}

 