.SideMenu
{
}

.SideMenu_Active,
.SideMenu_Non_Active
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:13px;
}

.SideMenu_Active
{
	/*
	background-image: url(images/activeBullet.gif);
	background-repeat:no-repeat;
	background-position: left center;
	*/
	font-weight: bold;
}

.SideMenu_Active A:active,
.SideMenu_Active A:hover,
.SideMenu_Active A:link,
.SideMenu_Active A:visited
{
	color: #FF9B07;
	text-decoration: none;
}

.SideMenu_Non_Active A:active,
.SideMenu_Non_Active A:link,
.SideMenu_Non_Active A:visited
{
	color: #6F6F6F;
	text-decoration: none;
}

.SideMenu_Non_Active A:hover
{
	color: #386e0c;
	text-decoration: none;
}

.SideMenu_Active,
.SideMenu_Non_Active
{
	background-position: left center;
	height: 24px;
}

.SideMenuHorizontalGap
{
	height:12px;
	background-color: #80c44d;
	border-top: 2px solid #40a626;
	border-right: 3px solid #40a626;
}

.SideMenuVerticalGap
{
	width:10px;
	background-color: #80c44d;
	border-right: 3px solid #40a626;
}

.SideMenuHorizontalInteruptor
{
	height:11px;
	width:20px;
	background-color: #80c44d;
	position: relative;
	top: 0px;
	left: -10px;
}