/* #### HORIZONTAL MAIN MENU #### */

.ThemeOfficeMainItem
{
		background         : transparent;
    	text-transform   	: uppercase;
		vertical-align		: middle;
		padding-left		: 10px;
		padding-right		: 10px;
		padding-top		: 2px;
		height				: 24px!important;
		height				: 22px;
		border-left	    	: 1px solid #4F753A;
		text-align			: center;
		color              	: #dedede;
		font-weight			: bold;
		font-family			: Arial, "Lucida Sans Unicode", sans-serif;
		font-size			: 10px;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
		background         : #335820;
    	text-transform   	: uppercase;
		vertical-align		: middle;
		padding-left		: 10px;
		padding-right		: 10px;
		padding-bottom		: 0px;
		height				: 24px!important;
		height				: 20px;
		border-left			: 1px solid #4F753A;
		text-align			: center;
		color              	: #ffffff;
		font-weight			: bold;
		font-family			: Arial, "Lucida Sans Unicode", sans-serif;
		font-size			: 10px;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
		background-color	: inherit;
}

