﻿<style type="text/css">

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

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#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: 18px;
	width: 204px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #0092cd;
	border-bottom: 1px solid #e5e5e5;
	background-image:url('../img/menu-arrowc.gif');
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

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

#ddblueblockmenu li a:hover {

background-image: url(../img/menu-hover.gif);
background-position:center bottom;
background-repeat:repeat-x;
color: #0089c0;
}

#ddblueblockmenu li  a.selected{
background-image: url(../img/menu-selected.gif);
background-position:center bottom;
background-repeat:repeat-x; 
color: #333;
}



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

#ddblueblockmenu li .header {
	display: block;
	padding: 3px 0;
	padding-left: 10px;
	width: 204px; /*185px minus all left/right paddings and margins*/
	text-decoration: underline;
	color: #2d5db1;
	border-bottom: 1px solid #e5e5e5;
	background-image:url('../img/menu-arrowc.gif');
	font-weight: bold;
}

</style>
