
.topmenu {
	float: left;
	margin-top:10px;
	width: 100%;
	padding:0;
	z-index:10000;
}

.topmenu_item {
	text-align: center;
    /*width: 12%;*/
	width: 100%;
	display: block;
	font-size: 11px;
	float: left;
	
}

.topmenu a {
	text-decoration: none;
	color: #4a0f00;
	

}

.topmenu a:hover {
	color: #4a0f00;
	text-decoration: none;
	
}

/*********************************************************************/

.menu {
    width: 240px;
}

.topmenu td {
    cursor: pointer;
    line-height: 12px;
    /*padding-right: 19px;*/
	border:none;
    line-height: 20px;
	
    /*width: 12%;*/

}
.menu td.over {
    color: #2e2926;
    cursor: hand;
	padding:0;

	
}

.menu td {
    color: #ffffff;
	padding:0;


	
}
.menu table {
	font-size:10px;
	border: 1px solid #ffdbbb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    background:  #ec8c39;
	z-index:10000;
}
