/* @override http://www.northia.telecharge.com.ar/sdmenu/sdmenu.css */



div.sdmenu {

	width: 120px;

	font-family: Arial, sans-serif;

	font-size: 11px;

	padding-bottom: 4px;

	color: #fff;
	padding-top: 2px;
}

div.sdmenu div {

	overflow: hidden;

}
div.sdmenu div:first-child {
	color: #fff;
	background-repeat: no-repeat;
}

div.sdmenu div.collapsed {
	background: white;

	height: 20px;

}

div.sdmenu div span {

	display: block;

	padding: 5px 25px;

	color: #666666;

	cursor: default;
	background: url(expanded.gif) no-repeat;

    background-repeat: no-repeat;

}
div.sdmenus div span {

	display: block;

	padding: 5px 20px;

	color: grey;

	cursor: default;


	background-position: 5px center;
	background-repeat: no-repeat;
}

div.sdmenu div.collapsed span {


	background: #fff url(dot2.gif) no-repeat;

}
div.sdmenu div.nocollapsed span {

	background: white;

}

div.sdmenu div a {

	padding: 5px 10px;

	display: block;



	color: #808080;

}
div.sdmenus div a {

	padding: 5px 10px;

	display: block;

	color: #808080;
	width: 108px;
	background: #fff url(dots.gif) no-repeat;
}

div.sdmenu div a.current {

}


div.sdmenus div a:hover {

	background : url(dots.gif) no-repeat;

	color: #990066;

	text-decoration: none;
	width: 108px;
}
