/* Menu classes */

div.menuouter {
	width:160px;
}

div.menuborder {
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:#ADAEB0;
	padding-left:16px;
	padding-right:16px;
	width:126px;
}

div.menuitem {
	border-top-style:solid;
	border-width:1px;
	border-color:#ADAEB0;	
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Helvetica, Verdana;
	font-size: 9pt;
	font-weight:bold;
	color:#ADAEB0;
	cursor:pointer;
}

/* Top menu with submenus; javascript fix for IE */

a.amore {
	display:block;
	text-decoration:none;
	color:#ADAEB0;
	background-image:url(img/menu_plus.gif);
	background-position: center right;
	background-repeat:no-repeat;
}

a.aless {
	display:block;
	text-decoration:none;
	color:#ADAEB0;
	background-image:url(img/menu_minus.gif);
	background-position: center right;
	background-repeat:no-repeat;
}

a.anormal {
	display:block;
	text-decoration:none;
	color:#ADAEB0;
}

/* Fix for IE */
a.anormal:hover {
	display:block;
	text-decoration:none;
	color:#ADAEB0;
}

div.submenuitem {
	display:none;
}

div.submenuitem a {
	display:block;
	font-family: Helvetica, Verdana;
	font-size: 8pt;
	color:#50C1EF;
	font-weight:normal;
	text-decoration:none;
	padding-left:9px;
	background-image:url(img/menu_arrow.gif);
	background-position: center left;
	background-repeat:no-repeat;
	line-height:14px;
}

div.submenuitem a:hover {
	background-color:#CDE9F9;
	color:#50C1EF;
	text-decoration:none;
}

