ul#menu
{
	list-style-type:none;
	width:auto;
	position:relative;
	font-size:16px;
	font-weight:normal;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	float:left;
	text-align:center;
	margin: 0px;
	margin-left:12px;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;	
	width: auto;
	height: 20px;
	text-align:center;
}
	
ul#menu li a
{
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	height: 20px;	
	width: auto;
	text-align:center;

}
	
ul#menu li a:hover
{	
	color:#000000;
	height: 20px;	
	width: auto;
	text-align:center;
	background-repeat:no-repeat;
	background-position: bottom center;

}
	
ul#menu li a.current
{
	display:block;
	height: 20px;	
	width: auto;
	margin:0;
	color:#ef2b3d;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top: 5px;
	border: 1px solid #b9b8b9; /*THEME CHANGE HERE*/
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
	line-height:18px;
	z-index:100;
	background-color: #fff;	
	width: 150px;
	visibility: hidden;
	padding: 5px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #f2f1f2; /*THEME CHANGE HERE*/
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #b9b8b9;

}