/* CSS Document */

h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
    text-align:  center;
	font-family: Tahoma;
	
}
td
{

}

.titlebar {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	height: 25; 
	border: outset;border-width: 5px;border-color:#339900;
	background: url(images/title.gif) center repeat-x;
	text-align: center;
    vertical-align: center;
	font-family: Tahoma;
	
}
/*Sets the padding on each paragraph tag*/
p{
	margin: 0 0 10px 0;
}

.datatable
{ 
	font-size: 14px; 
	font-face: Tahoma;
	font-weight : bold;
	color: #666666;
	background-color:  #EBE494;
	font-family: Tahoma;
	padding: 5px;
	
	
}


 
.content
{ 
	font-family : Tahoma;
	font-size: 14px; 
	font-weight : bold;
	color: #666666;
	background-color:  #EBE494;
	border: outset;border-width: 5px;border-color:#339900; 
	background: url(images/background.gif) center repeat-x repeat-y; 
	padding: 10px;
}

.links
{ 
	font-family : Tahoma;
	font-size: 15px; 
	font-weight : bold;
	color: #000000;
	border: outset;border-width: 5px;
	border-color:#339900; 	
	padding: 10px;
}

.footer {
	color: #339900;
	
	font-size: 11px;
	line-height: 12px;
	vertical-align : middle;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color:#000;
background: url(images/blockdefault.gif) center center repeat-x;

}
#menu {
position: inline; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 250px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;
padding: 5px;
height: 30px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid black;
background: url(images/blockdefault.gif) center repeat-x;
}
#menu dd {
border: 1px solid black;
}
#menu li {
text-align: center;
background: url(images/blockdefault.gif) center repeat-x;
font-family : Tahoma;
font-size: 14px; 
font-weight : bold;
line-height: 20px;
}
#menu li a, #menu dt a, #menu dd a {
color: #0000FF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background: url(images/blockdefault.gif) center repeat-x;;
}
#menu li a:hover, #menu dt a:hover, #menu dd a:hover {
color: #3300FF;
background: url(images/blockdefault2.gif) center repeat-x;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100% ;
background: url(images/blockdefault.gif) center center repeat-x;
font-family : Tahoma;font-size: 13px; color: #3366CC;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
font-family : Tahoma;
color: #FFFFFF;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 170px; /*Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
background: url(images/blockdefault.gif) center center repeat-x;
font-family : Tahoma; font-weight:bold;
color: #FFFFFF;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 170px; /*width of sub menu levels*/
color: #0000FF;
text-decoration: none;
padding: 1px 5px;


}

.suckertreemenu ul li a:hover{
background-color: green;
color: #0000FF;
background: transparent url(images/blockdefault2.GIF) center center repeat-x;
color: #FFFFFF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 transparent url(images/blockdefault.gif) center center repeat-x;
}
<!--url(arrow-down.gif) no-repeat center right -->
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3  transparent url(images/blockdefault.gif) center center repeat-x;
}
<!---url(arrow-right.gif) no-repeat center right--->
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

A, A:ACTIVE, A:LINK, A:VISITED {
	 
	color: #0000ff;
	
}

A:HOVER {
	color:#FF0000;
	
}





