* {
	padding:0;
	margin:0
}
.dropdown, .dropdownSelect {
	float:left;
	margin:0;
	padding:0;
}
.dropdown dt {
	border-top:1px solid #2CA5E7;
	border-bottom:1px solid #2CA5E7;
	border-left:1px solid #2CA5E7;
	padding:6px 8px 6px 9px;
	margin:0;
	cursor:pointer;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-image:url(../images/bgNav.jpg);
	background-repeat:repeat-x;
}
/*controls tab links blue */
.dropdown dt a.trigger {
	text-align:center;
	text-decoration: none;
	color:#116CAE;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.dropdownSelect dt a.trigger {
	text-align:center;
	text-decoration: none;
	color:#1BAB23;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
/*selected state*/
.dropdownSelect dt {
	border-top:1px solid #2CA5E7;
	border-left:1px solid #2CA5E7;
	border-bottom:1px solid #2CA5E7;
	padding:6px 8px 6px 9px;
	margin:0;
	cursor:pointer;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#1BAB23;
	background-image:url(../images/bgNavRoll.jpg);
	background-repeat:repeat-x;
}
.dropdown dt a:hover {
	color:#1BAB23;
}
.dropdown dt:hover {
	background-image:url(../images/bgNavRoll.jpg);
	background-repeat:repeat-x;
}
/*do not add border-top or border it will effect the drop down*/
.dropdown dd, .dropdownSelect dd {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	position:absolute;
	overflow:hidden;
	width:180px;
	display:none;
	z-index:200;
	opacity:0;
	border-right:1px solid #2CA5E7;
}
/*style drop down bg*/
.dropdown ul, .dropdownSelect ul {
	border-top:none;
	width:180px;
	list-style:none;
	border-top:none;
	background-image:url(../images/dropNavTop.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}
.dropdown li, .dropdownSelect li {
	display:inline;
}
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited, .dropdownSelect dd a, .dropdownSelect dd a:active, .dropdownSelect dd a:visited {
	display:block;
	padding: 5px 12px 5px 16px;
	color: #2CA5E7;
	text-decoration:none;
	width:180px;
}
.dropdown dd a:hover, .dropdownSelect dd a:hover {
	background:#2CA5E7;
	color:#fff;
	background-image:url(../images/dropDownRoll.jpg);
	background-repeat:repeat-x
}
/*selected blue image on the navigation*/
.dropdown dd a.dropdownSelectBlue, .dropdownSelect dd a.dropdownSelectBlue {
	color:#FFF;
	background-image:url(../images/dropDownRoll.jpg);
	background-repeat:repeat-x;
}
.dropdown .underline, .dropdownSelect .underline {
	border-left:1px solid #2CA5E7;
	border-bottom:1px solid #2CA5E7;
}
.dropdown .underlineSide, .dropdownSelect .underlineSide {
	border-bottom:1px solid #b9d6dc
}
.borderRight {
	border-right:1px solid #2CA5E7;
}
