#menu {
	float: left;
	width: 430px;
	margin: 1px 0 0 18px;
	padding: 0px 0 10px 0;
	height: auto;
	border-bottom: 0px solid #000000 ! important;/*67838D*/
	border-top: 0px solid #000000 ! important;/*67838D*/
	border-left: 0px solid #000000 ! important;/*67838D*/
	border-right: 0px solid #000000 ! important;/*67838D*/
	font-style: normal;
	text-align: center ! important;
	/*font-weight: bold;*/
	font-family: Courier ! important;/*raavi latha gautami*/
	font-size: 12px ! important;
	background-color: transparent;/*#FFF76F*/
	/*background-image: url("artwork/metallic.jpg");
	background-repeat: no-repeat;
	background-position: top left;*/
	/*overflow: hidden;*/
}

#menu ul {
	float: left;
	margin: 0;
	list-style: none;
	z-index: 2;
	padding: 0;
}

#content #menu ul li {
	list-style: none;
}

#menu ul.sub_menu {
	padding: 0 0 7px 7px ! important;
	border-left: 0px solid #c0c0c0 ! important;
	border-top: 1px solid #c0c0c0 ! important;
	border-bottom: 0px solid #c0c0c0 ! important;
	/*background-color: #67838D;*/
}

#menu ul.sub_menu li {
	border-left: 0px solid #67838D ! important;
	border-top: 0px solid #67838D ! important;
}

#menu a {
	display: block;
	float: left;
	min-width: 55px;
	padding: 60px 5px 0 10px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	font-size: 10px ! important;
	background-color: transparent;
	background-image: url("artwork/knop-toe-ff.png");
	background-repeat: no-repeat;
	background-position: top center;
}

* html #menu a {
	width: 55px;
	background-image: url("artwork/knop-toe-ie.png");
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 0px solid #63554C ! important;
}

#menu a:hover, 
#menu li.active ul a:hover {
	color: #9a2c0a;
	background-color: transparent ! important;/*#67838D*/
	background-image: url("artwork/knop-half-ff.png") ! important;
	background-repeat: no-repeat;
	background-position: top center;
}

* html #menu a:hover,
* html #menu li.active ul a:hover {
	background-image: url("artwork/knop-half-ie.png") ! important;
}

#menu li.active a, 
#menu li.active ul a
{
	color: #9a2c0a;
	background-color: transparent;/*#67838D*/
	background-image: url("artwork/knop-open-ff.png");
	background-repeat: no-repeat;
	background-position: top center;
}

* html #menu li.active a, 
* html #menu li.active ul a
{
	background-image: url("artwork/knop-open-ie.png");
}