.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:10pt;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #CCC;
	}
	.menu li{
	float:left;
	padding:0px;
	width: 182px;
		}
	.menu li a{
	color:#000;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 2pt;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #666;
	background-image: url(file:///C|/Users/roger/Desktop/images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	width: 
			}
	.menu li ul{
	background:#333333;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:184px;
	z-index:184;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	background:url('file:///C|/Users/roger/Desktop/images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:184px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:9pt;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #666;
	background-image: url(file:///C|/Users/roger/Desktop/images/hover_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu p{
		clear:left;
		}	
.spacer {
	padding-top: 2pt;
	background-color: #FFF;
}
.menu ul .last a {
	color:#000;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	border-right-width: 2pt;
	border-right-style: none;
	border-right-color: #FFF;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	width: 194px;
}
.menu ul .lastlonger a {
	color:#000;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	border-right-width: 2pt;
	border-right-style: none;
	border-right-color: #FFF;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	width: 228px;
	height: 100px;
}
.dcg-vertical{
	background-color: #CCC;
	border-bottom-width: 0;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #248D86;
}

.dcg-vertical ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.dcg-vertical a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCC;
}

.dcg-vertical a:visited{
	color: #000;
}

.dcg-vertical a:hover{
	background-color: #D2D2D2;
	color: black;
