﻿.isysMenu
{
	z-index: 1000;
    font-size: 10pt;
    font-family: Tahoma, Arial;
    cursor: default;
    border: solid 1px #868686;
    background-color: White;
}
.isysMenuItem 
{
    padding: 1px 1px 1px 1px;
    margin: 2px 2px 2px 2px;
    background-color: Transparent;
    border-right: solid 1px white;
    text-align: left;
}
.isysMenuItemOver 
{
    padding: 0px 1px 0px 0px;
    margin: 0px 0px 0px 0px;

    background-color: #FFE6A0;
    border: solid 1px #D2B47A;
    margin: 2px 2px 2px 2px;
    text-align: left;
}
.isysMenuItem .isysMenuItemImage 
{
	background-position: top left;
	background-repeat: no-repeat;
}
.isysMenuItem .isysMenuItemCaption
{
    background-color: White;
}
.isysMenuItemCaption
{
    font-weight: bold;
}
.isysMenuPopup .isysMenuItemCaption  
{	
	font-weight: normal;
}
.isysMenuItemDescription 
{
    color: #666666;
}
.isysMenuItemExpand 
{
    background-image: url("submenu.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
.isysMenuItemChecked 
{
    background-image: url("check.gif");
    background-position: top left;
    background-repeat: no-repeat;	
}


.isysMenuItemOver DIV 
{
    background-color: Transparent;
}
.isysMenuGutter
{
    background-color: #dcdcdc;
    border-right: solid 1px #C5C5C5;
}
.isysMenuSeperator 
{
    border-bottom: solid 1px #C5C5C5;
    height: 3px;
}

.shadowRight 
{
    background-image: url("shadowright2.gif");    
    background-repeat: repeat-y;   
    width: 3px;
}
.shadowBottom
{
    background-image: url("shadowbottom2.gif");    
    background-repeat: repeat-x;   
    height: 3px;
}
.isysMenuItemImage,
.isysMenuItemChecked 
{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 32px;
	height: 32px;
}
.isysMenuItemOver .isysMenuItemImage 
{
	left: 1px;
	top: 1px;
	background-position: top left;
	background-repeat: no-repeat;
	
}
