/********************MENU STYLING****************/
ul.navlist {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	color: #000000;
	text-decoration:none;
    margin: 0px;
	margin-left: 15px;
	margin-top: 5px;
    padding: 0;
    width: 140px;
}

ul.navlist ul {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	color: #000000;
	text-decoration:none;
    display: none;
    padding: 0;
	margin: 0px;
	
}

ul.navlist li {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	color: #000000;
	text-decoration:none;
    list-style-type: none;
    position: relative;
	padding: 1px;
}

ul.navlist a, ul.navlist a:visited, ul.navlist a:active {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	color: #000000;
	text-decoration:none;
	background-color: #eaeaea;
    border-bottom: 3px solid #CCC;
    border-left: 3px solid #CCC;
    border-right: 3px solid #CCC;
    border-top: 3px solid #CCC;
    color: #000;
    display: block;
    padding: 8px;
    width: 121px;
    text-decoration: none;
}

ul.navlist a:hover, ul.navlist a:visited:hover, ul.navlist a:active:hover  {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	text-decoration:none;
	color: #000000;
	text-decoration:none;
	background-color: #d4d4d4;
    border-bottom: 3px solid #eaeaea;
    border-left: 3px solid #eaeaea;
    border-right: 3px solid #eaeaea;
    border-top: 3px solid #eaeaea;
}

ul.navlist ul a, ul.navlist ul a:visited,ul.navlist ul a:active {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	color: #000000;
	text-decoration:none;
    background-color: #cccccc;
    border-bottom: 3px solid #999;
    border-left: 3px solid #999;
    border-right: 3px solid #999;
    border-top: 3px solid #999;
    width: 128px;
}

ul.navlist ul a:hover, ul.navlist ul a:active:hover {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	color: #000000;
	text-decoration:none;
  	border-bottom: 3px solid #eaeaea;
    border-left: 3px solid #eaeaea;
    border-right: 3px solid #eaeaea;
    border-top: 3px solid #eaeaea;
}

ul.navlist a.switch, ul.navlist a.switch:visited, ul.navlist a.switch:hover, ul.navlist a.switch:active {
	font: bold 12px "Trebuchet MS", "Tw Cen MT", Verdana;
	color: #000000;
	text-decoration:none;
    left: 109px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 21px;
}

/* Box-model hacks for Win/IE 5.5 \*/
* html ul.navlist { width: 122px; w\idth: 120px;}
* html ul.navlist li { left: -16px; lef\t: 0px; }
* html ul.navlist ul li { left: 16px; lef\t: 0px; }
* html ul.navlist a { width: 99px; w\idth: 121px; }
* html ul.navlist ul a { width: 120px; w\idth: 128px; }
* html ul.navlist a.switch { width: 21px; w\idth: 21px;left: 109px; }
/* end hacks */

/*******************END MENU STYLING*****************/

