.mainFolderBox {
	background-color : #003E88;
	border : 2px solid #FEE3EC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin : 0px 0px 0px 0px;
	padding : 8px 3px 3px 3px;
	padding-left : 4px;
	text-decoration:none;
	font-weight: bold;
	z-index:1000;
	height:22px;
}

.mainFolderLine {
	display:block;	
	color : white;
	text-decoration : none;
	font-weight: bold;
}

.mainFolderLineMouseOver {
	display:block;	
	color : #FF2674;
	text-decoration: none;
	font-weight: bold;
}

.subFolderPage {
	z-index:2000;
}
.subFolderBox {
	background-color :#003E88;
	border : 2px solid #FEE3EC;
	color : white;
	margin : 0px 0px 0px 0px;
	padding : 8px 3px 3px 3px;
	z-index:2001;
	height: 22px;
}

.subFolderLine {
	display:block;	
	color : white;
	text-decoration: none;
	z-index:2002;
}

.subFolderLineMouseOver {
	display:block;	
	color : #FF2674;
	text-decoration : none;
}

.linkBox {
	background-color : #74A9D4;
	border : 2px solid #FEE3EC;
	color : white;
	margin : 0px 0px 0px 0px;
	padding : 8px 3px 3px 3px;
	height:22px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.linkLine {
	display:block;
	color : white;
	text-decoration:none;
}

.linkLineMouseOver {
	display:block;
	color : #FF2674;
	text-decoration:none;
}


