


#mtleftnav {
	/*background-color: #B167D6;*/
	margin: 4px auto;
	padding: 0 2px 4px 2px;
	width: 135px;
	margin-left: -146px;
	/* float: left; */
	display: inline;
	position: relative;
}

#mtleftnav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
		
#mtleftnav  li {
	display: block;
	margin: 0;
	padding: 0;
	/*background: #B202FF;*/
}

#mtleftnav  li a {
	display: block;
	text-decoration: none;
	font-size: 0.72em;
	width: 100%;
	padding: 2px 0 4px 4px;
	
	/* border-bottom: 1px solid #eee; */
	border-top: 1px solid #FF6633;
	border-bottom:none;
	color: #003366; 
}


/* 2nd level nav */


#mtleftnav ul.nav2ndLevel {
		list-style:circle;
		padding-bottom:6px;
}

#mtleftnav .nav2ndLevel li {
	list-style: none;
	
	
	/* text-indent:10px; */
	
	margin-left: 10px;
}

#mtleftnav .nav2ndLevel li a  {
	border:none;
	padding: 1px 0 1px 1px;
	
	/* border-bottom: 1px solid #eee; */
	
	

}


/*added on 28-01-2011 to draw a box by users*/
td.title-box{

		background-image:url(/ccch/media/styleboxes/yrllow-260-70.jpg);
		width:260px;
		height:70px;
		margin:0;
		padding:0;
		text-align:center;
		vertical-align:middle;
		background-repeat:no-repeat;
}



td.Square {

		background-image:url(/ccch/media/styleboxes/pink-200-200.jpg);
		width:200px;
		height:200px;
		margin:0;
		padding:0;
		text-align:center;
		vertical-align:middle;
		background-repeat:no-repeat;
}

td.Rectangle {

		background-image:url(/ccch/media/styleboxes/green-260-200.jpg);
		width:260px;
		height:200px;
		margin:0;
		padding:0;
		text-align:center;
		vertical-align:middle;
		background-repeat:no-repeat;
}

/*added on 29-06-2011 to draw a box by users*/

td.blue-box-large{

		background-image:url(/ccch/media/styleboxes/blue-200-155.jpg);
		width:200px;
		height:155px;
		margin:0;
		padding:0;
		text-align:center;
		vertical-align:middle;
		background-repeat:no-repeat;
}

td.blue-box-small{

		background-image:url(/ccch/media/styleboxes/blue-178-58.jpg);
		width:178px;
		height:58px;
		margin:0;
		padding:0;
		text-align:center;
		vertical-align:middle;
		background-repeat:no-repeat;
}

#primary table td {
    border: 0 none;
    padding: 12px 0 10px 0 ;
    vertical-align: top;
}
