#menu a:link 	{ text-decoration: none; color: #000; }
#menu a:visited	{ text-decoration: none; color: #000; }
#menu a:hover 	{ text-decoration: none; color: #000; }
#menu a:active 	{ text-decoration: none; color: #000; }

#menu {
	float: left;
	width: 204px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 18px;
	border-right: 1px solid #6179ae;
	margin-left: 0px;
}

html>body #menu {
	width: 205px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
	width: 204px;
}

html>body #ddblueblockmenu{
	width: 205px;
}

/* SECTION TITLES */
#ddblueblockmenu div.menutitle{
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #46587f;
}

/* SUB SECTION TITLES */
#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 189px; /*205px minus all left/right paddings and margins*/
	text-decoration: none;
	background-color: #f5f8ff;
	border-bottom: 1px solid #90bade;
	border-left: 6px solid #7a95d0;
}

html>body #ddblueblockmenu li a{
	width: 189px;
	border-left: 7px solid #7a95d0;
}

/* HOVER */
#ddblueblockmenu li a:hover {
	background-color: #cddcfc;
	border-left-color: #46587f;
}

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

* html #ddblueblockmenu li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 189px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu .end{
	border-bottom: 1px solid #000;
}