﻿.LeftCol
{
	float: left;
	/* width = 16px + margins */
	width: 160px;	
	height: 485px;
	/*background-image: url('../images/ThreeColumn/page-bg.png');*/
	background-repeat: repeat-x;
}


.LeftCol .LeftMenu
{

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color:#c5c4df;
}


.LeftCol .LeftMenu a
{
	color: #27318b;
	text-decoration: none;
}

.LeftCol .LeftMenu .leftSubMenu a
{
	margin-left: 10px;
	color: #a29200;
}

.LeftCol .LeftMenu .leftSubMenu
{
	border: 1px solid pink;
}