#brandnav {
	width: 190px;
	padding-left: -5px;
	list-style-type: none;
	vertical-align: top;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
}
#brandnav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#brandnav   li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 0px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F165A3;
}
/* CSS Document */

/* Sets the style for unvisited links. */
a,  a:link {
	color: #E83B90;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for visited links. */
a:visited {
	color: #E83B90;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FF9999;
	font-weight: bold;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

