F/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
   width:87px;
  margin:0px;
  background-color:#b2d1ed;
  margin-top:-8px;
  margin-left:7px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index:1000;
    color:#5b5d5c;
    font-size:11px
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  display:block;
 
 
   
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #a3c7e8;
  font-size:11px; color:#5b5d5c
 
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #a3c7e8;
  font-size:11px; color:#5b5d5c
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  padding-left:3px;
  cursor:pointer;

}

/* Look and feel of select box */
.selectbox 
{
  margin:0px 0px 0px 0px;
   font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;/* Resize Font*/
  width :87px; /* Resize Width */
  display : block;
 
  padding-left:10px;
  padding-top:5px;
  padding-right:0;
  vertical-align:middle;
  background: url('images/Select.gif') left;
  height:23px;
  cursor: pointer;
  background-repeat:no-repeat;
  border:0;
  color:#5c5c5a;
  
}

.selectbox1 
{
  
  width : 87px; /* Resize Width */
  
  
}

/* Rounded Corner */
.tb5 {
	
	background-repeat:no-repeat;
	background-color:none;
	height: 22px;
	width: 198px;
	
}
.tb5a {
	border: 0;
	width:210px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 4px;
	height:23px;
	color:#46505c;
	background-color:none;
	background-image:url('images/EnatBk.gif');
}
.DropDownqyts
{
	border: 0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 4px;
	height:23px;
	color:#46505c;
	border:solid 1px #002c4d;

}
ul.exchgtabs
{
	margin: 5px 0 3px 0;
	padding: 0;
	font: normal 12px Verdana,Arial;
	list-style-type: none;
	text-align: left;
	display: block; /*set to left, center, or right to align the menu as desired*/
}
.exchgtabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}
.exchgtabs li a
{
	text-decoration: none;
	padding: 3px 7px;
	font-family: Arial;
	color: #AEAEAE;
}
.exchgtabs li a:visited
{
	color: #006BC3;
}
.exchgtabs li a:hover
{
	text-decoration: underline;
	color: #006BC3;
}
.exchgtabs li a.selected
{
	/*selected main tab style */
	position: relative;
	border: 1px solid #bcbcbc;
	border-bottom: none;
	top: 1px;
	color: #9b9b9b;
	background-color: #fff;
}

.exchgtabs li a.selected:hover
{
	/*selected main tab style */
	text-decoration: none;
}
