@charset "UTF-8";

ul.MenuBarVertical
{
	margin: 10px 10px 0px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}

ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	cursor: pointer;
	width: 8em;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #FFFFFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #414743;
	color: #FFFFFF;
	text-decoration: none;
}
/*Характеристики ссылок внутри ячеек таблицы*/
td.MenuBarVertical
{
	height:30px;
}

/*Характеристики ссылок внутри ячеек таблицы*/
td.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #414743;
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
	text-align: left;
	margin-left: 5px;
	padding-top:5px;
}
/* Menu items that have mouse over or focus have a blue background and white text */

ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #CCCCCC;
	color: #FF0000;
}
/*Характеристики ссылок внутри ячеек при наведении*/
td.MenuBarVertical a:hover, td.MenuBarVertical a:focus
{
	background-color: #CCCCCC;
	color: #FF0000;
}
