
/* http://www.drishtee.com/ */

#A1:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; FONT: 14px Arial, Helvetica, sans-serif; font-weight: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
#A1:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%; FONT: 14px Arial, Helvetica, sans-serif; font-weight: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
#A1:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; FONT: 14px Arial, Helvetica, sans-serif; font-weight: bold; COLOR: #ffffff; TEXT-DECORATION: underline
}
#A1:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; FONT: 14px Arial, Helvetica, sans-serif; font-weight: bold; COLOR: #ffffff; TEXT-DECORATION: none
}

ul
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-size:11px;
color:#666666;
text-align:justify;
}
ol

{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-size:11px;
color:#666666;
text-align:justify;
}

h1{
text-align:left;
font: 15px Geneva, Arial, Helvetica, sans-serif;
color:#CC0000;
}

/*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: 159px; /* no need to change, as true value set by script */
top: 0;
}

* 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 */

/* NOT SURE WHAT IT DOES */
td{
	FONT: 11px Verdana,Arial,Helvetica,sans-serif ;
	COLOR: #333333;
}

/* 1st LEVEL FONT SIZE */
#linktext
{
font: 13px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 16px;
}

/* MARGIN AROUND MENU */
#wrapper {
 padding: 0px;
 width: 100%;
}

ul.dropdown {
 list-style: none;
 margin:0;
 padding:0;
 width:100%;
}

/* PLACEMENT OF DROPDOWN */
ul.dropdown * ul {
 list-style: none;
 margin-top:-5px;
 margin-left:-2px;
 display:none;
 padding:0px;
 position:absolute;
 z-index:99;
}

ul.dropdown li {
 float: left;
 padding: 1px; /* padding: 2px; helps Opera with hover */
}

ul.dropdown li * li {
 float: none;
 position: relative;
}

/* PLACEMENT OF DROPDOWN */
ul.dropdown ul * ul {
 left:100%;
 top:0;
 z-index:99;
}

ul.dropdown a {
 display:block;
}

/* WIDTH OF DROPDOWN */
ul.dropdown ul * a {
 width:11em;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul {
 display:none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul {
 display:block;
}

ul.dropdown a {
 background-color: #f6fbfd; /* NOT SURE WHAT IT DOES */
 color: #fff;
 padding: 0px 35px 4px 5px; /* PAD ABOVE 1st Level text, pad right of 1st level text, pad under 1st level text, pad before 1st level text  */
 text-decoration: none;
}

/* NOT SURE WHAT IT DOES */
ul.dropdown a:hover {
 background-color: #006633;
 color: #fff;
}

/* DROPDOWN BORDER COLOR */
ul.dropdown ul {
 border: 0;
 background-color: #006633;
 border:1px solid #006633;
}

/* SUB LEVEL BACKGROUND AND FONT COLOR */
ul.dropdown ul a {
 background-color: #009900;
 color: #000;
 padding: 4px;
 text-decoration: none;
}

/* SUB LEVEL HOVER BACKGROUND AND FONT COLOR */
ul.dropdown ul a:hover {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #00D600;
 text-decoration:none;
 color: #fff;
 font-weight: bold;
}
