
/* menu.css */

#topmenu {
	background-image: url( 'images/menu_bg.jpg' );
	background-repeat: no-repeat;
	background-color: #fff;
}

#topmenu tr td.menu_item a div,
#topmenu tr td.menu_item a div,
#topmenu tr td.menu_item a div,
#topmenu tr td.menu_item a div{
	font-weight: bold;
	padding-left: 6px;
}

#topmenu tr td.menu_item a:link,
#topmenu tr td.menu_item a:visited,
#topmenu tr td.menu_item a:active,
#topmenu tr td.menu_item a:hover {
	text-decoration: none;
	color: #fff;
}

.drop_down {
	line-height: 14px;
	z-index: 5;
	color: #666;
	background-color: #fff;
	/*visibility: hidden;*/
}	

#menu_aboutus {
	position: absolute;
	width: 99px;
	padding: 2px 6px 2px;
}

#menu_services {
	position: absolute;
	width: 99px;
	padding: 2px 6px 2px;
}

#menu_contactus {
	position: absolute;
	width: 99px;
	padding: 2px 6px 2px;
}

.drop_down a:link,
.drop_down a:visited,
.drop_down a:hover,
.drop_down a:active {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.drop_down a:hover {
	text-decoration: underline;
}
