A:link {text-decoration: none}
A:visited{text-decoration:none}
A:active{text-decoration:none}
a:hover{text-decoration:underline}

.bold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #A0B1C3;
}

#menu		{
		margin-bottom: 10px;
		}

#menu ul 	{
		list-style-type: none;
		white-space: nowrap;
		display: block;
		float: left;
		list-style: none outside;
		padding-right: 1px;
		}
		
#menu li 	{
		display: block;
		width: 156px;
		float: left;	
		list-style-type: none;
		}

#menu a 	{
		background: #fff;
		width: 156px;
		height: 2em;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0;
		margin: 0 0 10px 0;
		color: #555;
		text-decoration: none;
		display: block;
		text-align: center;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 2em;
		font-size:    xx-small;      
		voice-family: "\"}\"";   
		voice-family: inherit;   
		font-size:    x-small;   	
		}

#menu a:link, #menu a:visited
		{
		text-decoration:	none;
		}

#menu a:hover	{
		text-decoration:	none;
		background-color:	#ddd;
		color:			#0A3560;
		}
