﻿.ItemHeader
{
   /* background-image: url(../../Images/ItemHeader.gif);*/
   background-color:#353d6b;
   color:White;
}
.ItemBackGround
{
	color:#000000;
}

.ItemBorder
{
    color:#000000;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#353d6b;
    
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#353d6b;
    
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#353d6b;


    border-top-width:1px;
    border-top-style:solid;
	border-top-color:#353d6b;
    /*  border-top-color:#ffff99;*/

}

.MenuItemHeader
{
	color:White;
}

.MenuItemHeader:hover
{
	color:yellow;
}

.LinkItemHeader
{
	color:Black;
}

.LinkItemHeader:hover
{
	color:yellow;
}
