body {margin: 0px;}
td {font: 70% Tahoma; color: #000000;}
select {font-family: Tahoma; font-size: 8pt; color: #0000FF;}
input {font-family: Tahoma; font-size: 8pt; color: #000000;}
textarea {font-family: Tahoma; font-size: 8pt; color: #000000}
.link {font-family: Tahoma; font-size: 11px; color:#000000; text-decoration: none}
.link:hover {font-family: Tahoma; font-size: 11px; color:#E20A17; text-decoration: none}
.link1 {font-family: Tahoma; font-size: 11px; color:#000000; text-decoration: none}
.link1:hover {font-family: Tahoma; font-size: 11px; color:#FFFFFF; text-decoration: none}
.link2 {font-family: Tahoma; font-size: 11px; color:#0000FF; text-decoration: none}
.link2:hover {font-family: Tahoma; font-size: 11px; color:#E20A17; text-decoration: none}
.link3 {FONT: 13px Tahoma; color: #000000;}
.up {
	FONT: 80% Tahoma
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: #a8cbf3;
font: bold 11px Tahoma;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border: 1px solid #5B9DE9;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 275px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 275px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
margin-left:1px;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
background: #5B9DE9;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */