/* At-Rules */

@charset "iso-8859-1";	

BODY, TD, TH, DIV, BLOCKQUOTE, DL, UL, OL {color: #000080; font-family: arial, helvetica, sans-serif; font-size: 12pt}

H1 {font-family: Arial; color: #000000;}

A:link {text-decoration: none; color: #006699;}
A:visited {text-decoration: none; color: ##990000;}
A:hover {text-decoration: none; color: #ff0000;}
A:active {text-decoration: none; color: #ff0000;}

<style type="text/css">

/*Eric Meyer's based CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist li a.current{
background: lightyellow;
}

</style>




.cssvertical {
position:relative;
z-index:90;
margin: 0 0px 0 2px;
height: 30px;/*For Mozilla*/
FONT-SIZE: 12px; 
COLOR: #036
}
.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
    	LIST-STYLE-TYPE: none;
	}
	
.cssvertical ul li {
	position: relative;
	/*setup here for first level menu*/
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	LINE-HEIGHT: 1em;
	BACKGROUND: #0000000;
	BACKGROUND: url(images/bkg.jpg) no-repeat; 
	}
/*Second level setup*/	
.cssvertical li ul {
	position: absolute;
	left: 96px; /* Set 1px less than menu width - Sep +4px if use Shadow */
	top: 0;
	/*setup here for first level menu*/
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	background: #036 url("images/featurebox_bg.gif") no-repeat 100% 90%;
    	display: none;
	//BACKGROUND: #D7DAA4;
	}

/* Styles for Menu Items */
.cssvertical ul li a, .cssvertical ul li a:visited  {
	display: block;
	text-decoration: none;
	color: #036;
	//background: ; /* IE6 Bug */
	padding: 6px;
	border: 0px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
/* Comment if You Did Not Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical ul li a:hover{ 
/*Theme Change here*/
background-color: #036;
color:#FFFFFF;
font-style: ;
font-weight: ;

}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block; } 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}

/* End of style section. Generated by AceHTML at 20/10/2005 6:59:35 PM */

