
/*------------------------ css for search dropdown list box------------------*/


#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown1, #cssdropdown1 ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown1 a:hover { /* lists nested under hovered list items */

color:#00598f;
font-weight:normal;
}


#cssdropdown li {
float: left;
position: relative;

}

imgql a{
	background-color: #003758;
}

.mainitems {
	z-index:0;
}

.mainitems a{
margin-left: 0px;
margin-right: 0px;
margin-bottom:0px;
text-decoration: none;
}

.bgql a{
background-color: #003758;
}

.subuls{
display: none;

width: 116px;
*width: 116px;
margin:0;
top:16px;
z-index:1000;
padding:0px;
position: absolute;
text-align:left;
left: 0;
background-color: #ffffff;

/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
*/
}

.subuls li{
width: 100%;
z-index:1;


}

.subuls li a{
text-decoration: none;
padding-left:5px;
z-index:1;
color:#000033;
font-weight:normal;
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
size:8px;
line-height:18px;
display:block;
/*border-bottom:1px solid #bfd5e3;*/
}



#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
margin-top:0px;
border-bottom:1px solid #003758;
border-left:1px solid #003758;
border-right:1px solid #003758;
}

.subuls a:hover { /* lists nested under hovered list items */

color:#00598f;
font-weight:normal;
background-color:#e5eef4;
}


.new  { /* lists nested under hovered list items */
display: block;
margin-top:0px;
border-bottom:1px solid #003758;
border-left:1px solid #003758;
border-right:1px solid #003758;
}
.new a:hover { /* lists nested under hovered list items */

color:#00598f;
font-weight:normal;
background-color:#000000;

}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

.footer_white ,.footer_white a {
color:#FFFFFF;
font-weight:bold;
}


