/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Verdana;
	font-size: 1.1em;
	text-decoration: none;
	padding: 2px;
	color: #704A16;
	font-weight:bold;
	xborder-bottom:1px solid #9d691f;
	background:#FFFFFF;
}
.m0l0iover {
	font: 1.1em Verdana;
	text-decoration:none;
	padding: 2px;
	color: #FFFFFF;
	font-weight:bold;
	xborder-bottom:1px solid #9d691f;
	background:#9d691f;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	font: 1.1em Verdana;
	text-decoration: none;
	padding: 2px;
	color: #003399;
	font-weight:bold;
	background: #FFFFFF;
	xborder-bottom:1px solid #9d691f;
}
.m0l1iover {
	font: 1.1em Verdana;
	text-decoration : none;
	padding: 2px;
	color: #FFFFFF;
	font-weight:bold;
	xborder-bottom:1px solid #9d691f;
	background:#9d691f;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
}
.m0l1oover {
	text-decoration : none;
}


/* Global */
#leftmenu * {
   xheight:13px;
   cursor:pointer;
}


/********** VICDO ***************/

/***

.topnav ul {
   float:left;
   list-style:none;
   margin-left:px;
   }

.topnav li {
   border-right: solid thin 2px #003399;
   float:left;
   }
***/

.home, .home:hover, .docs, .docs:hover, .log, .log:hover   {
   
   background-repeat:no-repeat;
   background-position: center;
   height:15px;
   text-align:center;
   display:block;
   border-right: solid 2px #003399;
   margin-left: 0px;
   float: left;
   }


.home{
   background-image: url('../gfx/kpvvSite.gif');
   width:85px
   }

.home:hover  {
   background-image: url('../gfx/kpvvSite_over.gif');
   }
 
.docs  {
   background-image: url('../gfx/homeVICDO.gif');
   width: 110px
   }

.docs:hover  {
   background-image: url('../gfx/homeVICDO_over.gif');
   }

.log  {
   background-image: url('../gfx/loguit.gif');
   width: 70px;
   height:15px
   }

.log:hover  {
   background-image: url('../gfx/loguit_over.gif');
   background-repeat:no-repeat;
   text-align:center;
   display:block;
   float: left
   }