﻿/*img
{
	vertical-align: middle;
}*/

.quickSelectDropDownTAB
{
	display:inline;
	float: right;
	background-image: url("../images/CommonImages/TopMenu_Bars_QuickSelect.jpg");
	background-repeat:no-repeat;
	height:26px;
	width:154px;
	
	/*position:absolute;*/
}
.quickSelectDropDown
{
	display:inline;
	float: right;
	background:white;
	margin-right:12px;
	font-size: 11px;
	margin-top:3px;
	
	/*position:absolute;*/
}

.title_dropdown
{
	padding-top:2px;
	background-color:White;
	background: url(../images/CommonImages/03-QuickSelectButton.jpg) no-repeat right;
	width: 15px;
	vertical-align: middle;
	border: 1px solid silver;
	width: 121px;
	height: 16px;
	font-size: 11px;
	text-align: left;
	cursor: hand;
	font-size:11px;
}
.content_dropdown
{
	position: relative;
	vertical-align: middle;
	border: 1px solid black;
	width: 121px;
}
.content_dropdown a
{
	text-decoration: none;
	color: black;
}
.content_dropdown p.off
{
	margin: 0px;
	color: black;
	padding: 3px;
	padding-left: 10px;
	cursor: hand;
	text-align: left;
	font-size:11px;
}
.content_dropdown p.on
{
	background-color: #000077;
	color: white;
	margin: 0px;
	padding: 3px;
	padding-left: 10px;
	cursor: hand;
	text-align: left;
	font-size:11px;
}

.content_dropdown p a:hover
{
	background-color: Navy;
}

.content_dropdown img
{
	width: 30px;
	height: 20px;
	border: none;
	margin-right: 5px;
}