﻿ /* generic */

a:link {
    text-decoration: none;
    color: #cc0000;
}
a:visited{
    text-decoration: none;
    color: #a8591f;
}

a:hover {     
    text-decoration: none;
    font-weight:bold; 
    color: #a8591f;
    cursor:pointer
    }
a:active{
    text-decoration: none;
    color: #a8591f;
} 
 
 /* menu bar  */
ul.menu
{
 	font-family: Verdana, Geneva, sans-serif; /* set the font */;
   list-style-type: none;
    line-height: 3.6em;
    width: 98%;
    margin: auto;
    padding: 0;
    background-image: url('../corners/wte-grngradient-topnav.gif');
    background-repeat: repeat-x;
    text-align: center;
}
ul.menu li
{
    margin: 0em;
    font-size: 85%;
    font-weight: bold;
    display: inline;
    list-style-type: none;
}	
ul.menu a:link, ul.menu a:visited {
	text-decoration: none;
	color: #194870;
    padding-top: 1.7em;
}
ul.menu a:link.current, ul.menu a:visited.current, ul.menu a:hover {
	background: url('../corners/methodistcross1-topnav-sm.gif') no-repeat center top;
	color: #cc0000;
    padding-top: 1.7em;
}
ul.menu a:hover{
    cursor:pointer;
}
 

/* menu list*/
ul.vmenu {
	background-position: left top;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif; /* set the font */;
	width: 6.625em;
	margin: 0em;
	padding: 0em;
	float: left;
}

ul.vmenu li {
	font-size: 80%;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
}

ul.vmenu a:link, ul.vmenu a:visited {
	text-align: center;
	text-decoration: none;
	color: #194870;
	margin-top: .25em;
	margin-bottom: .25em;
	display: block;
	background-image: url('../corners/wte-grngradient-sidenav-30.gif');
	background-repeat: repeat-x;
}

ul.vmenu a:link current, ul.vmenu a:visited.current {
	margin-top: .25em;
	margin-bottom: .25em;
	text-align: center;
	text-decoration: none;
	color: #cc0000;
	display: block;
	background-image: url('../corners/wte-grngradient-sidenav-30.gif');
	background-repeat: repeat-x;
}
a.vnav:hover {
	color: #cc0000;
	text-decoration: none;
    cursor:pointer;
}	
	
