﻿
/* DASH STYLES */
/* nav = dash */    
/* navmenu = dashboard */
      
#dash{
position: relative;
width: 100%;
background-color:#666699; /*dash menu background color*/
text-align: center;
z-index: 30;
}

#dashboard, #dashboard ul {
padding: 0;
margin: 0;
list-style-type: none;
text-align: center;
}

#dashboard ul li { display: inline; }

#dashboard a {
display: block;
text-decoration: none;
line-height: 29px;
padding: 0px 15px 2px 15px;
color: #0000ff;
letter-spacing: -1px;
font-family:Helvetica, Arial, Verdana, sans-serif;
font-size: 15px!important;
font-weight: normal;
}

#dashboard a:link
{
  color: white;
  background: blue;
  font-size: 24px;
}

#dashboard a:visited {
color: white; 
background: purple
}

#dashboard a:active {
color: red;    
background: white
}

#dashboard li {
float: left;
width: auto;
text-decoration: none;
display: inline;
}

#dashboard li ul, #dashboard ul li  {
text-align: left;
width: 170px;
font-size: 95%;
}

#dashboard ul li a  {
color: #565656;
border-right: 0;
padding: 3px 12px 3px 13px;
font-weight: normal;
}

#dashboard ul li a span.tighten { font-size: 87.5%; }

#dashboard li ul {
position: absolute;
z-index: 200;
margin-left: -1px;
display: none;
border: 1px solid #333333;
border-top: none;
background: transparent repeat-x;
}

#dashboard li ul li{
line-height: 31px;
vertical-align: middle;
}

#dashboard li:hover a, #dashboard a:focus,
#dashboard li.menuhvr a {
color: #FFFFFF; /*Hover over text color*/
font-weight: normal;
}

#dashboard li:hover ul, #dashboard li.menuhvr ul
{
    display: block;
    background: #CCCCFF; /*Background color of dash dropdown */
}

#dashboard li:hover ul a, #dashboard li.menuhvr ul a {
color: #000000;
background: none transparent;
font-weight: normal;
}

#dashboard ul a:hover{
background-color:#666699!important; /*Hover color of dash dropdown */
color: #FFFFFF!important; /*Hover color text of dash dropdwn */
background-image: none!important;
font-weight: normal;
}

#dashboard li {width: auto;}

