@charset "UTF-8";
/* CSS Document */

#navigation {
	width: 147px;
	padding-left: 15px;
}
.markermenu {
	margin: 0px 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #CCCCCC;
}

.markermenu li a{
	color: #333333;
	display: block;
	width: 140px;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	list-style-type: none;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (10px) */
    \width: 150px; /* for IE5 and IE6 in quirks mode */
    w\idth: 150px; /* for IE6 in standards mode */
}

.markermenu li a:hover{
	color: #000000;
	background-color: #ff0000;
}
