﻿body, div, p, li, ul ,dl ,dd, ol, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, block
{
  padding: 0;
  margin: 0 0 0 0;

}



.navigation_firt_item
{
    border-left : 0px ;
    border-radius: 5px 0px 0px 5px;
}
.navitem_s
{
    float : right;
    border-left:1px solid rgb(0,0,0);
    border-right:1px solid rgb(0,0,0);
    height:40px;
}
.items ul
{  
}
.items ul li
{
    float: left;
    display:block;
    list-style:none;
    border-left:1px solid rgb(255, 255, 255);
    border-right:1px solid rgb(255, 255, 255);
    width: 363px;
    height: 289px;
}
.items ul li.navigation_firt_item:hover
{
    border-radius: 0px 0px 0px 0px;
}
.items ul li a
{
    width:100px;
    font-size:12px;
    line-height:30px;
    padding : 8px 10px;
    color : rgb(0,0,0) ;
    text-decoration:none;
}
.items ul li:hover
{
    
}

.items ul li:hover.inside
{
      background-color:rgba(139, 48, 1, 0.80);
      color:black;
}
.items
{
    float:left;
    background-color : white;
    width : 100%;
    padding: 0;
    margin: 0;
    height :312px;
    color: rgb(243,243,243);
    border-radius : 5px 5px 5px 5px;
}
.inside {
    color:rgba(0, 0, 0, 0.00);
}
.inside:hover{
       
      background-color:rgba(139, 48, 1, 0.80);
      color:black;
  
      
}
li{
    text-align: center;
}
