/**
 *	@file: 					navi.cs
 *	@description: 	
 *	
 *	@content:				
 *									1. Navigation: Main
 *									2. Navigation: Sub

 */


/*----------------------[ Navigation: Main ]--------------------------*/

.navi_start {
	height: 80px !important;
	background-color: #ffffff !important;
}

#wrapperNaviMain {
	width: 780px;
	height: 6.88em; /* 110 */
	background-color: #f2f2f2;
}

#naviMain {
	height: 6.88em; /* 110 */
	width: 778px;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
	background: url(../images/bg_navi_main.gif) 0 0 repeat-x;
	position: relative;
}

#naviMain li {
	float: left;
	list-style-type: none;
	margin: 0;
}

#naviMain li a {
	background-image: url(../images/bg_navi_main_list.gif);
	background-repeat: no-repeat;
	height: 40px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#naviMain li.uid_9 a {
	width: 97px;
	background-position: 0 0;
}

#naviMain li.uid_9 a.active,
#naviMain li.uid_9 a:hover {
	background-position: 0 -40px;
}

#naviMain li.uid_8 a {
	width: 105px;
	background-position: -97px 0;
}

#naviMain li.uid_8 a.active,
#naviMain li.uid_8 a:hover {
	background-position: -97px -40px;
}

#naviMain li.uid_7 a {
	width: 131px;
	background-position: -202px 0;
}

#naviMain li.uid_7 a.active,
#naviMain li.uid_7 a:hover {
	background-position: -202px -40px;
}

#naviMain li.uid_6 a {
	width: 132px;
	background-position: -333px 0;
}

#naviMain li.uid_6 a.active,
#naviMain li.uid_6 a:hover {
	background-position: -333px -40px;
}

#naviMain li.uid_5 a {
	width: 140px;
	background-position: -465px 0;
}

#naviMain li.uid_5 a.active,
#naviMain li.uid_5 a:hover {
	background-position: -465px -40px;
}

#naviMain li.uid_4 a {
	width: 173px;
	background-position: -605px 0;
}

#naviMain li.uid_4 a.active,
#naviMain li.uid_4 a:hover {
	background-position: -605px -40px;
}


/*----------------------[ Navigation: Sub ]---------------------------*/

#naviSub {
	position: absolute;
	left: -6px;
	top: 55px;
	width: 740px;
	padding-right: 20px !important;
}

#naviSub li {
	padding: 0 14px;
	float: left;
	background: url(../images/bg_navi_sub_li.gif) 100% 3px no-repeat;
}

#naviSub li.last {
	padding-right: 0;
	background: none;
}

#naviSub li a {
	float: left;
	text-indent: 0;
	font: normal .75em/135% Arial, Verdana, sans-serif;
	text-decoration: none;
	height: 1.67em;
	overflow: visible;
	background: none !important;
	width: auto !important;
}

#naviSub li a:hover {
	text-decoration: underline;
}

#naviSub li a.active {
	color: #000000;
	font-weight: bold;
}


/*----------------------[ Navigation: Footer ]------------------------*/

#wrapperNaviFooter {
	width: 330px;
	height: 20px;
	float: right;
}

#naviFooter {
	float: right;
}

#naviFooter li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #000000;
	line-height: 1.4em;
	padding: 0 .71em;
	margin: 0;
}

#naviFooter li.last {
	border-right: none;
	padding-right: 0;
}

#naviFooter li a {
	color: #000000;
}

#naviFooter li a.active {
	font-weight: bold;
}


