/* CSS Document */

#leftmenu-wrapper {float:right; padding:0px; width:160px; margin:0; background:#fff;}
#leftmenu {float:right;  width:180px; padding:0px; font-family:verdana, arial, sans-serif;  font-size: 10px; color: #7B7B7B;}
#leftmenu a { padding-left: 14px; text-decoration: none; color:#7B7B7B;}
#leftmenu a:visited{  color:#0C7FB6; text-decoration:none; }
#leftmenu a:hover {text-decoration: none; color: #0C7FB6;}
	#leftmenu tr td {padding:7px 0 7px 0; list-style: none; border-bottom:1px dashed #949494; }
	#leftmenu tr td.mainmenu { color:#0C7FB6; font-weight:bold; }
	#leftmenu tr td.submenu { padding-left:14px; color:#7B7B7B;}
	#leftmenu tr td.submenu a { background: url(../images/icon-arrow-gray.gif) no-repeat left;}

	#leftmenu ul { padding: 4px 0;}
	#leftmenu ul li {padding:7px 0 7px 0; list-style: none; border-bottom:1px dashed #949494; }
	#leftmenu ul li.mainmenu { color:#0C7FB6; font-weight:bold; }
	#leftmenu ul li.submenu {padding-left:10px; color:#7B7B7B;}
	#leftmenu ul li.submenu a {background: url(../images/icon-arrow-gray.gif) no-repeat left; }
