@charset "utf-8";
/* CSS Document */

/*NEW MENU ============================================================================================================================*/
.menu{
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:12px;
	color:8e8e8e;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	width: 850px;
	height: 76px;
	background-image: url(images/headerBkg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.menu ul{
	
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		}
	.menu li a{
		color:#666666;
		display:block;
		line-height:43px;
		text-align:center;
		text-decoration:none;
		margin-left: 10px;
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-left: 15px;
		}
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			background-repeat: repeat-x;
			}
			a:hover.menuItem1 {background:url(images/current-bg-b.gif) center top no-repeat; color:#ffffff;}
			a:hover.menuItem2 {background:url(images/current-bg-g.gif) center top no-repeat; color:#ffffff;}
			a:hover.menuItem3 {background:url(images/current-bg-a.gif) center top no-repeat; color:#ffffff;}
			a:hover.menuItem4 {background:url(images/current-bg-r.gif) center top no-repeat; color:#ffffff;}
	.menu li ul{
		border-left:2px solid #cccccc;
		border-right:2px solid #cccccc;
		border-bottom:2px solid #cccccc;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:225px;
		z-index:200;
		background-color: #ebebeb;		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#cccccc;
			color:#000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
/*		clear:left;*/
		}	
	.menu .current{		
		background-image: url(images/current-bg.gif);
		background-repeat: repeat-x;
		background-position: center;
		}
	.menu .current a:hover.menuItem1{
		background:url(images/current-bg-v.gif)
	}
				


/*============================================================================================================================*/
