﻿#nav
{
	font-size: 12px;
	font-weight: bold; /* margin: 1em 0 0;*/
	margin-top: 10px;
	margin-bottom: 18px;
	list-style: none;
}

#nav li
{
	float: left;
	margin-right: 1px;
	margin-bottom: 18px;
}

.bi
{
	position: relative;
	z-index: 0;
}

.bi:hover
{
	z-index: 99;
}

.bi:hover span
{
	visibility: visible;
	top: 0;
	left: 0;
	cursor: pointer;
}

.bi span
{
	position: absolute;
	left: -999em;
	visibility: hidden;
}

#nav li a, .bi:hover span
{
	line-height: 20px;
	text-decoration: none;
	color: #666666;
	display: block;
	width: 80px;
	text-align: center;
}

#nav li a:hover, .bi:hover span
{
	color: #FFFFFF;
	background: #DC4E1B;
}

.bi:hover span
{
	padding-top: 2px;
}





.homeTitle
{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.homeSubMenuUL
{
	list-style-type: square;
	color: #FFCC00;
}
.homeSubMenuLI
{
	color: #000000;
}
.homeSubMenu
{
	font-size: 11px;
	font-family: MS Sans Serif;
}

.homeSubMenuUL a, a:visited
{
	color: #666666;
	text-decoration: none;
}

.homeSubMenuUL a:hover
{
	color: #666666;
}

.HomeContenTitle
{
	color: #000000;
	background-color: #eeeeee;
	font-size: medium;
	padding-left: 10px;
}
.HomeContenDes
{
	border:1px solid #eeeeee;
	padding-left:10px;
	padding-right:5px;
	line-height:16px;
}

.PostionName
{
	color: #B63339;
	font-size: 18px;
	
	padding-top: 20px;
	border-bottom:1px dotted #EEEEEE;
}
.PostionTitle
{
	color: #CC9966;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	padding-top: 5px;
}
.PostionDetail
{
	
}
