body {margin-top: 5px; background:#666666}
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:#DE1000; 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:#DE1000; text-decoration: none}
.link3 {FONT: 13px Tahoma; color: #000000;}
.link4 {font-family: Tahoma; font-size: 18px; color:#FFF; text-decoration: none}
.link4:hover {font-family: Tahoma; font-size: 18px; color:#000; text-decoration: none}
.link5 {font-family: Tahoma; font-size: 14px; color:#000; text-decoration: none}
.link5:hover {font-family: Tahoma; font-size: 14px; color:#DE1000; text-decoration: none}
.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: #cccccc;
font: bold 11px Tahoma;
color: #000000;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border: 1px solid #FFFFFF;
}

.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: 5px;
background: transparent url(../images/arrow.gif) no-repeat center right;
}

.glossymenu li a:hover{
background: #5B9DE6;
}

.glossymenu li a:visited{
color: #000000;
}

glossymenu li a:active{
color: #000000;
}
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
