/* Search Form Styles */

div.searchbox {
margin:0;
padding:0;
bottom:7px;
width: 140px;
	} 
	
*html div.searchbox {
	z-index:3000;
width:140px;
	}
  
*html .holder{
	display:inline-block; 
	position:relative; 
	margin-left:5px;
	float:right;
	}
	
#inputSearch {
    background-color:#FFC;
	border: solid 1px #000;
	padding:2px 5px;
	font-size:10px;
	margin-left: 5px;
	}
	
.searchbtn{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F7F2EA;
	border-left-color:#FFFFFF;
	border-top-color:#FFFFFF;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-style:double;
	cursor:hand;cursor:pointer;
	margin-left:5px;
	height:20px;
	padding-bottom:4px;
	padding-left:14px;
	background-image:url(/Images/Gif/seek2.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
	
/* End Search Form Styles */

div.topnav{
	position:relative;
	z-index:300;
	border-bottom:solid 1px #ccc;
margin:0;
padding:0;
	}

*html div.topnav ul.tabs{

	}

*html div.topnav{
margin:0;
	margin-top:0;
	left:0;
	right:0;
	border:none;
	}

.tabs {

float:left;
	list-style:none;
	margin-left:30px;
		width:820px; 
	/*width:100%;*/
	line-height:normal;
	margin-bottom:0px;
	z-index:500;
	background-repeat: repeat-x;
	background-image: url(../images/Gif/bg.gif);
	background-position: 48% bottom;
	background-attachment: fixed;
	margin-bottom:-22px;
  }

*html .tabs {
	list-style:none;
	margin-left:0;
	width:1920px; 
	/*width:100%;*/
	line-height:normal;
	margin-bottom:-5px;
	z-index:100;
	background-repeat: repeat-x;
	background-image: url(../images/Gif/bg.gif);
	background-position: 50% bottom;
	background-attachment: fixed;
	borders:none;
  }
  

  
.tabs ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
 

  
.tabs li {
  float:left;
  background:url(/images/tabs/lefttab.gif) no-repeat left top;
  margin:0 0 0 3px;
  padding:0 0 0 19px;
	/*position:relative;*/
  }

.tabs li#dcp-tab {
	background-image:url(/images/tabs/lefttab-ing.gif);
	margin-left:33px;
	position:relative;
}
  
.tabs a {
	font-size:1.2em;
	float:left;
	display:block;
	background:url(/images/tabs/righttab.gif) no-repeat right top;
	padding:5px 27px 4px 8px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	cursor:hand;
	cursor:pointer;
  }

.tabs li#dcp-tab a {
	background-image:url(/images/tabs/righttab-ing.gif);
}
.tabs li#dcp-tab li a {
	background-image:none;
}

.tabs li#dcp-tab ul {
	display:none;
	/*display:block;*/
	margin:0;
	padding:0;
	width:240px;
	position:absolute;
	top:23px;
	left:0;
	list-style-type:none;
	background:none;
	border:1px solid #999;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
}

.tabs li#dcp-tab ul li {
	float:none;
	display:block;
	/*position:static;*/
	width:240px;
	margin:0;
	padding:0;
	/*_margin-bottom:-13px;*/
	background:none;
}

.tabs li ul li a,
.tabs li ul li a:visited {
	display:block;
	float:none;
	width:226px; /*must specify width to prevent funky IE 6 behavior */
	margin:0;
	padding:5px 7px;
	background:none;
	background-color:#EFEFEF;
	border-bottom:1px solid #CCC;
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.2em;
}

.tabs li ul li a:hover {
	text-decoration:none;
	color:#00F;
	background-color:#F7F2EA;
}

.tabs li ul li span.inactive {
	color:#000000;
	cursor:text;
	
	display:block;
	float:none;
	width:226px; /*must specify width to prevent funky IE 6 behavior */
	margin:0;
	padding:5px 7px;
	background:none;
	background-color:#EFEFEF;
	border-bottom:1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.2em;
}



/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabs a {
	float:none;
	}

.tabs a:visited {
	color:#FFF;
	}

/* End IE5-Mac hack  #ECF0F8; */
.tabs a:hover {
  color:#FFFFFF;
  text-decoration:underline;
  }

.tabs a:active {
	color:#FFF;
	}
  
.tabs .currenttab {
	background:url(../images/tabs/leftontab.gif) no-repeat left top;
	color:#0000FF;
	background-color:#FFF;
	border-bottom:solid 2px #FFF;
	margin-bottom:-2px; /* creates white bleed for current tab in FF */
	z-index:300;
	}
	 
*html .tabs .currenttab {
  margin-bottom:0px;
  border:none;
  }
  
.tabs .currenttab a {
  background:url(../images/tabs/rightontab.gif) no-repeat right top;
  color:#336666;
	border-bottom:solid 2px #FFF;
	margin-bottom:-2px; /* creates white bleed for current tab in FF */
	text-decoration:none;
	z-index:300;
  }
	
.tabs .currenttab a:visited {
	color:#336666;
}
  
  *html .tabs .currenttab a {
  margin-bottom:0px;
  border:none;
  }
  
  
.tabs .currenttab a:hover{
  text-decoration:underline;
  color:#0000FF;
   }

