#borderBG{
	width:900px;
	height:400px;
	position:absolute;
	z-index:-1;
	margin-top:37px;
	margin-left:109px;
	background:#000;
	/*border:2px dashed #FFF;*/
}

#leftSideBorder{
	height:400px;
	width:240px;
	float:left;
	background:url(../assets/BG/leftSideBorder-01.png) no-repeat center;
}

#rightSideBorder{
	height:400px;
	width:174px;
	float:right;
	background:url(../assets/BG/rightSideBorder-02-01.png) no-repeat center;
}

#folioMenu{
	height:270px;
	width:145px;
	position:absolute;
	z-index:5;
	margin-left:0px;
	margin-top:70px;	
}

.folioMenuBtn{
	
}


#folioMenuBtn1{
	height:14px;
	width:115px;
	font-size:13px;
	padding-left:20px;
	padding-top:34px;
	padding-bottom:34px;	
}

#folioMenuBtn2{
	height:14px;
	width:100px;
	font-size:13px;
	padding-left:35px;
	padding-top:34px;
	padding-bottom:34px;
	
}

#folioMenuBtn3{
	height:28px;
	width:100px;
	font-size:13px;
	padding-left:35px;
	padding-top:27px;
	padding-bottom:27px;
}

.folioMenuBtn{
	background:url(../assets/buttons/sideButton4-01.png) no-repeat;	
}

.folioMenuBtnActive{
	background:url(../assets/buttons/sideButton5-01.png) no-repeat;		
}

.folioMenuBtnHover{
	background:url(../assets/buttons/sideButton3-01.png) no-repeat;	
	cursor:pointer;
	color:#000;
}

