/* CSS Document */


#navver {
    float:left;
    text-indent:10px;
    font-size:11px;
	font-weight:bold;
    width:200px;
    padding-top:10px;
    }
  
    
#navver2 ul {
    margin:0;
    padding:0;
    list-style:none;
    }
 #navver2 li {
    margin:0;
    padding-top:10px;
    }
    
#navver2 a:link, #navver2 a:visited {
	text-decoration: underline;
    color:#ffffff;
   }

#navver2 #mapage  {
    display:block;
    width:200px;
	color: #003376;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../images/pucenavv.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-right: .0em;
    }
#navver2 #monoutil  {
    display:block;
    width:200px;
	color: #003376;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../images/pucenavv_out.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding-right: .0em;
    }
    
#navver2 li a:hover
{
	color: #003376;
	text-decoration: underline;
}

