/* #### VERTICAL MAIN MENU SUB-COMPONENTS #### */


/* MENU HOVER - ON */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
		padding-top			: 0px;
		padding-bottom		: 0px;
		padding-left		: 0px;
		padding-right		: 0px;
		width				: 28px!important;
		width				: 25px;
		height				: 27px!important;
		height				: 28px;
		border-top			: 0px solid #cccccc;
		border-bottom		: 1px solid #39557B;
		border-right		: 0px solid #39557B;
		background			: url(../../images/leftmenubtn-on.jpg) no-repeat;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
    	text-transform   	: uppercase;
		text-align			: left;
		padding-top			: 1px;
		padding-bottom		: 1px;
		padding-left		: 10px;
		padding-right		: 0px;
		margin-bottom		: 1px;
		width				: 205px;
		height				: 25px;
		border-top			: 0px solid #cccccc;
		border-bottom		: 1px solid #39557B;
		border-left			: 0px solid #39557B;
		background          : transparent url(../../images/leftmenubg-on.jpg) repeat;
		color				: #fbfbfb;
		font-weight			: bold;
		font-family			: Arial, sans-serif;
		font-size:			: 11px;
		white-space			: nowrap;
}



/* MENU HOVER - OFF */

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
		padding-top			: 0px;
		padding-bottom		: 0px;
		padding-left		: 0px;
		padding-right		: 8px;
		width				: 28px!important;
		width				: 25px;
		height				: 27px!important;
		height				: 28px;
		border-top			: 0px solid #cccccc;
		border-bottom		: 1px solid #39557B;
		border-right		: 0px solid #39557B;
		background			: url(../../images/leftmenubtn-off.jpg) no-repeat;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
    	text-transform   	: uppercase;
		text-align			: left;
		padding-top			: 1px;
		padding-bottom		: 1px;
		padding-left		: 10px;
		padding-right		: 0px;
		height:				: 23px;
		border-bottom		: 1px solid #39557B;
		border-left			: 0px solid #39557B;
		background          : transparent url(../../images/leftmenubg-off.jpg) repeat;
		color				: #fbfbfb;
		width				: 205px;
		font-weight			: bold;
		font-family			: Arial, sans-serif;
		font-size:			: 11px;
		white-space			: nowrap;
}




