body {
		margin: 0;
		padding: 0;
		background:#CCCCCC repeat-x;
		text-align: center; /* IE compatibility */
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
	}


a:link { color:#FFFFFF;text-decoration:none; }
a:active { color:#464646;text-decoration:none; }
a:visited { color:#464646;text-decoration:none; }
a:hover { color:#BC0001;text-decoration:underline; }
/*Top level list items:   parent menu items */


.ddsmoothmenu{
font: bold 12px Verdana;
/*background: #414141; background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items:   parent menu items */
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background: url(/dsadmin/images/bg3.png) repeat;
}




/*Top level list items:   where am i */
.ddsmoothmenu ul li a.active {
position: relative;
display: inline;
float: left;
background:#FAF8CC;
}





/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #414141; /*background of menu items (default state)*/
color:#404040;
padding: 3px 7px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*  color for font in parent */
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#7C0000;
}

.ddsmoothmenu ul li a:hover{
/*background: black; /*background of menu items during onmouseover (hover state)*/
/*color: white; */
background:#FAF8CC; /*background of menu items (default state)*/
text-decoration: underline;
}
	
	

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}



/* Sub level menu links style: in sub menu: background and color  */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana;
width: 130px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
background:#F0F0F0;
}


.ddsmoothmenu ul li ul li a:hover{
background:#FAF8CC; /*background of menu items (default state)*/
}
	





a:link, a:visited { 
	color: #990000; text-decoration: none; 
}





/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* ######### Left Menu ######### */

#leftbar{
/*background-color: white;*/
}

#leftbar a:hover{
/*color: #FF8000;*/
}

.categorylinks{
list-style-type: disk;
list-style-image: url(heart.png);
margin: 5px auto 10px 18px;
padding: 0;
background-color: #FAF8CC;
}

.categorylinks li{
padding-bottom: 1px;
background-color: #FAF8CC;
}

.categorylinks li a{
margin-left: -3px;
padding: 3px 1px;
font-size: 11px;
display: block;
color:#666666;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #ececec;
background-color: #FAF8CC;
}

.headers a:hover {color:#990066;  text-decoration: underline; }
.categorylinks a:hover {color:#990066;text-decoration: underline; }

.diffpointer{
list-style-image: url(arrow.png);
}

#leftbar .headers{
color:#666666;
font-size:11px
background-color: #FAF8CC;
padding: 2px;
text-align: left;
}


#leftbar .headers a{
color:#666666;
font-size:11px
background-color: #FAF8CC;
padding: 2px;
text-align: left;
}

#leftbar .headers li a{
color:#666666;
font-size:11px
background-color: #FAF8CC;
padding: 2px;
text-align: center;
}

#leftbar .menuitems{
list-style-type: disk;
list-style-image: url(arrow.gif); /*CUSTOM CHANGE*/
margin: 5px auto 10px 17px;
padding: 0;
line-height: 1.2em;
}

#leftbar .menuitems li{
padding-bottom: 8px;
background-image: url(menuline.gif);
background-repeat: no-repeat;
background-position: left bottom;
}

#leftbar .menuitems li a{
text-decoration: none;
font-weight: bold;
}


.footer {
font-size: 10px;
}

.table1 {
border:thin;
}

#table1 {
border:thin;
}
