
.ddblueblockmenuContainer
{
	background-color:#000000;
	height:100%;
}

.menuSeperator
{
	height:2px;
	background-color:#FFFF00;
}

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 95px;
height:100%;
background-color:#000000;
position:fixed;
left:0px;
top:60px;
}

* html #ddblueblockmenu { 
	position: absolute;
	top:65;
}

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



#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	padding-top: 4px;
	width: 79px; /*185px minus all left/right paddings and margins*/
	text-decoration: underline;
	color: white;
	background-color: #F38C1B;
	height:15px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFF00;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

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

#ddblueblockmenu li a:hover {
background-color: #FFCC33;
border-left-color: #999999;
color:black;
}

#ddblueblockmenu div.menutitle{
	color: white;
	border-bottom: 1px solid black;
	padding-left: 5px;
	background-color: #000000;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	text-align: center;
	height: 25px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	vertical-align: middle;
}
