.tagClass {
	margin:0px;
  	display: inline;
	padding-top: 2px;
	_padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-image: url(../img/tag.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.tagClass a {
  text-decoration:none;
}

#dropmenudiv{
position:absolute;
border: 1px solid #4e8fe0;
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:101;
background-color: #98c0f4;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4e8fe0;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #bcdaf9;
color: #335a71;
font-weight: bold;
}

#tabFont a {
  aligh:center;
  vertical-align:middle;
  text-decoration:none;
}
.member ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.member li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	color: #0099FF;
}
.member li a {
	color: #0099FF;
}