﻿/* set the position of the nav */
.PrettyMenu1 .AspNet-Menu-Vertical
{
    position:relative;
    top: 0px;
    left: 0px;
    z-index: 300;
}
/* set the width of the nav */
.PrettyMenu1 ul.AspNet-Menu, 
.PrettyMenu1 ul.AspNet-Menu ul
{
    width: 137px;
    text-align:center;
    margin-bottom:0px;
}

/* This rule effectively changes our top level in the vertical side nav... */
.PrettyMenu1 ul.AspNet-Menu li
{
     height:26px;
     width: 137px;
     margin-bottom:0px;
     padding-top: 0px; 
     padding-bottom: 0px;
     vertical-align:middle;
     text-align:center;
      border-bottom: 1px solid #c0c0c0;
     
   
     /*background : #9DE292; */
}
/* This rule effectively changes our 2nd level in the vertical side nav... */
.PrettyMenu1 ul.AspNet-Menu ul
{
    left: 137px;
    top: 0px;
text-align:center;
   background: transparent url('images/bg.png') repeat; 
}
/* This rule effectively changes our links and arrows within in the vertical side nav... */
.PrettyMenu1 ul.AspNet-Menu li a,
.PrettyMenu1 ul.AspNet-Menu li span
{
    font-family: "Georgia", "Book Antiqua", "Times New Roman", "Times"; font-size: 12px; color: #666633; text-decoration:none;font-weight:bold; 
    padding:  2px 4px 2px 4px;
    /*border:1px solid #DFF4C9;*/
    border-bottom: 0;
text-align:center;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu1 ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu1 ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    margin-top:0px;text-align:center;
    background-image: none;
    font-family: "Georgia", "Book Antiqua", "Times New Roman", "Times"; font-size: 12px; color: #666633; text-decoration:none;font-weight:bold; 
   
       
}
.PrettyMenu1 ul.AspNet-Menu .AspNet-Menu-Leaf-Selected
{
  
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu1 ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
.PrettyMenu1 ul.AspNet-Menu li:hover, 
.PrettyMenu1 ul.AspNet-Menu li.AspNet-Menu-Hover
{
     color:#999933;
 
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu1 ul.AspNet-Menu li a:hover,
.PrettyMenu1 ul.AspNet-Menu li span.Asp-Menu-Hover
{
    text-align:center;
   
    font-family:"Georgia", "Book Antiqua", "Times New Roman", "Times"; font-size: 12px; color: #494516; text-decoration:none;
}

.PrettyMenu1 ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
   
 text-align:center;
      font-family: "Georgia", "Book Antiqua", "Times New Roman", "Times"; font-size: 12px; color: #666633; text-decoration:none; 
}
