/* CSS Document */

	.menuActuator a { 
/*		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#000000; */
	}

	.menu {
		font-family:verdana;
		color:#666666;
		font-size:10px;
		background-image:url(../../images/drop-down-bg.gif);
		background-position: bottom left;
		background-repeat:repeat-x;
	}

	td div {
	/* this makes TDs a container with their own coordinate system.
	 absolutely-positioned elements will be offset relative to them */
		position:relative;
	}


.menu { text-align: left; margin: 0; padding: 0; left: 0; }
.menu .options { margin-right: 1px; margin-bottom: 1px; }
.menu a { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000; 
	display:block; 
	padding: 4px 13px; 
	text-decoration: none;
 }

.options { border: none; border-bottom-width: 0px; }
.options a { margin: 0 1px; padding-right: 10px; font-size:12px; line-height:14px; }
.options a:link { color: #000000; }
.options a:visited { color: #A84619; }
.options a:hover, .options a:active { color: #FFFFFF; }
