﻿.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 179px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
/*background: white url(images/MENU1.jpg) repeat-x bottom left;*/
background-color:#b92823;
font-family: Gill Sans MT;
font-weight: bold;
font-size: 11px ;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 179; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;


}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 179px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
font-family: Gill Sans MT;
font-weight: bold;
font-size: 11px ;
color: white;
display: block;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
/*background-color:#b92889;*/
background: transparent url(images/white-arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/MENU2.jpg);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
a.read:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000775;
	text-decoration: none;
}
a.read:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000775;
	text-decoration: none;
}
a.read:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000775;
	text-decoration: underline;
}
.read1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000775;
	text-decoration: none;
}
a.read2:link 
{
	font-size: 12px;
	font-weight: bold; 
	color: #000775; 
	font-family: Gill Sans MT;
	text-decoration: none;
}
a.read2:visited {
	font-size: 12px;
	font-weight: bold; 
	color: #000775; 
	font-family: Gill Sans MT;
	text-decoration: none;
}
a.read2:hover {
	font-size: 12px;
	font-weight: bold; 
	color: #000775; 
	font-family: Gill Sans MT;
	text-decoration: underline;
}
a.read3:link 
{
	font-size: 12px;
	font-weight: bold; 
	color: white; 
	font-family: Gill Sans MT;
	text-decoration: none;
}
a.read3:visited {
	font-size: 12px;
	font-weight: bold; 
	color: white; 
	font-family: Gill Sans MT;
	text-decoration: none;
}
a.read3:hover {
	font-size: 12px;
	font-weight: bold; 
	color: white; 
	font-family: Gill Sans MT;
	text-decoration: underline;
}
