﻿/*
 * LeftsideBar.css
 */
a.newMenuItem:link, a.newMenuItem:visited, a.newMenuItem:active {
	white-space: nowrap;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #9b9b9b;
}

a.newMenuItem:hover {
	white-space: nowrap;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #9b9b9b;
}

div.Menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	white-space: nowrap;
}

div.Menu {
	/*background: url('/Images/LeftSideBar/bg_MenuRSide.png') repeat-y right;*/
}

img.MenuBullet {
	margin: 0 -3px 2px 0;
	padding-left: 8px;
	border-width: 0px;
	text-decoration: none;
}

img.MenuIcon {
	margin-right: -2px;
	padding-left: 8px;
	border-width: 0px;
	text-decoration: none;
	vertical-align: middle;
}
