﻿body{}

TABLE.menuTable
{
	height: 66px;
	width: 100%;
	background-image: url(img/top_pattern.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

TD.menuTD
{
	height: 66px;
	background-position: right;
	background-image: url(img/top_menu_separator.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: center;
}

TD.menuTDLeftMargin
{
	height: 66px;
	width: 7px;
	background-position:right;
	background-image: url(img/top_menu_separator.gif);
	background-repeat: no-repeat;


}

DIV.menuLogo
{
/*	background-image: url(img/top_logo.gif);
	background-repeat: no-repeat;*/
	margin-bottom: 9px;
	margin-left: 5px;
	width: 173px;
	height: 34px;
	border: 0px;
}

/* стили элементов меню */
DIV.menuItemNormal
{
	width: 100px;
	margin-bottom: 5px;
}

DIV.menuItemNormal A:link,
DIV.menuItemNormal A:visited,
DIV.menuItemNormal A:active
{
	font-size: 10pt;
	color: #99ccff;
	font-family: Tahoma;
	font-weight: bold;	
}

DIV.menuItemNormal A:hover
{
	font-size: 10pt;
	color: #99ccff;
	font-family: Tahoma;
	font-weight: bold;	
	cursor: hand;	
}				

DIV.menuItemSelected
{
	width: 100px;
	margin-bottom: 5px;
}

DIV.menuItemSelected A:link,
DIV.menuItemSelected A:visited,
DIV.menuItemSelected A:active
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
}

DIV.menuItemSelected A:hover
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	cursor: hand;	
}

.menuArea
{
	background-color: #033762;
	BORDER: Black 1px solid;
	padding-left : 8px;
	padding-right : 3px;
}

TD.menuLevel2 A:link, 
TD.menuLevel2 A:visited, 
TD.menuLevel2 A:active
{
	color: #99ccff;
	background-color:#033762;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
TD.menuLevel2 A:hover
{
	color: #ffffff;
	background-color:#033762;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 




