/*        V3        */

.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 120px;
	border-style: solid solid none solid;
	border-color: #0e69be;
	border-size: 1px;
	border-width: 1px;
	}

#menu ul{
	list-style:none; font-family:Arial;
	margin:0px;
	padding:0px;
	}
#menu li a {
	height: 26px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 16px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #2E02AE;
	display: block;
	background: url('images/v3.jpg') no-repeat;
	padding-left:3px; padding-right:0; padding-top:7px; padding-bottom:0; background-repeat:no-repeat
	}
	
#menu li a:hover {
	color: #0e69be;
	background: url('images/v3.jpg') no-repeat 0 -24px;
	padding-left:3px; padding-right:0; padding-top:7px; padding-bottom:0; background-repeat:no-repeat
	}
	
#menu li a:active {
	color: #0e69be;
	background: url('images/v3.jpg') no-repeat 0 -48px;
	padding-left:3px; padding-right:0; padding-top:7px; padding-bottom:0; background-repeat:no-repeat
	}
	
body {
background: url('images/CSS-GRADIENT.jpg') repeat-y;
}
