DIV.blk-menu /* class for outer menu div */
{
	/*width: 100px;*/
}

DIV.menu-sh /* class for inner menu div */
{
	border-top:1px #ada9a3 solid;
	border-right:1px #ada9a3 solid;
	border-bottom:1px #ada9a3 solid;
	border-left:1px #ada9a3 solid;
}

TABLE.tab-menu-sh /* class for menu table */
{
	/*width: 100%;*/

	background-color: #ada9a3;
	cursor: pointer;
	color: #FFFFFF;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
	padding-left: 12px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

TD.blk-menu-sh /* class for usual menu item */
{

}

TD.blk-menu-sh-act /* class for hovered usual menu item */
{
	color: #554B3F;

}

TD.blk-menu-arr /* class for item with sub-menu */
{
	background-image: url(/images/menu_arr.gif);
	background-position:right;
	background-repeat:no-repeat;

}

TD.blk-menu-arr-act /* class for hovered item with sub-menu */
{
	background-image: url(/images/menu_arr.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #554B3F;

}
