@charset "iso-8859-1";
@import url("../../common/css/format.css");

li#current {
	color : #ffffff;
	font-weight : bold;
}

ul#Level1 {
	margin : 15px 20px 80px 50px;
	padding : 0;
	list-style-type : none;
}

ul.Level2 {
	margin : 0;
	padding : 0;
	font-size : 1.2em;
}

ul.Level2 li {
	width : 275px;
	margin-top : 30px;
	margin-right : 20px;
	list-style-type : none;
	float : left;
}

ul.Level3 {
	margin : 0 0 0 20px;
	padding : 0;
}

ul.Level3 li {
	width : 275px;
	margin-top : 5px;
	margin-right : 20px;
	list-style-type : none;
}

.underLine {
	padding : 2px 0px 5px 8px;
	background : url("../images/underline.gif") left bottom no-repeat;
}

.arrow {
	padding : 0 0 0 25px;
	background : url("../images/arrow.gif") 0 2px no-repeat;
}