body
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
	background-color: cadetblue;
	text-align: left;
}

#leftcontent
{
	width:128px;
	padding:5px;
	float:left;

}

#centercontent 
{
	width:642px;
	padding:5px;
	float:left;
}

#frame
{
	padding-right: 0px;
	margin-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 800px;
	padding-top: 0px;
	text-align: left;
}
IMG
{
	border:0px
}
TD
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 110px; /* Main Menu Item widths */
height: 37px;
list-style-type: none;
font: bold 16px Arial;

border-bottom: 1px solid #ccc;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: silver; /*background of menu items (default state)*/
color: black;
background-image: url(images/site/menubk.jpg);
font: bold 16px Arial;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: black;
background-image: url(images/site/menubkon.jpg);
font: bold 16px Arial;
}

.ddsmoothmenu-v ul li a:hover{
color: black;
background-image: url(images/site/menubkon.jpg);
font: bold 16px Arial;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 110px; /*Sub Menu Items width */
height: 37px;
top: 0;
font: bold 16px Arial;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
