﻿.CustomMenu
{
    background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuBackground&Theme=Diktiothite);
	border-top: solid 1px #9DA5C1;
	border-left: solid 1px #9DA5C1;
	border-right: solid 1px #9DA5C1;
}
.CustomMenu_Dynamic
{
    z-index:100;
}
.CustomMenuItem
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuItem&Theme=Diktiothite) repeat;
	border-bottom: solid 1px #9DA5C1;
}
.CustomMenuItem_Selected
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuItem_Selected&Theme=Diktiothite) repeat;
}
.CustomMenuItem_Hoover
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuItem_Hoover&Theme=Diktiothite) repeat;
}
.CustomMenuItem_Dynamic
{
    background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuItem_Dynamic&Theme=Diktiothite) repeat;
	font: 8pt Verdana;
	border-bottom: solid 1px #9DA5C1;
    border-top: solid 1px #9DA5C1;
	border-right: solid 1px #9DA5C1;
	border-left: solid 1px #9DA5C1;
}
.CustomMenuItem_Selected_Dynamic
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuItem_Selected_Dynamic&Theme=Diktiothite) repeat;
}
.CustomMenuItem_Hoover_Dynamic
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuItem_Hoover_Dynamic&Theme=Diktiothite) repeat;
}




.CustomMenuRight
{
    background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuRightBackground&Theme=Diktiothite);
	border-top: solid 1px #9DA5C1;
	border-left: solid 1px #9DA5C1;
	border-right: solid 1px #9DA5C1;
	text-align:right;
    background-position:right;    
}
.CustomMenuRight_Dynamic
{
    z-index:100;
}
.CustomMenuRightItem
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuRightItem&Theme=Diktiothite) repeat;
	background-position:right;
	text-align:right;
	border-bottom: solid 1px #9DA5C1;
}
.CustomMenuRightItem_Selected
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuRightItem_Selected&Theme=Diktiothite) repeat;
	background-position:right;
	text-align:right;
}
.CustomMenuRightItem_Hoover
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuRightItem_Hoover&Theme=Diktiothite) repeat;
	background-position:right;
	text-align:right;
}
.CustomMenuRightItem_Dynamic
{
    background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuRightItem_Dynamic&Theme=Diktiothite) repeat;
	font: 8pt Verdana;
	border-bottom: solid 1px #9DA5C1;
    border-top: solid 1px #9DA5C1;
	border-right: solid 1px #9DA5C1;
	border-left: solid 1px #9DA5C1;
    background-position:right;
    text-align:right;
}
.CustomMenuRightItem_Selected_Dynamic
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuRightItem_Selected_Dynamic&Theme=Diktiothite) repeat;
	background-position:right;
	text-align:right;
}
.CustomMenuRightItem_Hoover_Dynamic
{
	background: url(../../HelperModules/ImageHandler.ashx?UtilityImage=CustomMenuRightItem_Hoover_Dynamic&Theme=Diktiothite) repeat;
	text-align:right;
	background-position:right;
}
