/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	vertical-align: middle;
	padding-top: 0px;
	width: 178px;
	height: 22px;
	text-align: right;
	cursor: pointer;
	color: #FAFABE;
	font-family: Bookman Old Style, arial, sans-serif;
	font-size: 11pt;
	
}

.ThemeIESubMenu
{
background-image: url(http://tar.gr/content/images/menu0.gif);
	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;
	border:		0;
	padding:	0;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.ThemeIESubMenuTable
{
	border:		0px;
/*background-image: url(http://tar.gr/content/images/menu0.gif);*/
}

.ThemeIESubMenuTable td
{
	/*background-image: url(http://tar.gr/content/images/menu0.gif);*/
	white-space:	nowrap;
}

.ThemeIEMainItem
{
vertical-align: middle;
width: 178px;
height: 22px;
text-align: right;
background-color:	#782A2A;
background-image: url(http://tar.gr/content/images/menu0.gif);
padding-top: 0px;
padding-left: 2px;
padding-right: 2px;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
height: 22px;
background-image: url(http://tar.gr/content/images/menu0hov.jpg);
color:	white;
padding-top: 0px;
padding-left: 2px;
padding-right: 2px;
}

.ThemeIEMenuItemActive
{
	text-align: right;
	color:		white;
background-image: url(http://tar.gr/content/images/menu0hov.jpg);
	padding-top: 0px;
padding-left: 2px;
padding-right: 2px;
}

.ThemeIEMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.ThemeIEMenuVSplit
{
	width:		0px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	0px;
}

/* 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" />
*/

.ThemeIEMenuItem img.seq1
{
	display:	inline;
}

.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2
{
background-image: url(http://tar.gr/content/images/menu0hov.jpg);
	display:	inline;
}

.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1
{
background-image: url(http://tar.gr/content/images/menu0hov.jpg);
	display:	none;
	
}
