/* CSS for dropdown - written by Nayan Ghosh */
#dropdown {
	display: none;
	margin:0 20px;
	top: 40px;
	z-index: 2;
	width:950px;
	position:absolute;
	background: #fafafa url('../images/dropdown-bg.gif') bottom left repeat-x;
}
#dropdown td {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ddd;
}
#dropdown li {
	list-style: none;
}
#dropdown .header {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
li.menu_item {
	list-style: none;
	background: url(../images/tab-bar.gif) repeat-x left bottom;
	width: 200px;
}

li.menu_item a:link, .menu_item a:visited{
	color:#000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	line-height:31px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	vertical-align:top;
}

div.simple_menu {
	display:none;
	position: absolute;
	z-index: 10;
	padding: 0;
	margin-top:-10px;
	margin-left:-75px;
}
span.simple_dropdown {
	
}
div.simple_dropdown:hover div {
	display:block;
}
