a {
    color: #a77a21;
    text-decoration: none;
}
a:visited {
    color: #a77a21;
    text-decoration: none;
}
a:hover {
    color: #252b05;
    text-decoration: underline;
}

.tinyText {
    font-size: 1px;
}

#divDesigners {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.searchbox {
	margin: 0px;
	padding: 0px;
	width: 160px;
}
ul.refclass {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	border:1px solid #07347D;
	width: 160px;
}
.refclass li.lefthead {
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0 5px 0;
	display:block;
	background-color:#CC6600;
	height:20;
}
.refclass li.leftitem {
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 0 0 0 0;
	display:block;
	height:20px;
}

#navigation {
	padding: 5px;
	border-bottom: 1px solid #000; /*create a solid line across the bottom of the navigation container spanning the entire column*/
	}
	
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline; /* removes the vertical space normally accompanying a list and places it into the flow of the rest of the document */
	} 

#navigation ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000; /*create a solid line around each individual list item*/
	list-style: none; /*eliminate the bullet, box, circle, etc. that normally preceeds a list item */
	display: inline; /* turn the normal vertically positioned list items into horizontal items in line with the rest of the document text */
	background-color: #DDDDDD;
	}
#navigation li.currentTab {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFEE;
	background-color: #FFFFEE;
}
