﻿

ul#navigation
{
        width:798px;
        height:36px;
        margin-top:0px;
        padding-right:7px;
        display:block;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
}

ul#navigation li 
       {
        float:right;
        height:35px;
        margin-right:1px;
        margin-left:1px;
        width:100px;
        list-style-type: none;   
       }
ul#navigation li a 
       {
       text-decoration: none;
       display:block;
       width:100px;
       font-size:11px;
       height:28px;
       text-align:center;
       padding-top:8px;
       margin:0px;
       background : url(../images/mnuselect.png) 0px -4px;
       background-repeat:no-repeat;
       color :Black  ;
      }


ul#navigation li a:hover {
	  color: blue;
	  background-position : 0px -68px;
}


ul#navigation li ul
{
      display:none;
      margin-top: 0px;
      color:Black;
      padding: 0px; 
      list-style: none;
      z-index: 250;
      width: 150px; 
      position: relative;    
      line-height:15px;
      height:150px;
      font-size:13px;
      text-align:center;
      margin-right:-20px;
      margin-top:-4px;


  
}
ul#navigation li ul li
{
     width:100%;
     text-align:center;
     padding-bottom:5px;
     height:30px;
     background-image:url('../images/backmnu.jpg');
     background-repeat:repeat;
}
ul#navigation li ul li a
{
     color:black;
     text-align:center;
     width:100px;
     margin-right:auto;
     margin-left:auto;
     
}
ul#navigation li ul li a:hover
{
    color:blue;
}


.pmnu
{
   color: #FFFFFF;
   background-image: url('../Images/sidebar.png'); 
   background-repeat: no-repeat;
   background-position:0px 0px;
   height: 30px;
   padding-top: 10px;
   margin-top:5px;
   margin-bottom:5px;
   
}
.pmnu2
{
   color: #FFFFFF;
   background-image: url('../Images/sidebar2fa.png'); 
   background-repeat: no-repeat;
   background-position:0px 0px;
   height: 73px;
   padding-top: 10px;
   margin-top:5px;
   margin-bottom:5px;
   cursor:pointer;
   
}
.pmnu:hover
{
     background-position:0px -42px;
    
}
.pmnu2:hover
{
     background-position:0px -85px;
    
}
.pmnu a
{
    text-decoration:none;
    color:White;
}
.pmnu2 a
{
    text-decoration:none;
    color:000000;
}
.pmnu a:hover
{
    color:blue;
}
.pmnu2 a:hover
{
    color:blue;
}

