.verticleMenu{
	background-color:#;
	padding:3px; text-align:center;
	color:#036; width:200px;
	font-size:13px;
	-moz-box-shadow: 0px 6px 3px #888888;
	-webkit-box-shadow: 0px 6px 3px #888888;
	box-shadow: 0px 6px 3px #888888;
}
.verticleMenu:hover{
	background-color:#;
	padding:3px; text-align:center;
	color:#036; width:200px;
	font-size:13px;
	-moz-box-shadow: 0px 1px 1px #888888;
	-webkit-box-shadow: 0px 1px 1px #888888;
	box-shadow: 0px 1px 1px #888888;
}

.verticleMenuText{
	text-decoration: none;
	color:#036;
}
.verticleMenuText:hover{
	text-decoration: none;
	#color:#C06A6A;
}

.verticleMenuBox{
	background-color:#;
	width:250px;
	width:; padding-top:10px;
	align:right;
	border: 0px;
	border-style: solid;
	border-color: #036;
	border-radius: 5px;
	-moz-box-shadow: 0px 8px 3px #888888;
	-webkit-box-shadow: 0px 8px 3px #888888;
	box-shadow: 0px 8px 3px #888888;
}

 .p1{
 font-family: arial;
 font-size: 14px;
 line-height:18pt; 
 }
 
 .currentIssueBox{
	 #background-color:#F8F8F8;
	 background-color:#F8F8F8;
	 border-radius: 5px;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 padding-left: 6px;
	 padding-right: 6px;
	 
 }
 .currentIssueBoxHeading{
	background-color:#ACCEF7;
	 border-radius: 5px;
	 padding-top: 6px;
	 padding-left:6px;
	 padding-bottom:6px;
	 margin-bottom:10px;
	 font-size:17px;
	 font-family:arial;
 }
 
 