@charset "utf-8";
/* CSS Document */
/*        V3        */

.outer{
	margin:0px;
	padding:0px;
	list-style-image: url(images/arrow_org.gif);
	list-style-type: none;
	width: 215px;
	background-color: #0000CC;
}

	
#menu {
	width: 230px;
	
	
	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	font-size: 13px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(images/v5.jpg);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #ff0000;
	background: url(images/arrow_org.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	text-decoration: underline;
	background-color:#94d583;
	background-image: url(orange_arrow.gif);




}

	
#menu li a:active {
	color: #009933;
	background: url(images/v5.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}                    
                    
