#dropmenudiv {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #000000; 
	position: absolute; 
	background-color: #FFFFFF; 
	border: 1px solid #ABC3E2; 
	z-index: 100;
	text-align: left; 
} 
#dropmenudiv a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #000000; 
	display: block; 
/*	text-indent: 3px;  */
	padding: 6px 5px 6px 10px; 
	text-decoration: none; 
} 
#dropmenudiv a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: bold;  
	color: #FFFFFF; 
	background-color: #1E5DB2;
	text-decoration : none;
} 

A.menulink {
	display: block;
	font-weight: bold; 
	font-size: 10pt; 
	width: 160px; 
	cursor: hand; 
	text-indent: 13px; 
	line-height: 18pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color : #1e5db2; 
	text-align: left;
	background-color:#FFFFFF;
	text-decoration: none;
} 
a:link.menulink {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #1e5db2; 
	text-decoration: none;
	font-weight: bold; 
} 
a:visited.menulink {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	font-weight: bold; 
	color : #1e5db2; 
	text-decoration: none;
} 
a:active.menulink {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	font-weight: bold; 
	color : #1e5db2; 
	text-decoration: none;
} 
a.menulink:hover {
	color: #FFFFFF; 
	display: block;
	font-weight: bold; 
	font-size: 10pt; 
	text-decoration: none;
	background: url(/staticcontent/images/template/menu_sel.png) repeat-x top left;
} 

