/* ThemeOffice2003Menu Style Sheet */

.ThemeOffice2003Menu,.ThemeOffice2003SubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	11px;
	font-weight : normal; 
	color: white;
	padding:	0px;
	white-space:	nowrap;
	cursor:		pointer; 
}

.ThemeOffice2003MenuItemLeft,.ThemeOffice2003MenuItemText ,.ThemeOffice2003MenuItemRight {
    border-top: 1px solid #B6AE97 ;
/*    border-bottom: 1px solid #666666 ; */
}
.ThemeOffice2003MenuItemLeft {
    border-left: 1px solid #B6AE97 ;
}
.ThemeOffice2003MenuItemRight {
    border-right: 1px solid #B6AE97 ;
}
.ThemeOffice2003MenuFolderLeft,.ThemeOffice2003MenuFolderText ,.ThemeOffice2003MenuFolderRight {
    border-top: 1px solid #B6AE97 ;
/*    border-bottom: 1px solid #666666 ;*/
}
.ThemeOffice2003MenuFolderLeft {
    border-left: 1px solid #AB6AE97 ;
}
.ThemeOffice2003MenuFolderRight {
    border-right: 1px solid #B6AE97 ;
}
.ThemeOffice2003SubMenu
{

	position:	absolute;
	visibility:	hidden;

	padding-top:	0px;
	padding-bottom:	0px;
	padding-left:	0px;
	padding-right:	0px;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	background:	#F5F5F5;
	overflow:	visible;
	border:		0px solid #666666;
}

.ThemeOffice2003SubMenuTable
{
	overflow:	visible;
    border-bottom: 1px solid #666666 ;
}

.ThemeOffice2003MainItem,.ThemeOffice2003MainItemHover,.ThemeOffice2003MainItemActive,
.ThemeOffice2003MenuItem,.ThemeOffice2003MenuItemHover,.ThemeOffice2003MenuItemActive
{
	cursor:		pointer;
	white-space:	nowrap;
}

.ThemeOffice2003MainItem
{
	background-color:	#A49D87;
}

.ThemeOffice2003MainItemHover,.ThemeOffice2003MainItemActive
{
	background:	url(mainmenubg.gif);
	color: #646665;
}

.ThemeOffice2003MenuItem
{
	background-color:	#E0DED2;
}

/* horizontal main menu */

.ThemeOffice2003MainItem
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	10px;
	padding-right:	10px;
}

td.ThemeOffice2003MainItemHover,td.ThemeOffice2003MainItemActive
{
	padding-top:	2px;
	padding-bottom: 2px;
	padding-left:	10px;
	padding-right:	10px;
}

.ThemeOffice2003MenuFolderText,.ThemeOffice2003MenuItemText
{
	text-align:left;
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	8px;
	padding-right:	8px;

	color:#646665;
	background-color:	inherit;
	white-space:	nowrap;
	
}

/* menu splits */

.ThemeOffice2003MenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #6A8CCB;
}
