﻿#ddblueblockmenu{
/*border: 1px solid black;*//*commented for backgoud strip*/
border-bottom-width: 0;
/*width: 185px;*/
width: 156px;
/*height:96px;*/
}

#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: 3px 0;
padding-left: 9px;
/*width: 159px;*/ /*185px minus all left/right paddings and margins*/
width: 140px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
/*background-color: #2175bc;*/
background-color: #E97706;
border-bottom: 1px solid #90bade;
/*border-left: 7px solid #1958b7;*/
border-left: 7px solid #4F4A72;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
width: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
/*background-color: #2586d7;*/
background-color: #7A769A;
/*background-color: #4F4A72;*/
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
/*border-bottom: 1px solid black;*/
border-bottom: 1px solid #4F4A72;
padding: 1px 0;
padding-left: 5px;
/*background-color: black;*/
background-color: #4F4A72;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

}

.Menu-right-col
{
	/*margin: 0px;
	font-size: 75%;*/
	float: right;
	/*width: 195px;*/
	padding: 0 10px;
	background-color: #efeff5;
	background-image: url(../../images/bgnd-leftcol.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 99%;
	margin-top: 1px;
}



