
.menudrop
{
	width:954px;
	margin:0px auto;
	padding:2px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#dfdfdf;
	height:22px;
	overflow:hidden;
	text-align: left;
}

.menudrop:after
{ /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	background-color:#dfdfdf;
}

.menudrop li.noborder{ border-right:none;}

.menudrop ul
{
	width: 100%;
	padding: 0px 0;
	margin:2px 0px 0px 0px;
	text-align: left;
	height:16px;
	overflow:hidden;
	background-color:#dfdfdf;
	z-index:600;
	background-image:none;
	color:#000000
}

.menudrop ul li {
	display: inline;
	padding: 0px;
	margin:0px 0px 0px 0px;
	background-color:#dfdfdf;
	background-image:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.menudrop ul li a
{
	color: #494949;
	padding: 1px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.menudrop ul li.droplist a { padding:4px 7px; }

.menudrop ul li a:hover { text-decoration: underline; }

.menudrop ul li a[rel]:after { }

/* ...........Style for Drop Down Menu ............ */
.dropmenudiv
{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:14px;
	background-color: white;
	width: 100px;
	visibility: hidden;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=2);
	text-align: left;
	z-index: 800;
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px; /*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 3px 1px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a.bottom_item { border-bottom: 1px solid #BBB; }

*html .dropmenudiv a { /*IE only hack*/ width: 100%;
 }

.dropmenudiv a:hover
{
	background-color: #dfdfdf; /*background of drop down menu*/
	color:#01669e;
}

