/* CSS Document */


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

#ddblueblockmenu{
	border: 1px solid black;
	border-bottom-width: 0;
	width: 185px;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 10px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	height: 40px;
	padding-top: 3px;
	padding-right: 3;
	padding-bottom: 3px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2175BC;
	border-bottom-color: #90bade;
	border-left-color: #1958b7;
}

#ddblueblockmenu li a.selected {
	display: block;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #00CCFF;
	height: 40px;
	padding-top: 3px;
	padding-right: 3;
	padding-bottom: 3px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2175BC;
	border-bottom-color: #33FFFF;
	border-left-color: #006666;
}

#ddblueblockmenu li a.selected:hover {
	display: block;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #00CCFF;
	height: 40px;
	padding-top: 3px;
	padding-right: 3;
	padding-bottom: 3px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2175BC;
	border-bottom-color: #33FFFF;
	border-left-color: #009966;
}

#ddblueblockmenu li a img {
	margin-right: 3px;
}

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

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #003366;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

#ddblueblockmenu div.menunav {
	color: #003366;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1958b7;
	border-right-color: #2175BC;
	border-bottom-color: #2175BC;
	border-left-color: #1958b7;
}

#ddblueblockmenu div.menunav a:hover{ 
	background-color:transparent;
}
