/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.menutitle{
        font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#749906;
	text-align:justify;	
    margin-bottom:15px;
}

.componentheading{
        visibility: hidden;
}

.xmap a img {
	border		: none;
}
.xmap a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#800000;
	text-align:justify;	
	text-decoration:none;
}

.xmap a:hover{
	color:#F37D04;	
	text-decoration:none;
}


.xmap ul.level_0 li {
	margin-left  :10px;
	padding		: 0;
	list-style-image: url(../images/img_red.gif);
}
.xmap ul.level_1 li {
	margin		: 0 0 0 2em;
	padding		: 0;
	white-space	: nowrap;
	list-style-image: url(../images/img_orange.gif);
}

.xmap ul.level_2 li {
	margin		: 0 0 0 2em;
	padding		: 0;
	white-space	: nowrap;
	list-style-image: url(../images/img_green.gif);
}
