.menudiv
{
  sclear: both;
  background: #fff url('../img/bg_menu.gif') repeat-x top left;
  border:0px solid #FF0000;
  height:30px;
font-style:italic;
  
}

.menuinnerdiv1
{
  bbackground: transparent url('../img/menu.gif') no-repeat bottom right;
}

.menu
{
  float: left;
  dclear: both;
}

.menu .m,
.menu .m_current
{
	float: left;
}

.menu .m a,
.menu .m_current a
{
	font-family: "Trebuchet MS",Verdana;
	font-size: 13px;
	display: block;
	float: left;
	lletter-spacing: -0.05em;
	padding: 4px 10px 3px 8px;
	margin: 0px 10px 0px 0px;
	color: #73200C;
	text-decoration: none;
	border-right: solid 1px transparent;
	border-left: solid 1px transparent;
	font-weight: bold;

}


.menu .m a:hover,
.menu .m_current a
{
	color: #000;
	border-right: solid 1px #b57d6c;
	border-left: solid 1px #dfc7bf;
}

.menu .m_current a
{

}
.menu .m_current a:hover
{
	color: #000;
}

a.chcol {
	text-decoration: none; 
	border: solid 1px #fff; 
	padding: 0px 2px; 
}
a.chcol:hover {
	border: solid 1px #000;
}
