
/*********** CSS ************/

.left{
	float: left;
}

/* navbar Main */
.nav01 td {
	background-color: #333333;
	padding-left: 1px;
	padding-right: 1px;
	text-align:center;
}
.nav02 td, td.nav02 {
	background-color: #FFCC33;
}
.nav02 td{
	color:#333333;
	padding-left: 2px;
	font-weight:normal;
}

.nav01 a{
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
.nav01 a:hover{
	color: #000000;
	text-decoration: none;
}
#topmenu a{
	color: #000000;
	position: relative;
	z-index: 2;
	top: 4px;
	border: 1px solid #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.nav02 a{
	font-weight: normal;
	color:#333;
	white-space: nowrap;
	display: block;
	padding: 2px 5px 2px 0px;
	text-decoration: none;
}
.nav02 a:hover{
	text-decoration: underline;
}

/* navbar main */
td.navcolor, #select02 a, #topmenu a {
	background-color: #FFCC33;
}