/*/* CSS Document */
/*MENUS*/
.navmenutabs{
	height:31px;
}
* html .navmenutabs{
	overflow: hidden;
	}
.navmenutabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 1em; /*offset of first tab relative to page left edge*/
	padding: 0;
}
.navmenutabs li{
	float: left;
	margin: 0;
	padding: 0;
}

.navmenutabs a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background:url(../images/t_left.jpg) no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 6px;
	text-decoration: none;
	border-bottom:1px solid #7AB5DF;
	line-height:18px;
}

.navmenutabs a span{
	float: left;
	position: relative;
	display: block;
	background:url(../images/t_right.jpg) no-repeat right top;
	padding: 5px 14px 3px 3px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navmenutabs a span {float:none;}
/* End IE5-Mac hack */
.navmenutabs .selected a{
	background:url(../images/t_left_b.jpg) no-repeat 0 0;
	top: 0;
	border-bottom:1px solid #EFF8FF;
}

.navmenutabs .selected a span{
	background:url(../images/t_right_b.jpg) no-repeat right 0;
	color: black;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.navmenutabs a:hover{
	background:url(../images/t_left_b.jpg) no-repeat 0 0;
	top: 0;
	border-bottom:1px solid #EFF8FF;
}


.navmenutabs a:hover span{
	background:url(../images/t_right_b.jpg) no-repeat right 0;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

/*GRAY TABS*/
.slidetabsmenu{
	height:31px;
	}
* html .slidetabsmenu{
	overflow: hidden;
	}
.slidetabsmenu ul{
	list-style-type: none;
	margin: 0;
	margin-left: 1em; /*offset of first tab relative to page left edge*/
	padding: 0;
	overflow:visible!important;
}

.slidetabsmenu li{
	float: left;
	margin: 0;
	padding: 0;
}

.slidetabsmenu a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background:url(../images/t_left.jpg) no-repeat left top;
	margin: 0;
	margin-right: .1em; /*Spacing between each tab*/
	padding: 0 0 0 4px;
	text-decoration: none;
	border-bottom:1px solid #BFBFBF;
	line-height:18px;
}

.slidetabsmenu a span{
	float: left;
	position: relative;
	display: block;
	background:url(../images/t_right.jpg) no-repeat right top;
	padding: 5px 7px 3px 3px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	color: #fff;
	text-align:center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
.slidetabsmenu .selected a{
	background:url(../images/b_left.jpg) no-repeat 0 0;
	top: 5px;
	border-bottom:1px solid #FDFDFD;
}

.slidetabsmenu .selected a span{
	background:url(../images/b_right.jpg) no-repeat right 0;
	color: black;
	padding: 5px 7px 3px 3px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}	

.slidetabsmenu a:hover{
	background:url(../images/b_left.jpg) no-repeat 0 0;
	top:5px;
	border-bottom:1px solid #FDFDFD;
}

.slidetabsmenu a:hover span{
	background:url(../images/b_right.jpg) no-repeat right 0;
	padding: 5px 7px 3px 3px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
	color:#000000;
}



/* search page groups tab*/
.slidetabsmenu2{
	height:31px;
	padding:0 0 0 30px;
	}
* html .slidetabsmenu2{
	overflow: hidden;
	}
.slidetabsmenu2 ul{
	list-style-type: none;
	margin: 0;
	margin-left: 1em; /*offset of first tab relative to page left edge*/
	padding: 0;
	overflow:visible!important;
}

.slidetabsmenu2 li{
	float: left;
	margin: 0;
	padding: 0;
}

.slidetabsmenu2 a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background:url(../images/t_left.jpg) no-repeat left top;
	margin: 0;
	margin-right: .1em; /*Spacing between each tab*/
	padding: 0 0 0 6px;
	text-decoration: none;
	border-bottom:1px solid #BFBFBF;
	line-height:18px;
}

.slidetabsmenu2 a span{
	float: left;
	position: relative;
	display: block;
	background:url(../images/t_right.jpg) no-repeat right top;
	padding: 5px 14px 3px 3px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	color: black;
	text-align:center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu2 a span {float:none;}
/* End IE5-Mac hack */
.slidetabsmenu2 .selected a{
	background:url(../images/t_left.jpg) no-repeat 0 0;
	top: 0;
	border-bottom:1px solid #FDFDFD;
}

.slidetabsmenu2 .selected a span{
	background:url(../images/t_right.jpg) no-repeat right 0;
	color: black;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}	
.slidetabsmenu2 a:hover{
	background:url(../images/t_left.jpg) no-repeat 0 0;
	top: 0;
	border-bottom:1px solid #FDFDFD;
}
.slidetabsmenu2 a:hover span{
	background:url(../images/t_right.jpg) no-repeat right 0;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}
.selected a .clsFeaPrj
{
	background:url(../images/icm_feaprj_w.png) no-repeat 0 0;
	
}	
.selected a .clsLatPrj{
	background:url(../images/icm_latprjw.png) no-repeat 0 0;
	
}

.selected a .clsUrgPrj {
	background:url(../images/icm_urgprj_w.png) no-repeat 0 0;
	
	}

.selected a .clsHdPrj
{
	background:url(../images/icm_hdprj_w.png) no-repeat 0 0;
	
}	
/* common navigation */
.clsCommonNav ul, .clsCommonNavInner ul {
	overflow:hidden;
	margin:0 0 5px -1px;
	}	
.clsCommonNav li,.clsCommonNavInner li {
	float:left;
	background:url(../images/sep-comnav.jpg) no-repeat right 1px;

	}
.clsCommonNav li a, .clsCommonNavInner li a {	
	line-height:32px;
	padding:2px 20px 10px 15px;
	font-size:14px;
	/*font-weight:bold;*/
	display:block;
	}
.clsCommonNav li a:hover, .clsCommonNav .selected a , .clsCommonNavInner li a:hover , .clsCommonNavInner .selected a{
	background:#00afda url(../images/bg_mover.jpg) no-repeat left bottom;
	color:#fff;
	text-decoration:none;
	}	
.clsCommonNavInner ul{
	padding:0;
	margin:0 0 0 -1px;
	}
.clsCommonNavInner li {
	padding:0 0 0;
	}
.clsCommonNavInner li a {
	/*padding:0px 8px 8px !important;*/
	/*padding:2px 10px 8px !important;*/
	}	
/* common navigation */
#gr100 .clsfirst
{
left:-15px;
}
.clsCommonNav ul, .clsCommonNavInner ul {
	overflow:hidden;
	margin:5px 0 5px -1px;
	}	
.clsCommonNav li,.clsCommonNavInner li {
    /*margin-right:1px;*/
	float:left;
	background:url(../images/sep-comnav.jpg) no-repeat right 1px;
	}
.clsCommonNav li a, .clsCommonNavInner li a {	
	line-height:32px;
	padding:2px 20px 7px 15px;
	font-size:14px;
	/*font-weight:bold;*/
	display:block;
	margin-right:1px;
	}
.clsCommonNav li a:hover em, .clsCommonNav .current a em,  .clsCommonNav .selected a em{
	background:#00afda url(../images/over.png) no-repeat left top;
	position:relative;
	top:-9px;
	left:-15px;
	}	
.clsCommonNavInner li a:hover em, .clsCommonNavInner .selected a em {
	background:#00afda url(../images/over.png) no-repeat 0 0;
	position:relative;
	top:-9px;
	left:-15px;
	}	
/* end of common navigation */