
#nav {  background: url("../images/nav-back.png") repeat scroll center top transparent;
    left: 0;
   /*  position: fixed!important; IZ 09/06/2014*/
    position: absolute;/*ie6 and above */
    top: -3px;
    width: 145px;
    z-index: 9999;
    /*height:345px;*/
    text-align: right;
    margin-left:-95px; IZ 09/06/2014 
    font-size:13px;
    font-weight:normal; padding-bottom:5px;
    font-family: arial;
    font-size: 12px;
    /*display:inline;*/ display:none;
    }
#nav-title {
  color:#989898; margin-left:10px; margin-top: 10px; margin-bottom: 5px;    text-align: right;    width: 123px; font-size: 12px; border-bottom: 1px solid #416272; padding-right:5px;
}

#nav a { color:#989898; text-decoration: none; font-weight: bold;}
#nav img { border:none; padding-left:10px; vertical-align: middle;  }
#nav a:hover { color: #416272; text-decoration: none; }
#nav ul {  list-style: none; padding:0px;  }
#nav ul li {  list-style: none; vertical-align: middle;  }

/* LEVEL ONE*/
ul#dropdown { position: relative; margin:0px; padding-top:4px; z-index: 999; }
ul#dropdown li {  margin:0px;  zoom: 1; padding:3px;  line-height: 38px; }
ul#dropdown li:last-child{background: none;}
ul#dropdown il a:link,ul#dropdown il a:visited{color: #221006}
ul#dropdown a:hover	{ color: #416272; text-decoration: none;}
ul#dropdown ul li a:active, ul#dropdown ul li a:link, ul#dropdown ul li a:visited {  text-decoration: none; }
ul#dropdown li a  { display: block; }
ul#dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul#dropdown li.hover, ul#dropdown li:hover  { color: #BA6349; position: relative; }
ul#dropdown li.hover a { color: #BA6349; }

ul#dropdown li.padding-top {  padding-top:15px;  height:21px;}

/* LEVEL TWO */
ul#dropdown ul.background {  width:81px;/* background:#50502d;*/ background: url(../images/drop-down-back.png) top left repeat;  }
ul#dropdown ul {  visibility: hidden; position: absolute; top: 100%; left: 0px;  text-align: center;  font-size: 12px; font-family:Arial, Helvetica, sans-serif; color:#E8DCC2; list-style: none; background: url(../images/drop-down-back.png) top left repeat; padding:0px; margin:0px; border-left: 1px solid #3F5E6B; border-right:1px solid #3F5E6B; width: 100%; }
ul#dropdown ul li {  background: url(../images/dropdown-back.png) top center repeat-y;  font-weight: normal;  float: none; padding:5px 5px 2px 5px;   }
ul#dropdown ul li:last-child {   font-weight: normal;  float: none; padding:5px 5px 2px 5px; border-bottom:none;   }
ul#dropdown ul li.larger { min-width: 81px; font-weight: normal; border-bottom: 1px solid #221006; float: none; }
ul#dropdown ul li.large { min-width: 81px; font-weight: normal; border-bottom: 1px solid #221006; float: none; }
/* IE 6 & 7 Needs Inline Block */
ul#dropdown ul li a	{ border-right: none; width: 100%; display: inline-block;  padding:3px 0px; color:#fff; }

/*ul#dropdown ul li:nth-child(1) a{ color: #553542;}
ul#dropdown ul li:nth-child(2) a{ color: #4C4D61;}
ul#dropdown ul li:nth-child(3) a{ color: #BA6349;}*/
/* LEVEL THREE */
ul#dropdown ul ul { left: 100%; top: 0; }
ul#dropdown li:hover > ul { visibility: visible; }

.nav_border { border-left: 1px solid #C16D83; }

#nav ul#dropdown li a{padding-right: 43px;}
#nav li.dashboard a{ background: url('../images/Home-icon.png') no-repeat right center; color: #CCCCCC;}
#nav li.data-entry a{ background: url('../images/icon-input.png') no-repeat right center; color: #CCCCCC;}
#nav li.forum a{ background: url('../images/icon-forum.png') no-repeat right center; color: #CCCCCC;}
/*
#nav li.reports a{ background: url('../images/icon-reports.png') no-repeat right center; color: #CCCCCC;}
*/
#nav li.reports a{ background: url('../images/icon-reports.png') no-repeat right center; color: #CCCCCC;};/* ./images/icons/monthly.gif */
#nav li.settings a{ background: url('../images/icon-settings.png') no-repeat right center; color: #CCCCCC;}
#nav li.help a{ background: url('../images/icon-help.png') no-repeat right center; color: #CCCCCC;}
#nav li.exception a{ background: url('../images/exception-report.png') no-repeat right center; color: #CCCCCC; line-height: 16px;}
#nav li.daily a{ background: url('../images/daily-dash.png') no-repeat right center; color: #CCCCCC; /*line-height: 16px;min-height: 38px; vertical-align: middle;*/}
#nav li.print a{ background: url('../images/icon-print.png') no-repeat right center; color: #CCCCCC;}
#nav li.admin-nav a{ background: url('../images/Icon_users.png') no-repeat right center; color: #CCCCCC;}
#nav li a:hover {/* color: #416272;*/ color:#ffffff;}
/*#nav li.dashboard{ background: url('images/icon-dashboard.png') no-repeat right center;}*/

#nav-2 {  margin: 0;    height: 38px; /*padding-top:10px;*/   width: 100%; background:#2F2F2F; color:#fff; font-size:12px; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;*behavior: url(/script/boxsizing.htc);   }
#nav-2 a { color:#fff;}
#nav-2 a:hover { color:#27BD3F;}
#nav-2 ul#dropdown  { width: 80%; list-style:none; margin:0px; padding:0px;   }
#nav-2 ul#dropdown  a {  color:#fff;  }
#nav-2 ul#dropdown  a:hover {  color:#27BD3F;  }
#nav-2 ul#dropdown li {  float:left; padding:0px 20px;  background: none; }
#nav-2 ul#dropdown ul li {  background: none; border-right: none; float: none;    line-height: 15px;    margin: 0 auto;    padding: 3px 13px; border-bottom:1px solid #C2C2C2; background:#2F2F2F;}

/**For no # link**/
ul li a.no-link{cursor: pointer;}