.mainCat {
	display: block;
    padding: 5px 5px 5px 5px;
    border-left: 10px solid #54566B;
	background:#CCCC9A;
	color:white;
	font-weight:bold;
	font-size:small;
	border-bottom: 1px solid #54566B;
}
.mainCat a {
	text-decoration: none;
	color: white;
}
.mainCat a:hover {
	text-decoration: underline;
	color: white;
}

#navDiv  { 
	/* width: 165px; */
	width:100%;
          padding: 0;
          margin-bottom: 1em;
          font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		  background: transparent url(../images/leftNav.jpg) repeat-y;
          color: #333;
          float: left;
          height:100%;
          font-size:10pt;
}

#nav {
	display:block;
	margin:0;
	padding:0;
	border:0;
}
#nav li, #nav a, #categoryNav { 
		display:block;
		margin:0;
		padding:0;
		border:0;
}

#navDiv ul { 
    list-style-type: none;
    margin-left:0;
    padding-left:0;
    border: none;
}

#nav li, #categoryNav li{ 
          border-bottom: 1px solid #BDBFD4;
          margin: 0;
}

#nav li p , #categoryNav li p{
	margin:0;
	display:block;
    padding: 5px;
	border-left: 10px solid #54566B;
    background-color: #808394;
    color: #fff;         
}

#nav li a, #categoryNav li a { 
       display: block;
       padding: 5px 5px 5px 5px;
       border-left: 10px solid #54566B;
/*
       border-right: 10px solid #508fc4;
*/
       background-color: #808394;
       color: #fff;
       text-decoration: none;
       width: 100%;  
}

html>body #navDiv li a { width:auto; } /* others */

/* regular hovers */

/* needs to be fixed in IE so top level doesn't highlight*/
#nav li a:hover, #nav li p:hover, #nav li.over p,
#categoryNav li a:hover, #categoryNav li p:hover, #categoryNav li.over p{
   border-left: 10px solid #54566B;
/*
   border-right: 10px solid #5ba3e0;
*/
   background-color: #DCDBBC;
   color: #54566B;
}

#nav li li, #categoryNav li li
{
  border-top: 1px solid #90bade;
  border-bottom: 0;
  margin: 0;
}

#nav li li a, #categoryNav li li a
{
  display: block;
  padding: 5px 5px 5px 20px;
  border-left: 10px solid #CDD5E0;
/*
  border-right: 10px solid #508fc4;
*/
  background-color: #CDD5E0;
  color: #001449;
  text-decoration: none;
  width: 100%;
}

.current {
	font-weight:bold;
}

#nav li li.current a, #categoryNav li li.current a {
/*	background-image: url(../images/rgt.gif); */
    background-repeat: no-repeat;
	background-position: 5% 50% ;
}

.notSelected { 
    font-weight:normal;
}

.hide { 
        display: none;
 }

.show {  
        display: block;
}

