}
td, textarea, input, select {
	font-family: Verdana;
	font-size: 11px;
	color: 2f2f2f;
	font-weight: normal;
	line-height: 16px;
}
.topmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.topmenu ul{
margin: 0;
padding: 0;
float: left;
width: 772px; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: #F16D35 url(images/top-link-bg.gif) center center repeat-x;
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
float: left;
color: white; /*text color*/
padding: 10px 20px;
text-decoration: none;
border-right: 1px solid #FFFFFF; /*dark purple divider between menu items*/
}

.topmenu ul li a:visited{
color: white;
padding: 10px 20px;
}

.topmenu ul li a:hover, .topmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 14px; /*shift text down 1px for selected and active item*/
background: black url(images/top-link-bg2.gif) center center repeat-x;
}