#TopBanner
{
	
}

#MainMenuTop li
{
	background-image: url(images_design/part_bg_menu_closedmenu.gif);
	background-repeat: no-repeat;
}

#MainMenuTop li.Open,
#MainMenuTop li.Active
{
	background-image: url(images_design/part_bg_menu_openmenu.gif);
	background-repeat: no-repeat;
	width: 94px;
}

#MenuLeft
{
	margin-bottom: 20px;
}

#LeftSide .MenuLeftContainer
{
	position: relative;
	background-image: url(images_design/parti_menu_bottom_bg.gif);
	background-repeat: repeat-y;
	min-height: 150px;
}

#LeftSide .MenuLeft .MenuLeftTop
{
	background-image: url(images_design/part_menu-left_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	_right: -1px;
	height:160px;
	width: 173px;
}

#LeftSide .MenuLeft .MenuLeftContent
{
	position: relative;
	overflow: hidden;
}

#LeftSide .MenuLeft .MenuLeftBottom
{
	background-image: url(images_design/parti_menu_bottom_bg.gif);
	background-repeat: repeat-y;
	position: absolute;
	bottom: 0;
	left: 0;
	min-height:5px;
	_height:5px;
	width: 173px;
}

#LeftSide .MenuLeft li.Active,
#LeftSide .MenuLeft li.Open
{
	background-image: url(images_design/menu_part_active_bg.gif);
	background-repeat: no-repeat;
	padding-right: 50px;
	margin-left: 18px;
	margin-right: 0px;
}

a:hover
{
	text-decoration:underline;
	color: #91b920;
}
