/* CSS Document */

div#menu
{
	width: 167px;
	margin-left: 6px;
}

div#menu .TitleMenu
{
	height: 28px;
	background: url(../images/images_menu/menu-BoxTop.gif) repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 10px;
	vertical-align: middle;
	line-height: 28px;
}

div#menu .FooterMenu
{
	height: 13px;
	background: url(../images/images_menu/menu-BoxBottom.gif) no-repeat right;
}

div#menu .MainMenu
{
	background: url(../images/images_menu/menu-BoxBackground.gif) repeat-y right;
	line-height: 14px;
}

div#menu .MainMenu a
{
	color: #4e4e4e;
	display: block;
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	font-weight : bold;
}

div#menu .MainMenu a:hover
{
	background-color: #E3E3E3;
	display: block;
	cursor: pointer;
}

div#menu .MainMenu ul,
div#menu .MainMenu ul li
{
	margin: 0;
	padding: 0;
	padding: 1px 1px 1px 0;
}

div.HR
{
	margin-bottom: 20px;
	margin-left: 6px;
	text-align: center;
	width: 167px;
}

img
{
	border: 0;
}