@charset "utf-8";
/* CSS Document */
/* CURRENT STATES */
.level1 .Current {
	color:#FFFFFF;
	font-size:10px;
	left:5px;
	display : block;
	line-height: 28px;
	background-color:#FF3366;
	padding : 0px 0px 0px 20px;
}
.level2 .Current {
	color:#666666;
	font-size:10px;
	left:5px;
	display : block;
	line-height: 15px;
	background-color:#33CC99;
	padding : 0px 0px 0px 10px;
}

/* END OF CURRENT STATES */
/* FIRST LEVEL DESIGN */
p.level1 {
	margin:0px;
	color : #123466;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	height: 28px;
}
/*.Current {
	color:#666666;
	font-size:10px;
	left:5px;
	display : block;
	line-height: 28px;
	background-color:#33CC99;
	padding : 0px 0px 0px 20px;
}*/
.level1 a {
	color : #FFFFFF;
	font-size: 12px;
	font-weight : bold;
	display : block;
	padding : 0px 0px 0px 20px;
	text-decoration : none;
	border-bottom : 1px solid #FFFFFF;
	border-bottom-style:ridge;
	line-height: 28px;
}
.level1 a:hover {
	background-color:#96B3E7;
	color : #FFFFFF;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	
	padding : 0px 0px 0px 20px;
	line-height: 28px;
}

/* END FIRST LEVEL DESIGN */
/* SECOND LEVEL DESIGN */
p.level2 {
	margin:0px;
	color : #123466;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	height: 20px;
}
.level2 a {
	color : #FFFFFF;
	font-weight : bold;
	display : block;
	padding : 0px 0px 0px 10px;
	text-decoration : none;
	border-bottom : 1px solid #999999;
	border-bottom-style:ridge;
}
.level2 a:hover {
	background-color:#96B3E7;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	padding : 0px 0px 0px 10px;
}

/* END FIRST LEVEL DESIGN */



