﻿/************ Telerik Menu Start */

.controlMenu
{
	width: 200px;
	direction : ltr;	
}

.leftCellTop
{
	background-repeat: no-repeat;
	background-image: url(../img/sideCellTopLeft.gif);
	width : 16px;
	height : 54px;
}

.controlMenuHeaderCell
{
	font-weight: normal;
	font-family: tahoma , Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #ffff66;
	background-image: url(../img/controlMenuHeaderCell.gif);
	background-repeat: repeat-x;
	height: 54px;
}

.rightCellTop
{
	width : 16px;
	height : 54px;
	background-repeat: no-repeat;
	background-image: url(../img/sideCellTopRight.gif);
}

.leftCellBottom
{
	background-repeat: no-repeat;
	background-image: url(../img/sideCellBottomLeft.gif);
}
.rightCellBottom
{
	background-repeat: no-repeat;
	background-image: url(../img/sideCellBottomRight.gif);
}

.middleCellBottom
{
	background-image: url(../img/controlsFooter.gif);
	background-repeat: repeat-x;
}

.leftCellMiddle
{	
	background-repeat: repeat-y;
	background-image: url(../img/sideCellMiddleLeft.gif);
}
.rightCellMiddle
{	
	background-repeat: repeat-y;
	background-image: url(../img/sideCellMiddleRight.gif);
}

.menuContainer
{
	/*background-color: White;*/
}

.menuContainer A
{
}

.controlMenu TD
{
	vertical-align: middle;
}

.controlMenuHeaderCell IMG
{
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 6px;
}

