/* MENUS */
#menu-column
{
	background: #193B9B url(../images/bg_menu_bottom.jpg) no-repeat bottom;
	width: 150px;
}

img.nd-menuimg {
	border-bottom:		1px solid #ffffff;
}


div.nd-submenu {
	display: none;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
}

div.nd-submenu a {
	display: 			block;
	font-size: 			90%;
	font-weight: 		bold;
	text-decoration:	none;
	padding: 			5px 17px 5px 17px;
	border-top: 		1px solid #193B9B;
	color:				#031F6E;
	background: 		url(../images/sm_arrow_off.gif) no-repeat right;
	background-color : 	#C6A635;
	position:			relative;
}

div.nd-submenu a.first {
	border-top: 		0px;
	background: 		url(../images/sm_arrow_off.gif) no-repeat right;
	background-color : 	#C6A635;
}

div.nd-submenu a:hover{
	background: 		url(../images/sm_arrow_over.gif) no-repeat right;
	background-color : 	#C6A635;	
}
/* ------ */