
#container {
	background: transparent url(img/chapmans_bg_top.jpg) top left no-repeat;
}

#content h1 
{
	color: #4ECAFF !important;
	font-weight: bold !important;
}

/* left menu */


.sidemenu .Level0 
{
	background: transparent url(img/HorizontalDots.gif) top left repeat-x;	
}

.menuLevel0 
{
	background-image: url(img/men_0.gif);
	
}

.selected .menuLevel0 
{
	background-image: url(img/men_0_selected.jpg);

	color: #fff;
	
}



.menuLevel1
{
	background-color: #626262;
}

.selected .menuLevel1 
{
	background: #626262 url(img/men_0.gif) top left no-repeat;
	color:  #4ECAFF !important;
}

.menuLevel2 
{
	background-image: url(img/secondlevel.jpg);
}

.selected .menuLevel2 
{
	background-image: url(img/secondlevelselected.jpg);
	color: #002D62 !important;
}

.menuLevel3 
{
	background-image: url(img/secondlevel.jpg);
}

.selected .menuLevel3 
{
	background-image: url(img/secondlevelselected.jpg);
	color: #002D62 !important;
}








.worldMarketsTitle 
{
	color: #4ECAFF;

}



a:Link, a:visited {
	color:#e4e4e4;

}



a:hover, a:active {
	text-decoration: none;
}

