﻿/* Заголовок элемента меню*/
.MenuItem
{
	/*background-image: url('Images/menuItem.png');*/
	background-position: left center;
	background-repeat: no-repeat;

	cursor: pointer;
	height:37px;
	width:230px;
}

.MenuItemFont
{
	text-align: center;
	font-family:Trebuchet MS,Verdana,Arial;
	font-size:16px;
	font-weight:bold;
	
}

/* Выбраный заголовок элемента меню*/
.MenuItemSelected
{
	/*background-image: url('Images/menuItemSelected.png');*/
	background-repeat: no-repeat;
	background-position: left center;

	cursor: default;

	height:37px;
	width:230px;
}

/* Содержимое в расскртом меню */
.MenuContent
{
	font-family:Tahoma,Verdana,Segoe,sans-serif;
	font-size:14px;
	padding-top:0.4em;
	padding-bottom:0.4em;
	line-height:150%
}

/* Выбранный пункт меню */
.MenuContentSelectedPage
{
	color:#C24641 !important;
	font-weight:normal !important;
}

/* Невыбранный пункт меню */
.MenuContentNotSelectedPage
{
	color:#2554C7 !important;
	font-weight:normal !important;
}
