div#containerMenu {
	width: 190px;
	padding: 0px;
	margin: 0px;
}

div#menu div {
	border: 0px transparent none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;	
	padding-top: 5px;
	padding-bottom: 6px;
	
}

div#menu div.selected {
	background: #FFFFFF url(../img/menu_td_selected_background.gif) no-repeat left top;
}

div#menu div.selected a {
	color: #2340fe;
	font-style: italic;	
}

div#menu a {
	color: #000000;	
	text-decoration: none;
}

div#menu .main {
	font-weight: bold;
	padding-left: 10px;	
	background: #FFFFFF url(../img/menu_td_main_background.gif) no-repeat top right;
	margin-top: 1px;
}

div#menu .sub{
	padding-left: 15px;	
	background: #FFFFFF url(../img/menu_td_sub_background.gif) no-repeat top right;
}

div#menu .subsub{
	padding-left: 22px;	
	font-style: italic;
	background: #FFFFFF url(../img/menu_td_sub_background.gif) no-repeat top right;
}

div#menu .last {
	background: #FFFFFF url(../img/menu_td_sub_last_background.gif) no-repeat top right;
}

div#menu div#menu_top {
	background: #FFFFFF url(../img/menu_top_background.gif) no-repeat right;
	height: 20px;
	padding: 0px;
}

div#menu div#menu_bottom {
	background: #FFFFFF url(../img/menu_bottom_background.gif) no-repeat right;
	height: 60px;
	margin-top: 1px;
}


