


BODY {
	background:url(../images/atama_02.jpg) repeat-x #C3D1DB;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	line-height: 18pt;
	color: #ffffff;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0;
}
TD {
	font-size:10px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif
}

A {
COLOR: #000000;	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #000000;
}
td.primary-links { }
td.primary-links a { text-decoration:none; font-size:11px; font-weight:normal; width:86px; height:40; padding-top:15px; color:#FFFFFF; }
td.primary-links A:visited { text-decoration:none; font-size:11px; font-weight:normal; color:#FFFFFF; width:86px; height:40; }
td.primary-links a:hover { font-weight:bold; background:url("../images/bg-li2.gif")  center no-repeat; color:#191e26; height:40;}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
	background:url(../images/atama_08.jpg);
height:34px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
	background:url(../images/atama_08.jpg);
}

/*Top level menu link items style*/
.suckertreemenu ul li a{

display: block;
width: 140px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid #cccccc;
border-left-width: 0;
text-decoration: none;
color: black;
	background:url(../images/atama_08.jpg);

}
	
/*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;
background-color: #012D58; /*background of tabs (default state)*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 289px; /* 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: 190px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #ccc;

}

.suckertreemenu ul li a:hover{
	background:url(../images/select_bg3a.jpg) no-repeat;
color: #000000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background:url(../images/atama_08.jpg);
	
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background:url(../images/atama_08.jpg);
}

* 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 */
