
/* menu part */
#container {
	position:absolute;
	width:80%;
	height:auto;
	z-index:1;
	left: 129px;
	top: 56px;
	background-image: url(navBG.gif);
	background-repeat: no-repeat;
	font-family:Arial;
}

/*-- menuhead Styles --*/
#menuhead{
	width:100%;
	margin:0px;
	padding:0px;
	top: 3px;
	font-family:Arial;
}
#menuhead img#logo{float:left;margin:10px 0px 5px 10px;padding:0px;border:0px;}
form fieldset{border:0px;margin:5px 0px 0px 0px;padding:0px;}
form#search{
	width:300px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:545px;
	top:27px;
}

#menuhead .headlinks{
	text-align:right;
	margin:1px 0px 0px 0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:424px;
	width:350px;
	min-height:16px;
	height:auto !important;
	height:16px;
	font-size:11px;
}
#menuhead .headlinks a:link, a:visited{font-size:11px;color:#000;text-decoration:none;margin:0px 10px;}
#menuhead .headlinks a:hover, a:active{text-decoration:underline;}
#menuhead .headlinks a img{margin:0px 2px 0px 0px;padding:0px;border:0px;vertical-align:middle;}


/*-- menuhead Navigation Styles --*/
#menuhead #nav{
	clear:both;
	left: 7px;
	top: 80px;
}
#menuhead #nav ul{list-style:none;margin:0px;padding:0px;}
#menuhead #nav ul li{
	background:url('navBG.gif') repeat-x;
	float:left;
	height:26px;
	line-height:26px;
	margin:0px;
	padding:0px;
	display:block;
	border-right:1px solid #6699CC;
	border-left:1px solid #0099CC;
}
#menuhead #nav ul #b1{width:15%;border-left:0px;}
#menuhead #nav ul #b2{width:20%;}
#menuhead #nav ul #b3{width:15%;}
#menuhead #nav ul #b4{width:15%;}
#menuhead #nav ul #b5{width:15%;}
#menuhead #nav ul #b6{width:15%;border-right:0px;}

#menuhead #nav img#le{float:left;height:26px; background-repeat:no-repeat;}
#menuhead #nav img#re{float:left;height:26px; background-repeat:no-repeat;}
#menuhead #nav ul li a{
	display:block;
	margin:0px;
	padding:0px 0px 0px 25px;
	height:26px;
	line-height:26px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:url('Nav_Down_Arrow.gif') 80% no-repeat;
}
#menuhead #nav ul #b1 a{background:none;}
#menuhead #nav ul #b4 a{background:none;background:url('Nav_Down_Arrow.gif') 85% no-repeat;}
#menuhead #nav ul #b5 a{background:none;background:url('Nav_Down_Arrow.gif') 85% no-repeat;}


/*-- Scrolling Menu Styles  --*/
.menuFrame{
	overflow: hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.menu{
	position:relative;
	overflow:hidden;
	width:200px;
	height:100%;
	padding:0px;
	border-right:1px solid #cacbce;
	top: -25px;
}
.menu ul{margin:0px;padding:0px;list-style:none;}
.menu ul li{
	width:200px;
	margin:0px;
	padding:0px;
	background-color:#F0F0F0;
	border-bottom:1px solid #cacbce;
	border-left:1px solid #cacbce;
	height:25px;
	line-height:25px;
	clear:both;
	text-align:left;
}
#menuhead .menu ul li a{
	font-size:12px;
	font-weight:normal;
	color:#000;
	height:25px;
	display:block;
	margin:0px;
	padding:0px 0px 0px 10px;
	width:100%;
	text-decoration:none;
}
#menuhead .menu ul li a:hover{background-color:#cacbce;}
