/* CSS from tutorials of www.alsacreations.com/articles */
body {margin: 0px;
		padding: 0;
		font:13px Verdana, sans-serif;
		color:#000000;
		Background-Attachment: Fixed; 
		Background-Color: #FFFFFF; 
		Background-Image:Url(images/CB_backgroundgrey.Jpg); 
		scrollbar='0'; 
		background-Repeat: No-Repeat; 
		Background-Position: Left Top;
}

dl {
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0;
}

dt, dd, ul, li {
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0;
}

#menumargin {
		padding-right:4px;
		padding-left:4px;
		border-right:solid 1px #2d2eac;
}

#menumarginlast {
		padding-right:5px;
		padding-left:4px;
}

#parent {
		width:100px;
		height:19px;
		background-color:#FFFFFF;
		margin-right: 0px;
		text-align:center;
		border-right:solid 1px #2d2eac;
}

#parentlast {
		width:100px;
		height:19px;
		background-color:#FFFFFF;
		margin-right: 0px;
		text-align:center;
}

#menu {
		position : absolute;
		left: 180px;
		top: 21px;
		height:19px;
		border:solid 1px #2d2eac;
		border-top:none;
}

#menu dl {
		float: left;
}
#menu li {
		display: inline;
}

#menu a {
		text-decoration: none;
		color:black;
		margin:0px;
		padding:0px;
}

#smenu1 {
		position: absolute;
		left: -1px;
		top:19px;
		width: 500px;
		height:19px;
		font-size: 13px;
		background-color:#ACBEDB;
		border:solid 1px #2d2eac;
		border-bottom:none;
		text-align:center;
}

#smenu2 {
		position: absolute;
		left: 100px;
		top:19px;
		width: 170px;
		height:19px;
		font-size: 13px;
		background-color:#ACBEDB;
		border:solid 1px #2d2eac;
		border-bottom:none;
		text-align:center;
}

#smenu3 {
		position: absolute;
		left: 201px;
		top:19px;
		width: 110px;
		height:19px;
		font-size: 13px;
		background-color:#ACBEDB;
		border:solid 1px #2d2eac;
		border-bottom:none;
		text-align:center;
}

#smenu4 {
		position: absolute;
		left: 302px;
		top:19px;
		width: 265px;
		height:19px;
		font-size: 13px;
		background-color:#ACBEDB;
		border:solid 1px #2d2eac;
		border-bottom:none;
		text-align:center;
}


#menu a:hover {
		text-decoration: none;
		color:white;
		margin:0px;
		padding:0px;
}

#menu dl dt:hover {
		background-color:#ACBEDB;
		color:white;
}

-->