/*        V3        */

.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 200px;
	border-size: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1F1F1F;
	border-right-color: #1F1F1F;
	border-bottom-color: #1F1F1F;
	border-left-color: #1F1F1F;
	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	color: #FFF;
	}
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font-weight:normal;
	color: #FFF;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	background-image: url(../images/v3.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
	
#menu li a:hover {
	color: #F00;
	background: url(../images/v3.jpg) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #FFF;
	background: url(../images/v3.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
