/* ThemeIEMenu Style Sheet */

.ThemeIEMenu,.ThemeIESubMenu
{
	cursor:	hand;
	Font-Family: Tahoma, Verdana, Trebuchet MS, Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 90;
	color : #44449C;
}

.ThemeIEMenu
{
	padding: 0px;
	margin: 0px;
}

.ThemeIESubMenu
{
	position: absolute;
	visibility: hidden;
	width: 100px;
	padding: 0px;
	background-color: #ffffff;	
	border:1px solid #666666;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);*/
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	Font-Family: Tahoma, Verdana, Trebuchet MS, Arial;
    font-size: 14px;
    text-align: left;
	padding: 0px;
	white-space: nowrap;
	cursor : hand;
}

.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding-right: 0px;
	padding-left: 0px;
	color : #ffffff;
	text-decoration : underline;
	cursor : hand;
}

/*.ThemeIEMenuSplit
{
	height: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #44449C;
}

.ThemeIEMenuVSplit
{
	width: 1px;
	margin: 0px;
	overflow: hidden;
	background-color: inherit;
	border-right: 1px solid #44449C;
}*/

