.ddsmoothmenu{
	width: 393px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
	color: #FFFFFF;
}


.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #CCCCCC;
}

.ddsmoothmenu ul li a:hover{
	color: #CCCCCC;
}
	

.homebg {
	background-image: url(index_images/home_bg.png);
	display: inline;
	float: left;
	position: relative;
}
.otherbg {
	background-image: url(index_images/other_bg.jpg);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	position: relative;
}
