/* ThemeOffice2Menu Style Sheet */
.menuvv{
    width: 180px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    position: relative;
}

.galerie_item {
    position: relative;
    width: inherit;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.galerie_pocet {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
}

.ThemeOffice2Menu
{
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
    color: white;
	padding: 0px 0px 0px 0px;
    cursor: hand;
	white-space: nowrap;
	width: 180px;
	z-index: 100;
}

.ThemeOffice2SubMenuTable
{
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
    color: white;
	padding: 0px 0px 0px 0px;
    cursor: hand;
	white-space: nowrap;
	width: 180px;
	z-index: 100;
    background-color: #636163;
}

.ThemeOffice2SubMenu
{
	position: absolute;
	visibility:	hidden;
    z-index: 100;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	padding: 0px 0px 0px 0px;
    cursor: hand;
	overflow: visible;
    background-color: #636163;
}

.ThemeOffice2SubMenuTable
{
	overflow:	visible;
	z-index:	100;
}

.ThemeOffice2MainItem,.ThemeOffice2MainItemHover,.ThemeOffice2MainItemActive,
.ThemeOffice2MenuItem,.ThemeOffice2MenuItemHover,.ThemeOffice2MenuItemActive
{
	border:		0;
	cursor:		hand;
	white-space:	nowrap;
	
}

.ThemeOffice2MainItem
{

}

.ThemeOffice2MainItemHover,.ThemeOffice2MainItemActive
{
	color : #ac352f;
    text-decoration: underline;
}

.ThemeOffice2MenuItem
{
    padding: 1px;
}

.ThemeOffice2MenuItemHover,.ThemeOffice2MenuItemActive
{
    padding: 1px;
	color : #ac352f;
    text-decoration: underline;
}


/* horizontal main menu */

.ThemeOffice2MainItem
{
	padding:	1px;
	border:		0;
	cursor : hand;
}

td.ThemeOffice2MainItemHover,td.ThemeOffice2MainItemActive
{
	padding:	0px;
	border:		1px solid black;
	cursor : hand;
}

.ThemeOffice2MainFolderLeft,.ThemeOffice2MainItemLeft,
.ThemeOffice2MainFolderText,.ThemeOffice2MainItemText,
.ThemeOffice2MainFolderRight,.ThemeOffice2MainItemRight
{
	background-color:	inherit;
    cursor : hand;
}

/* vertical main menu sub components */

td.ThemeOffice2MainFolderLeft,td.ThemeOffice2MainItemLeft
{
	display: none;
}

td.ThemeOffice2MainFolderText,td.ThemeOffice2MainItemText
{
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

td.ThemeOffice2MainFolderRight,td.ThemeOffice2MainItemRight
{
	display: none;
}

tr.ThemeOffice2MainItem td.ThemeOffice2MainFolderLeft,
tr.ThemeOffice2MainItem td.ThemeOffice2MainItemLeft
{
	display: none;
}

tr.ThemeOffice2MainItem td.ThemeOffice2MainFolderText,
tr.ThemeOffice2MainItem td.ThemeOffice2MainItemText
{

}

tr.ThemeOffice2MainItem td.ThemeOffice2MainItemRight,
tr.ThemeOffice2MainItem td.ThemeOffice2MainFolderRight
{

}

/* sub menu sub components */

.ThemeOffice2MenuFolderLeft,.ThemeOffice2MenuItemLeft
{
    display: none;
}

.ThemeOffice2MenuFolderText,.ThemeOffice2MenuItemText
{

}

.ThemeOffice2MenuFolderRight,.ThemeOffice2MenuItemRight
{
	display: none;
}

.ThemeOffice2MenuItem .ThemeOffice2MenuFolderLeft,
.ThemeOffice2MenuItem .ThemeOffice2MenuItemLeft
{
	display: none;
}

.ThemeOffice2MenuItem .ThemeOffice2MenuFolderText,
.ThemeOffice2MenuItem .ThemeOffice2MenuItemText
{

}

.ThemeOffice2MenuItem .ThemeOffice2MenuFolderRight,
.ThemeOffice2MenuItem .ThemeOffice2MenuItemRight
{
    display: none;
}

/* menu splits */

.ThemeOffice2MenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
	cursor : hand;
}

/* 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" />
*/

.ThemeOffice2MenuItem img.seq1
{
	display:	inline;
}

.ThemeOffice2MenuItemHover seq2,
.ThemeOffice2MenuItemActive seq2
{
	display:	inline;
}

.ThemeOffice2MenuItem .seq2,
.ThemeOffice2MenuItemHover .seq1,
.ThemeOffice2MenuItemActive .seq1
{
	display:	none;
}

