
.dropmenustyle
{	/*
	width: 100%;
	font-weight: normal;*/
	font: bold 12px Verdana;
}


.dropmenustyle:after
{	/* Firefox - Add margin between menu and rest of content */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


.dropmenustyle ul
{
	border: 1px solid #BBB;
	/*width: 100%;*/
	background: url(../images/dropmenubg.gif) center center repeat-x;
	padding: 4px;
	margin: 0;
	/*text-align: center;*/
}


.dropmenustyle ul li
{
	display: inline;
}


.dropmenustyle ul li a
{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	color: #4f4f4f;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font: bold 12px Verdana;
	line-height:18px;
	z-index:100;
	/*background-color: #E0FFFF;*/
	/*width: 200px;*/
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid #BBB;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #4f4f4f;
	/*background: url(../images/dropmenubg.gif) center center repeat-x;*/
	/*background-color: #B2DFEE;*/
}


* html .dropmenudiv a
{	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{
	/*background: url(../images/dropmenubghover.gif) center center repeat-x;*/
	/*background-color: #B2DFEE;*/
}
