.nav2 {
	float: left;
	/*width: 100%;*/
	border: none;
	background: transparent;
	color: rgb(75, 75, 75);
	font-size: 1.0em;
	font-size: 130%;
} 
.nav2 ul {
	list-style-type: none;
}

.nav2 ul li {
	float: left;
	position: relative;
	z-index: 1000;
	border-right: solid 1px rgb(175, 175, 175);
	margin: 0;
}

.nav2 ul li ul {
	display: none;
	border: none;
}

.nav2 ul li ul {
	margin-left: -30px;
	padding: 0 30px 30px 30px;
	background: url(../img/bg_head_bottom_nav_hover.gif) top center;
}  /*Sticky hover zones*/

.nav2 ul li a {
	float: left;
	display: block;
	/*height: 3.1em;
	line-height: 3.1em;*/
	padding: 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(100, 100, 100);
}

.nav2 ul li span {
	float: left;
	display: block;
	/*height: 3.1em;
	line-height: 3.1em;*/
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(100, 100, 100);
}

.nav2 ul li:hover {
	width: auto;
}

.nav2 table {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/*Non-IE6*/
.nav2 ul li:hover a {
	background-color: #6A9CD9; /*rgb(210, 210, 210);*/
	color: #fff;
	text-decoration: none;
}  /*Color main cells hovering mode*/
.nav2 ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 998;
	top: 24px;
	/*margin-top: 0.1em;*/
	left: 0;
}

.nav2 ul li:hover ul li ul {
	display: none;
}

.nav2 ul li:hover ul li a {
	display: block;
	width: 10em;
	height: auto;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175, 175, 175);
	border-bottom: solid 1px rgb(175, 175, 175);
	background-color: rgb(237, 237, 237);
	font-weight: normal;
	color: rgb(50, 50, 50);
}  /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
	/*background-color: rgb(210, 210, 210);*/
	background-color: #c8e0fd;
	text-decoration: none;
}  /*Color subcells hovering mode*/


.nav2 li.seperator {
	background-color: rgb(175, 175, 175);
	border-left: solid 1px rgb(175, 175, 175);
	height: 2px;
	width: 98%;
}


/*IE6*/
.nav2 ul li a:hover {
	background-color: #6A9CD9; /*rgb(210, 210, 210)*/
	color:#fff;
	text-decoration: none;
}  /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {
	display: block;
	position: absolute;
	z-index: 998;
	top: 3.1em;
	t\op: 3.0em;
	left: 0;
	marg\in-top: 0.1em;
}

.nav2 ul li a:hover ul li a {
	display: block;
	w\idth: 10em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175, 175, 175);
	border-bottom: solid 1px rgb(175, 175, 175);
	background-color: rgb(237, 237, 237);
	font-weight: normal;
	color: rgb(50, 50, 50);
}  /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a ul {
	visibility: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
	z-index: 997;
}

.nav2 ul li a:hover ul li a:hover {
	background-color: rgb(210, 210, 210);
	text-decoration: none;
} /*Color subcells hovering mode*/