/* xxxxxxxxxxxxxxxxxxxxxx  This is the font style of the Menu   color 000000 */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:000000;
	}
/* xxxxxxxxxxxxxxxxxxxxxx  This is the actual stip for the menu Box */
.menu ul{
	background:url(images/menu-bg2.gif) top left repeat-x;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		}
/* xxxxxxxxxxxxxxxxxxxxxx This is the Text Color of the Menu and the pull down Boxes  #330099  */
	.menu li a{
		color:#000000;
		display:block;
/* 		font-weight:bold;  */
		line-height:25px;
		/* The following line changes the padding between the main menu items */
		padding:0px 30px;
		text-align:center;
		text-decoration:none;
		}
/* xxxxxxxxxxxxxxxxxxxxxx  This is the Hover Color of the Menu Items text but NOT the pull text #FF0000     */
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			}
/* xxxxxxxxxxxxxxxxxxxxxx  This is the Background Color of the pull down Boxes  background:#e0e0e0; */
	.menu li ul{
		background:#cccccc;
		border-left:2px solid #999999;
		border-right:2px solid #999999;
		border-bottom:2px solid #999999;
		display:none;
		height:auto;
		filter:alpha(opacity=90);
		opacity:0.90;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:14px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
/* xxxxxxxxxxxxxxxxxxxxxx  This is the Hover Color of the pull down */
		.menu li ul a:hover{
			background:#ffffff;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url(images/current-bg.gif) top left repeat-x;
		color:#ffffff;
		}