/*******************
The following styles are 
only used in the 
drop-down menus
*********************/

.popUpMenus {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color:#FFFFFF;
	background-color : #d2d2a5; /* Replace hexidecimal here with the 'inside_color' hex  */
	layer-background-color: #FFFFFF;
	border:1px #570000 solid;  /* Replace hexidecimal here with the 'cal_1_color' hex  */
}   /* Controls the entire drop-down box */

.popUpMenus .optionsouter {
	padding:5px;
	background:#d2d2a5 ; /* Replace hexidecimal here with the 'inside_color' hex  */
}   /* Controls the individual columns */

.popUpMenus .options {
	padding:2px;
	font-size: 11px;
	line-height: 10px;
}   

.popUpMenus a {
	font-size: 8pt;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}

.popUpMenus a:link {
	font-size: 8pt;
	color:#000000; /* Replace hexidecimal here with #000000 */
	display:block;
	text-decoration:none;
	background:transparent;
}   /* Controls the individual links */

.popUpMenus a:visited {
	font-size: 8pt;
	color:#000000; /* Replace hexidecimal here with #000000 */
	text-decoration:none;
}   /* Controls the individual visited link */

.popUpMenus a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000; /* Replace hexidecimal here with #000000 */
	background-color: #f2f6fe;
}   /* Controls the individual hovered link */

			

/*******************
end of 
drop-down menus styles
*********************/