#content {
	float:right;
	width: 720px;
}

#subMenu {
	float: left;
	width: 190px;
	margin: 5px 0;
}

#subMenu  ul {
	list-style-type: none;
	margin: 0; padding: 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

#subMenu ul li {
	height: 31px;
}

#subMenu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../img/subMenu_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	line-height: 31px;
	text-indent: 10px;
	font-style: normal;
}

#subMenu ul li a:hover {
	background-image: url(../img/subMenu_bg_hover.gif);
}

#subMenu ul li.active a {
	background-image: url(../img/subMenu_bg_hover.gif);
}

/* COLUMNS */
.threeColumns .col1 { width: 236px; }
.threeColumns .col2{ width: 236px; }
.threeColumns .col3{ width: 236px; }
.twoColumns_66_33 .col1 { width: 472px; }
.twoColumns_66_33 .col2 { width: 243px; }
