﻿div.other a:link {
	color: #999999;
	font-size: 11px;
}
div.other a:visited {
	color: #999999;
	font-size: 11px;
}
div.other a:hover {
	color: #000000;
	font-size: 11px;
}
div.other a:active {
	color: #999999;
	font-size: 11px;
}




.outer a, .outer div, .outer li, .outer ul, .outer body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div.menu{
	width: 185px;
}
div.menu ul{
	list-style: none;
	text-indent: 0px;
}
div.menu li{
	margin-top: 3px;
}
div.menu a{
	font: 10px Verdana;
	display:block;
	padding: 6px 15px;
	height: 10px;
	text-decoration: none;
	color:#fff;
	background: url('./img/menu1.gif') no-repeat right;
	background-color:#999999;
	font-weight: bold;	
}
div.menu a:hover{
	background: url('./img/menu2.gif') no-repeat right;
	background-color:#999999;
	font-weight: bold;
	color:#000;
	padding: 6px 15px;
	
}
div.menu a:active{
	background: url('./img/menu2.gif') no-repeat right;
	background-color:#999999;
	font-weight: bold;
	color:#fff;
	padding: 6px 15px;
}
div.menu a:visited {
	font-weight: bold;
	background-color:#999999;
	color:#fff;
	padding: 6px 15px;
}
