.SubMenuTextClass
{
	color: #333333;
	font-size:12px;
	z-index: 99;
	cursor: hand;
	cursor: pointer;
	FONT-FAMILY: Arial;
	text-align:right;
	FONT-WEIGHT: bolder;
	BACKGROUND-IMAGE: url(../images/DDitem.jpg);
    BACKGROUND-POSITION: top right;
    bACKGROUND-COLOR: #ebebeb;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.SubMenuTextClassENG
{
	color: #333333;
	font-size:12px;
	z-index: 99;
	cursor: hand;
	cursor: pointer;
	FONT-FAMILY: Arial;
	text-align:LEFT;
	FONT-WEIGHT: bolder;
	BACKGROUND-IMAGE: url(../images/DDitem.jpg);
    BACKGROUND-POSITION: top left;
    bACKGROUND-COLOR: #ebebeb;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.SubMenuTextClassWithChild
{
	color: #333333;
	font-size:12px;
	z-index: 99;
	cursor: hand;
	cursor: pointer;
	FONT-FAMILY: Arial;
	text-align:right;
	FONT-WEIGHT: bolder;
	bACKGROUND-COLOR: #ebebeb;
	bACKGROUND-IMAGE: url(../images/DDitemWithChilds.jpg);
    bACKGROUND-POSITION: top right;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.SubMenuTextClassWithChildENG
{
	color: #333333;
	font-size:12px;
	z-index: 99;
	cursor: hand;
	cursor: pointer;
	FONT-FAMILY: Arial;
	text-align:left;
	FONT-WEIGHT: bolder;
	bACKGROUND-COLOR: #ebebeb;
	bACKGROUND-IMAGE: url(../images/DDitemWithChildsENG.jpg);
    bACKGROUND-POSITION: top left;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.SubMenuTextClassOver
{
    FONT-SIZE: 12px;
    Z-INDEX: 99;
    CURSOR: hand;
    cursor: pointer;
    COLOR: #FFFFFF;
    FONT-FAMILY:Arial;
    text-align:right;
    BACKGROUND-IMAGE: url(../images/DDitemOver.jpg);
    BACKGROUND-POSITION: top right;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bolder;
    bACKGROUND-COLOR: #E6AA2B;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.SubMenuTextClassOverENG
{
    FONT-SIZE: 12px;
    Z-INDEX: 99;
    CURSOR: hand;
    cursor: pointer;
    COLOR: #FFFFFF;
    FONT-FAMILY:Arial;
    text-align:left;
    BACKGROUND-IMAGE: url(../images/DDitemOver.jpg);
    BACKGROUND-POSITION: top left;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bolder;
    bACKGROUND-COLOR: #E6AA2B;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}


.SubMenuTextClassOverWithChild
{
    FONT-SIZE: 12px;
    Z-INDEX: 99;
    CURSOR: hand;
    cursor: pointer;
    COLOR: #FFFFFF;
    FONT-FAMILY:Arial;
    text-align:right;
    bACKGROUND-COLOR: #E6AA2B;
    bACKGROUND-IMAGE: url(../images/DDitemOverWithChilds.jpg);
    bACKGROUND-POSITION: top right;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bolder;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.SubMenuTextClassOverWithChildENG
{
    FONT-SIZE: 12px;
    Z-INDEX: 99;
    CURSOR: hand;
    cursor: pointer;
    COLOR: #FFFFFF;
    FONT-FAMILY:Arial;
    text-align:left;
    bACKGROUND-COLOR: #E6AA2B;
    bACKGROUND-IMAGE: url(../images/DDitemOverWithChildsENG.jpg);
    bACKGROUND-POSITION: top left;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bolder;
    BACKGROUND-REPEAT: no-repeat;
    border-right: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.SubMenuClass
{
    padding-top:6px;
    position: absolute;
    display: none;
    z-index: 99;
    ilter:progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=0, Color='black', Positive=1);
}



.SubMenuSeparator
{
	background-color: white;
}

.TopMenuSeperator
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #7b7b7b;
	FONT-FAMILY: Arial;
}

.menu
{
	ETTER-SPACING: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: #7b7b7b;
	FONT-FAMILY: Arial;
	TEXT-ALIGN: center;
	padding-left:7px;
	padding-right:7px;
}

.menuhover
{
	ETTER-SPACING: 1px;
	COLOR: #be7d1f;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	ACKGROUND-IMAGE: url(../images/nav_bg.gif);
	CURSOR: hand;
	CURSOR: pointer;
	FONT-FAMILY: Arial;
	TEXT-ALIGN: center;
	padding-left:7px;
	padding-right:7px;
}