.tabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 25px;
	font-weight: normal;
}

.tabs li{
	display: block;
	height: 35px;
	width: 451px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px!important;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.tabs li img{
	float: left;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 0px;
}
.tabs li a{
	font-weight: normal;
	text-decoration: none;
	color: #2d2b2b;
	display: block;
	height: 34px;
	width: 450px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.tabs li a:visited{
	color: #2d2b2b;
}

.tabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	background-color: #CCCCCC;

}

.tabs li a.selected{ /*selected main tab style */
	background-color: #EFEFEF;
	
}

.tabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;

}

.strategies{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding-top:  3px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 25px;
	text-transform: uppercase;
	/*border: 1px solid #CCCCCC;*/
	
}

.strategies li{
	display: block;
	height: 150px;
	width: 230px;
	/*border: 1px solid #CCCCCC;*/
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px!important;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
	float: left;
}
.strategies li img{
	/*float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 1px;
	border: 1px solid #B3A480;*/
}
.strategies li a{
	text-decoration: none;
	color: #2d2b2b;
	display: block;
	height: 150px;
	width: 230px;
	margin: 0px;
	font-weight: normal!important;
	background-image: url(../images/strategy-mouseover.png);
	background-repeat: no-repeat;
}

.strategies li a:visited{
	color: #2d2b2b;
}

.strategies li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	/*background-color: #CCCCCC;*/
	background-position: center -150px;
}

.strategies li a.selected{ /*selected main tab style */
	/*background-color: #EFEFEF;*/
	background-position: center -150px;
}

.strategies li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

