.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid lightgrey;
border-bottom: solid 1px white;

}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(../images/grad2.png) repeat-x bottom left;
font: normal 11px Verdana, sans-serif;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.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-image: url(../images/pattern1.png);
border-bottom: solid 1px lightgrey;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */





/* --------------------------- */ 

.arrowlistmenu{
width: 190px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: normal 11px Verdana;
color: white;
background: lightgrey url(../images/titlebar.png) repeat-x center left;
margin-top: 0px; /*bottom spacing between header and rest of content*/
margin-bottom:7px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content 8*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
/*color: #A70303;*/
color:#626262;
font-family:Verdana,Sans-Serif;
}

.arrowlistmenu ul li a:link{
/*color: #A70303;*/
color:#626262;
font-family:Verdana,Sans-Serif;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*color: #A70303;*/
color:#626262;
font-family:Verdana,Sans-Serif;
background-color: #F3F3F3;
}

a:hover pmh2
{
	color:White;
}

a:link.pmh2, a:visited.pmh2
{	
	text-decoration:none;
	font: normal 11px Verdana;
	color:White;
}

