/* ThemeOfficeMenu Style Sheet */
.menuhdiv {
    position: absolute;
    top: 55px;
    left: 190px;
    width: 600px;
	background-color: transparent;
	padding: auto;
    margin: 0 auto;
    color: white;
	text-align: center;
}


.menuhMenu,
{
	padding: 0;
	margin: 0 auto;
	z-index: 99;
}

.menuhSubMenuTable
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}


.menuhMainFolderLeft, .menuhMainItemLeft
{
   display: none;
}


.menuhMainFolderText, .menuhMainItemText
{
	padding: 0px 0px 0px 0px;
}

.menuhMainFolderRight, .menuhMainItemRight
{
	display: none;
}

.menuhMainItem,.menuhMainItemHover,.menuhMainItemActive,
.menuhMenuItem,.menuhMenuItemHover,.menuhMenuItemActive
{
	cursor:	pointer;
	width: inherit;
    font: 12px/20px sans-serif;
    text-align: left;
	white-space: nowrap;
	padding: 0 10px;

}

.menuhMainItem,.menuhMainItemHover,.menuhMainItemActive
{
    text-align: center;
    font: bold 12px/18px Impact Verdana sans-serif;
    height:40px;
     background: transparent url(../img/sipka.gif) no-repeat center top;
     	padding-top:9px;
}

.menuhMainItemHover,.menuhMainItemActive
{
  color: #ffcc99;  
}

.menuhSubMenu
{
	position: absolute;
	visibility:	hidden;
	z-index: 100;
	padding: 0px 0 0 0;
	margin: 0;
	overflow: visible;
}

.menuhSubMenuTable
{
	overflow: visible;
    padding: 0;
	margin: 0;
    background-color: #2A6CD0;
    border: 1px solid black;
    
}

.menuhMenuItem
{
    position: relative;
	
font-size:11px;

}

.menuhMenuItemHover,.menuhMenuItemActive
{
	  color: #ffcc99; 
	  
font-size:11px;
}


/* sub menuh sub components */

.menuhMenuFolderLeft,.menuhMenuItemLeft
{
	display: none;
}

.menuhMenuFolderText,.menuhMenuItemText
{
	padding: 0px 2px 0px 2px;
	background-color: inherit;
}

.menuhMenuFolderRight,.menuhMenuItemRight
{
	display: none;
}

.menuhMenuItem .menuhMenuFolderLeft,
.menuhMenuItem .menuhMenuItemLeft
{
	display: none;
}

.menuhMenuItem .menuhMenuFolderText,
.menuhMenuItem .menuhMenuItemText
{
	padding: 0px 2px 0px 2px;
	border:	0;
	background-color: inherit;
}

.menuhMenuItem .menuhMenuFolderRight,
.menuhMenuItem .menuhMenuItemRight
{
	display: none;
}

/* menuh splits */

.menuhMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top:	1px solid #C6C3BD;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.menuhMenuItem img.seq1
{
	display: inline;
}

.menuhMenuItemHover seq2,
.menuhMenuItemActive seq2
{
	display: inline;
}

.menuhMenuItem .seq2,
.menuhMenuItemHover .seq1,
.menuhMenuItemActive .seq1
{
	display: none;
}

