a img {
	border: none;
}


.topmenu {
	float: left;
	margin-top: 40px;
	height: 76px;
	width: 100%;
}

.topmenu_item {
	text-align: center;
    /*width: 12%;*/
	width: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	
}

.topmenu a {
	text-decoration: none;
	color: #b7b7b7;
}

.topmenu a:hover {
	color: #6cb9fe;
	text-decoration: none;
}

/*********************************************************************/

.menu {
    width: 144px;

	
	
}

.topmenu td {
    cursor: pointer;
    line-height: 12px;
    /*padding-right: 19px;*/    
    /*width: 12%;*/
    width: 8%;
		padding-top:24px;
}

.menu td.over {
    color: #666666;
	background-color:#DDC78E;
    cursor: hand;
}

.menu td {
    color: #000;
}
/* manjiri this is for drop down options*/
.menu table {
    border: 0px solid #b19650;
    background: url(images/submenu_bg1.gif) repeat-x left top #fdf9f0;
	font-family: Arial;
	font-size:12px;
	color:#000;
	line-height:20px;
	cursor:pointer;
}


/*********************************************************************/
