/* ThemeFirmaMenu Style Sheet */

.ThemeFirmaMenu,.ThemeFirmaSubMenuTable
{
	font-family:	arial, sans-serif;
	padding:	0;
	white-space:	nowrap;
	cursor:		pointer;
}
.ThemeFirmaMenu {
	font-size:	13px;
	color:		WHITE;
	letter-spacing: 2px;
}

.ThemeFirmaSubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	padding:	1px;
	background-color:	#8C867B;
	width:		153px;


	overflow:	visible;
	border:		0px;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ededed, Direction=135, Strength=4);
}

.ThemeFirmaSubMenuTable
{
	width:		100%;
	color:		black;
	overflow:	visible;
	background-color:       white;
}

.ThemeFirmaMainItem,.ThemeFirmaMainItemHover,.ThemeFirmaMainItemActive,
.ThemeFirmaMenuItem,.ThemeFirmaMenuItemHover,.ThemeFirmaMenuItemActive
{
	border:		0;
	cursor:		pointer;
	white-space:	nowrap;
}


.ThemeFirmaMenuItem
{
	background-color:	WHITE;
}

.ThemeFirmaMenuItemHover,.ThemeFirmaMenuItemActive
{
	background-color:	#C6D3EF;
}


/* horizontal main menu */

.ThemeFirmaMainItem
{
	height:		25px;
	color:		white;
	padding:	0 10px 2 10px;
}

td.ThemeFirmaMainItemHover,td.ThemeFirmaMainItemActive
{
	height:		25px;
	color:		white;
	padding:	0 10px 2 10px;
/*	border:		1px solid #3169C6; */
}

.ThemeFirmaMainFolderLeft,.ThemeFirmaMainItemLeft,
.ThemeFirmaMainFolderText,.ThemeFirmaMainItemText,
.ThemeFirmaMainFolderRight,.ThemeFirmaMainItemRight
{
	border: 0px;
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeFirmaMainFolderLeft,td.ThemeFirmaMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
}

td.ThemeFirmaMainFolderText,td.ThemeFirmaMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeFirmaMainFolderRight,td.ThemeFirmaMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-right:	1px solid #3169C6;

	background-color:	inherit;
}

tr.ThemeFirmaMainItem td.ThemeFirmaMainFolderLeft,
tr.ThemeFirmaMainItem td.ThemeFirmaMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeFirmaMainItem td.ThemeFirmaMainFolderText,
tr.ThemeFirmaMainItem td.ThemeFirmaMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeFirmaMainItem td.ThemeFirmaMainItemRight,
tr.ThemeFirmaMainItem td.ThemeFirmaMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeFirmaMenuFolderLeft,.ThemeFirmaMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	width:		5px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeFirmaMenuFolderText,.ThemeFirmaMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	1px;

	color:		black;
	font-size:	10px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeFirmaMenuFolderRight,.ThemeFirmaMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;
	width:		1px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-right:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeFirmaMenuItem .ThemeFirmaMenuFolderLeft,
.ThemeFirmaMenuItem .ThemeFirmaMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	0px;
	width:		5px;

	white-space:	nowrap;

	border:		0;
	background-color:	#ededed;
}

.ThemeFirmaMenuItem .ThemeFirmaMenuFolderText,
.ThemeFirmaMenuItem .ThemeFirmaMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
	padding-right:	1px;

	font-size:	10px;

	border:		0;
	background-color:	inherit;
}

.ThemeFirmaMenuItem .ThemeFirmaMenuFolderRight,
.ThemeFirmaMenuItem .ThemeFirmaMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;
	width:		1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeFirmaMenuSplit
{
	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" />
*/

.ThemeFirmaMenuItem img.seq1
{
	display:	inline;
}

.ThemeFirmaMenuItemHover seq2,
.ThemeFirmaMenuItemActive seq2
{
	display:	inline;
}

.ThemeFirmaMenuItem .seq2,
.ThemeFirmaMenuItemHover .seq1,
.ThemeFirmaMenuItemActive .seq1
{
	display:	none;
}

#firma {
	background: url("../../gfx/p2.gif") repeat-x left bottom;
}

#firma1 {
	color: #ff6a04;
	background: url("../../gfx/p2.gif") repeat-x left bottom;
}

#oferta {
	background: url("../../gfx/p3.gif") repeat-x left bottom;
}

#oferta1 {
	color: #ff6a04;
	background: url("../../gfx/p3.gif") repeat-x left bottom;
}

#kariera {
	background: url("../../gfx/p4.gif") repeat-x left bottom;
}

#kariera1 {
	color: #ff6a04;
	background: url("../../gfx/p4.gif") repeat-x left bottom;
}

#prasa {
	background: url("../../gfx/p5.gif") repeat-x left bottom;
}

#prasa1 {
	color: #ff6a04;
	background: url("../../gfx/p5.gif") repeat-x left bottom;
}

#kontakt {
	background: url("../../gfx/p6.gif") repeat-x left bottom;
}

#kontakt1 {
	color: #ff6a04;
	background: url("../../gfx/p6.gif") repeat-x left bottom;
}

