/* /// NAV /// */
#navigation {
	position:absolute;
	top:200px;
	left:0px;
	height:19px;
	width:100%;
	min-width:844px; /* header height */
	background-color:#5095BD;
	border-top:solid 1px #FFCAA6;
	border-bottom:solid 1px #FFCAA6;
}

.nav_left_spacer { /* nav padding left */
	float:left;
	height:19px;
	width:65px;
}

.nav_separator {
	float:left;
	width:9px;
	height:19px;
	background:url(../images/nav/nav_separator.gif) no-repeat 0 0;
}

.nav_separator_on_left {
	float:left;
	width:9px;
	height:19px;
	background:url(../images/nav/nav_separator_on_left.gif) no-repeat 0 0;
}

.nav_separator_on_right {
	float:left;
	width:9px;
	height:19px;
	background:url(../images/nav/nav_separator_on_right.gif) no-repeat 0 0;
}


/* NAV 01 */
.nav_01 {
	width:44px;
	background:url(../images/nav/nav_01_over.gif) no-repeat 0 0;
}
.nav_01 a {
	background:url(../images/nav/nav_01.gif) no-repeat 0 0;
}
.nav_01_on {
	width:48px;
	background:url(../images/nav/nav_01_on.gif) no-repeat 0 0;
}

/* NAV 02 */
.nav_02 {
	width:57px;
	background:url(../images/nav/nav_02_over.gif) no-repeat 0 0;
}
.nav_02 a {
	background:url(../images/nav/nav_02.gif) no-repeat 0 0;
}
.nav_02_on {
	width:63px;
	background:url(../images/nav/nav_02_on.gif) no-repeat 0 0;
}

/* NAV 03 */
.nav_03 {
	width:60px;
	background:url(../images/nav/nav_03_over.gif) no-repeat 0 0;
}
.nav_03 a {
	background:url(../images/nav/nav_03.gif) no-repeat 0 0;
}
.nav_03_on {
	width:67px;
	background:url(../images/nav/nav_03_on.gif) no-repeat 0 0;
}

/* NAV 04 */
.nav_04 {
	width:37px;
	background:url(../images/nav/nav_04_over.gif) no-repeat 0 0;
}
.nav_04 a {
	background:url(../images/nav/nav_04.gif) no-repeat 0 0;
}
.nav_04_on {
	width:41px;
	background:url(../images/nav/nav_04_on.gif) no-repeat 0 0;
}

/* NAV 05 */
.nav_05 {
	width:43px;
	background:url(../images/nav/nav_05_over.gif) no-repeat 0 0;
}
.nav_05 a {
	background:url(../images/nav/nav_05.gif) no-repeat 0 0;
}
.nav_05_on {
	width:47px;
	background:url(../images/nav/nav_05_on.gif) no-repeat 0 0;
}

/* NAV 06 */
.nav_06 {
	width:43px;
	background:url(../images/nav/nav_06_over.gif) no-repeat 0 0;
}
.nav_06 a {
	background:url(../images/nav/nav_06.gif) no-repeat 0 0;
}
.nav_06_on {
	width:48px;
	background:url(../images/nav/nav_06_on.gif) no-repeat 0 0;
}

/* NAV 07 */
.nav_07 {
	width:53px;
	background:url(../images/nav/nav_07_over.gif) no-repeat 0 0;
}
.nav_07 a {
	background:url(../images/nav/nav_07.gif) no-repeat 0 0;
}
.nav_07_on {
	width:60px;
	background:url(../images/nav/nav_07_on.gif) no-repeat 0 0;
}

/* NAV 08 */
.nav_08 {
	width:63px;
	background:url(../images/nav/nav_08_over.gif) no-repeat 0 0;
}
.nav_08 a {
	background:url(../images/nav/nav_08.gif) no-repeat 0 0;
}
.nav_08_on {
	width:69px;
	background:url(../images/nav/nav_08_on.gif) no-repeat 0 0;
}

/* NAV 09 */
.nav_09 {
	width:92px;
	background:url(../images/nav/nav_09_over.gif) no-repeat 0 0;
}
.nav_09 a {
	background:url(../images/nav/nav_09.gif) no-repeat 0 0;
}
.nav_09_on {
	width:103px;
	background:url(../images/nav/nav_09_on.gif) no-repeat 0 0;
}

/* NAV 10 */
.nav_10 {
	width:59px;
	background:url(../images/nav/nav_10_over.gif) no-repeat 0 0;
}
.nav_10 a {
	background:url(../images/nav/nav_10.gif) no-repeat 0 0;
}
.nav_10_on {
	width:65px;
	background:url(../images/nav/nav_10_on.gif) no-repeat 0 0;
}

/* NAV - COMMUN */

.nav_01, .nav_02, .nav_03, .nav_04, .nav_05, .nav_06, .nav_07, .nav_08, .nav_09, .nav_10 {
	float:left;
	height:19px;
}
.nav_01 a, .nav_02 a, .nav_03 a, .nav_04 a, .nav_05 a, .nav_06 a, .nav_07 a, .nav_08 a, .nav_09 a, .nav_10 a {
	display:block;
	width:100%;
	height:100%;
}
.nav_01 a:hover, .nav_02 a:hover, .nav_03 a:hover, .nav_04 a:hover, .nav_05 a:hover, .nav_06 a:hover, .nav_07 a:hover, .nav_08 a:hover, .nav_09 a:hover, .nav_10 a:hover {
	background-image:none;
}

.nav_01_on, .nav_02_on, .nav_03_on, .nav_04_on, .nav_05_on, .nav_06_on, .nav_07_on, .nav_08_on, .nav_09_on, .nav_10_on {
	float:left;
	height:19px;
}
.nav_01_on a, .nav_02_on a, .nav_03_on a, .nav_04_on a, .nav_05_on a, .nav_06_on a, .nav_07_on a, .nav_08_on a, .nav_09_on a, .nav_10_on a {
	width:100%;
	height:100%;
	display:block;
}