﻿ 
 
 /*  ******************               Panel Bar Menuuuuuuuuuuuuuuuuuuuuuuuuuuu  ******************* */


.Header
{
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 100%;
    text-decoration: none;
    padding-left: 25px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}



.HeaderHover
{
    line-height: 25px;
    cursor: hand;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 25px;
    font-size: 100%;
    color: #E80000;
    text-decoration: none;
    
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}

.HeaderExpand
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
     cursor: hand;
    line-height: 25px;
   
    padding-left:25px;
    font-size: 100%;
    color: #E80000;
    text-decoration: none;
}

.Item
{
          
    cursor: hand;
    line-height: 25px;
 
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 28px;
   font-size: 100%;
    color: #78797b;
    text-decoration: none;
}
.ItemSelected
{
       cursor: hand;
    line-height: 25px;
 
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 28px;
font-size: 100%;
	color: #ea0000;
	text-decoration: none;
     
}
.deneme2
{
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 100%;
    text-decoration: none;
      padding-left: 28px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}