﻿.LinksDesignTable { /* all lists */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background: transparent;
	position: relative;
	float: left;
	width: 200px;
}

.LinksDesignTable td { /* all list items */
	margin: 5px 6px 6px 5px;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: left;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
}

.LinksDesignTable a {
	color: #191970;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 6px 6px 5px;
	width: 200px;
}


.LinksDesignTable a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	background: #5AA7E5;
	padding: 5px 6px 6px 5px;
	width: 200px;
}
