.menuStyle {
	width: 100%;
	height: auto;
	font-weight: bold;
	position: relative;
	z-index: 100;
	background: none;
	}

.menuStyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.menuStyle ul {
	width: 100%;
	margin: 0;
	text-align: right;
	}

.menuStyle ul li {
	display: inline;
	margin: 0px 0px 0px -5px;
	
	}

.menuStyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	/* content: "+"; */
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}


/* ######### Style for Drop Down Menu ######### */

.menuDiv {
	position:absolute;
	margin-left: -1px;
	top: 0;
	z-index:100;
	width: 150px;
	visibility: hidden;
	opacity:.90;
	filter: alpha(opacity=90);
	}


.menuDiv a {
	width: 141px;
	height: 23px;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	padding-top: 5px;
	margin-top: -4px;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(../images/but_subnavbg_141x23.gif) top left no-repeat;
	}

* html .menuDiv a { /*IE only hack*/
	width: 100%;
	}

.menuDiv a:hover {
	color: #CCC;
	}