.bg 
{
	background-image: url(images/button4.gif);
}

.menu
{
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
	height: 44px;
	position: relative;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
}
 
.menu li.top
{
	display:block;
	float:left;
	position:relative;
}

.menu li a.top_link
{
	display: block;
	float: left;
	height: 44px;
	line-height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding: 0 0 0 0px;
	cursor: pointer;
	font-weight: bold;
	text-transform: capitalize;
}

.menu li a.top_link span
{
	float: left;
	display: block;
	height: 44px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;

}

.menu li a.top_link span.down
{
	float:left;
	display:block;
	padding:0 12px 0 10px;
	height:40px;
	background:url(images/down.gif) no-repeat right top;
}

.menu li a.top_link:hover
{
	color:#FFFFFF;
	background: url(images/button43.gif) no-repeat;
}

.menu li a.top_link:hover span
{
	background:url(images/button43.gif) no-repeat right top;
}
.menu li a.top_link:hover span.down
{
	background:url(images/button4a.gif) no-repeat right top;
}

.menu li:hover > a.top_link
{
	color: #764b35;
	background: url( images/button43.gif ) repeat-x;
}
.menu li:hover > a.top_link span
{
	background:url(images/button43.gif) no-repeat right top;
}

.menu li:hover > a.top_link span.down
{
	background:url(images/button4a.gif) no-repeat right top;
}

.menu li:hover > a.top_link2 span.down
{
	background: url( 'images/transparent-picture.png' ) no-repeat right top;
}












