.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
					
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
float: left; height: 1%;
background-color: #F3F3F3; /*overall menu background color*/

}

/*Top level menu link items style*/
.menu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 7px 11px;
/*border: 1px solid black;*/
border-left-width: 0;
text-decoration: none;
color: #FFFFFF;
height: 17px;
text-align:center;
font-size: 12px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;
background-image:url('../pics/NavBar.jpg');
}
	
/*1st sub level menu*/
.menu 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)*/
.menu ul li ul li{
display: list-item;
float: none;
float: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
display: block;
width: 175px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
text-align:left;
}

.menu ul li a:hover{
background-image:url('../pics/NavBarInvert.jpg');
color: navy;
}

/*Background image for top level menu list links ----------------no links item*/
.menu .mainfoldericon{

background-image:url('../pics/NavBar.jpg');
}

/*Background image for subsequent level menu list links */
.menu .subfoldericon{
background: #F3F3F3 url(media/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 .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
body {
	background-image: url(../pics/background.jpg);
	background-repeat: repeat;
	
}

.glossymenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 150px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url('../pics/submenu.jpg') repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 7px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

/*.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}*/

.glossymenu li a:hover{
background-image: url('../pics/submenuInvert.jpg');
color: navy;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}

a.black:link {color: #000000} 

A.alink {
	Color : #000000;
	Font-Size : 12px;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	text-decoration : none;
}
A.alink:visited {
	Color : #000000;
	Font-Size : 12px;
	Font-Weight : Bold;
	text-decoration : none;
}
A.alink:hover {
	Color : #000000;
	Font-Size : 12px;
	Font-Weight : Bold;
	text-decoration : underline;
}
A.alink:active {
	Color : #000000;
	Font-Size : 12px;
	Font-Weight : Bold;
	text-decoration : underline;
}

A.alinkc {
	Color : #000000;
	Font-Size : 16px;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	text-decoration : none;
}
A.alinkc:visited {
	Color : #000000;
	Font-Size : 16px;
	Font-Weight : Bold;
	text-decoration : none;
}
A.alinkc:hover {
	Color : #000000;
	Font-Size : 16px;
	Font-Weight : Bold;
	text-decoration : underline;
}
A.alinkc:active {
	Color : #000000;
	Font-Size : 16px;
	Font-Weight : Bold;
	text-decoration : underline;
}

A.alinkd {
	Color : #FF0000;
	Font-Size : 16px;
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	text-decoration : none;
}
A.alinkd:visited {
	Color : #FF0000;
	Font-Size : 16px;
	Font-Weight : Bold;
	text-decoration : none;
}
A.alinkd:hover {
	Color : #FF0000;
	Font-Size : 16px;
	Font-Weight : Bold;
	text-decoration : underline;
}
A.alinkd:active {
	Color : #FF0000;
	Font-Size : 16px;
	Font-Weight : Bold;
	text-decoration : underline;
}

.style31 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style32 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style35 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style40 {font-family: "²Ó©úÅé";
	color: #FFFFFF;
	font-size: 12px;
}
.style43 {font-size: 12px; }
.style56 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
