@charset "UTF-8";
/* CSS Document */

.menu ul {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.menu li {
	float: left;
	position: relative;
	z-index: 100;
}

.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}

.menu ul ul.drop a,
.menu ul ul.drop a:visited {
	display: block;
	color: #ffffff;
	text-align: left;
	margin-top: 1px;
	padding: 2px 5px 0px 5px;
	background-color: #b9c2b9;
	width: 179px;
	height: 20px;
	text-decoration: none;
}

.menu ul ul.rdrop a,
.menu ul ul.rdrop a:visited {
	display: block;
	color: #ffffff;
	text-align: left;
	margin-top: 1px;
	padding: 2px 5px 0px 5px;
	background-color: #0099ba;
	height: 20px;
	text-decoration: none;
}

.menu a, .menu :visited {
	display: block;
	font-size: 11px;
	text-align: center;
	width: 71px;
	padding: 24px 0px 2px 0px;
	color: #2d2d2d;
	text-decoration :none;
	margin-right: 1px;
}

.menu a.first {
	background: url(../images/img_navBGbox.jpg) repeat-x 0px 0px;
	border-bottom: solid 6px #d7215e;
	background-color: #d7215e;
	margin-right: 12px;
	font-weight: normal;
}

.menu a.second {
	background: url(../images/img_navBGbox.jpg) repeat-x 0px 0px;
	border-bottom: solid 6px #96c006;
	background-color: #96c006;
	margin-right: 12px;
	font-weight: normal;
}

.menu a.third {
	background: url(../images/img_navBGbox.jpg) repeat-x 0px 0px;
	border-bottom: solid 6px #ff8000;
	background-color: #ff8000;
	margin-right: 12px;
	font-weight: normal;
}

.menu a.fourth {
	background: url(../images/img_navBGbox.jpg) repeat-x 0px 0px;
	border-bottom: solid 6px #ff90ba;
	background-color: #ff90ba;
	margin-right: 12px;
	font-weight: normal;
}

.menu a.fith {
	background: url(../images/img_navBGbox.jpg) repeat-x 0px 0px;
	border-bottom: solid 6px #0099ba;
	background-color: #0099ba;
	margin-right: 12px;
	font-weight: normal;
}

.menu a.sixth {
	background: url(../images/img_navBGbox.jpg) repeat-x 0px 0px;
	border-bottom: solid 6px #bf287d;
	background-color: #bf287d;
	margin-right: 12px;
	font-weight: normal;
}

.menu a.seventh {
	font-weight: normal;
	width: 189px;
	text-align: left;
	margin-right: 0px;
	border-bottom: solid 6px #b9c2b9;
}

.menu a.seventh li {
	display: block;
	color: red;
}

.menu a:hover {
	text-decoration: none;
}

.menu a.seventh:hover {
	color: #2d2d2d;
	text-align: left;
	width: 189px;
	margin-right: 0px;
	text-decoration: none;
}

.menu :hover{
	color: #ffffff;
}

.menu ul ul.drop a:hover {
	color: #ffffff;
	text-align: left;
	background-color: #333333;
}

.menu ul ul.rdrop a:hover {
	color: #ffffff;
	text-align: left;
	background-color: #062E51;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 150px;
	height: 0;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	text-align: left;
}
.selected { 
	color: #633200;
}