#blockmenu{
   width: 160px;
}

#blockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#blockmenu li a{
	display: block;
	padding-left: 10px;
	width: 150px; /*160px minus all left/right paddings and margins*/
	text-decoration: none;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

* html #blockmenu li a{ /*IE only */
	width: 147px; /*IE 5*/
	w\idth: 147px; /*185px minus all left/right paddings and margins*/
	color: #000099;
}

#blockmenu li a:hover {
	background-color: #000099;
	color: #FFFFFF;
}

#blockmenu div.menutitle a{
	display: block;
	color: white;
	width: 147px; /*160px minus all left/right paddings and margins*/
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #000099;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

#blockmenu div.menutitle a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#blockmenu div.menutitle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#blockmenu div.menutitle a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
