/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	width: 205px;
 	font-size: 14px !important ; 
 	font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
 	text-align: left !important ; 
 	font-weight: normal !important ; 
 	color: #ffffff !important ; 
 	text-decoration: none !important ; 
	padding:	0;
	margin: 0;
}

.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	border:0;
	padding:0;
	overflow:visible;
	margin:0;
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem
{
 width: 205px;
 height: 40px;
 background: url(nav_bg.gif) no-repeat left top; 
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	height:40px;
 	background: url(nav_bg.gif) no-repeat left bottom; 
	cursor: pointer;
}

.ThemeOfficeMenuItem
{
	height: 40px;
	background: url(side_nav_bg.gif) no-repeat left top; 
}

.ThemeOfficeMainItem img, .ThemeOfficeMenuItem img {
	display: none;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	height: 40px;
 	background: url(side_nav_bg.gif) no-repeat left bottom; 
	cursor: pointer;	
}

.ThemeOfficeMenuItemText, .ThemeOfficeMainFolderText, .ThemeOfficeMainItemText {
	padding-left: 10px;
}
