/***Left Menu Page***/
/*http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm*/

div.leftMenuPage
{
	background: #fff; /* right column background colour */
}
div.leftMenuPage div.colLeft
{
	right: 75%; /* right column width */
	background: #f4f4f4; /* left column background colour */
}
div.leftMenuPage div.col1
{
	width: 71%; /* right column content width */
	left: 102%; /* 100% plus left column left padding */
}
div.leftMenuPage div.col2
{
	width: 21%; /* left column content width (column width minus left and right padding) */
	left: 6%; /* (right column left and right padding) plus (left column left padding) */
}

