.WinMenu {
    font-family: "GHEA Grapalat","IsdtcFont",Tahoma,"Arial Unicode", "Arian AMU","Arial AMU", Sylfaen, sans-serif;
    font-size: 11px;
    -moz-user-select: none;
	width:100%;
	border-top-width: 0px;
	border-top-color: white;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	border-left-width: 0px;
	border-left-color: #ffffff;
	border-right-width: 0px;
	border-right-color: #ffffff;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
	
}
.WinMenu .menuButton,
.WinMenu .menuButton:hover,
.WinMenu .menuButton-active,
.WinMenu .menuButton-active:hover {
    line-height: normal;
    padding: 7px 4px 7px 4px;
    text-align:center;
    border: 1px solid;
    
    background-image:url(../../../../../../../images/misc/RScheme.jpg);
	border-top-width: 0px;
	border-top-color: white;
    background-color:#296CA9;
	border-bottom-color: white;
	border-left-width: 0px;
	border-left-color: white;
	border-right-width: 1px;
	border-right-color: white;
	border-top-style: outset;
	border-right-style: solid;
	border-left-style: outset;
	border-bottom-width: 0px;
	border-bottom-style: outset;
    color: #ffffff;
    font-weight:bold;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
}
.WinMenu .menuButton:hover {
    border-color: #ffffff;
    background-color: #b3d1ed;
    
}
.WinMenu .menuButton-active,
.WinMenu .menuButton-active:hover {
    background-image:url(../../../../../../../images/misc/LScheme.jpg);
    color: #ffffff;
    
}
.WinMenu .item,
.WinMenu .item:hover,
.WinMenu .item-active,
.WinMenu .item-active:hover {
    background: #1e65a5;
    line-height: normal;
    color: #ffffff;
    font-size:11px;
    font-family: "Arian AMU", "Arial AMU", "Arial Unicode", Sylfaen, sans-serif;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    
    font-weight: normal;   
    border-right:  outset 1px #A8DFF8;
    border-top:  outset 1px #A8DFF8;
    border-left:  outset 1px #A8DFF8;
    border-bottom:  outset 1px #A8DFF8;

	
		padding-left:3px;
    padding-right:13px;
    padding-top:8px;
    padding-bottom:8px;

}
.WinMenu .item:hover,
.WinMenu .item-active,
.WinMenu .item-active:hover 
{
    background: #b3d1ed;
    color: #000000;
    
}
.WinMenu .section {

    border: 0px solid;
    border-color: #1e65a5;
    padding: 0.4px 0px 0.5px 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    
	border-top-color: #A8DFF8;
	border-bottom-color: #A8DFF8;
	border-right-color: #A8DFF8;
}
.WinMenu .arrow {
    position: absolute;
    top: 12px;
    right: 0px;
    border: 0;
}

* html .WinMenu td 
{
	position: relative;

 } /* ie 5.0 fix */


