/* At-Rules */

@charset "iso-8859-1";	

BODY, TD, TH, DIV, BLOCKQUOTE, DL, UL, OL {color: #000000; font-family: Arial; font-size: 10pt}

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

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
border-top: 1px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
background: black; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 0px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 20px 7px 7px;
text-decoration: none;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(rightround.gif) bottom right no-repeat; /*optional right round corner*/
}

</style>


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}

</style>

.cssvertical {
position:relative;
z-index:90;
margin: 0 0px 0 2px;
height: 30px;/*For Mozilla*/
FONT-SIZE: 12px; 
COLOR: #000
}
.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 138px; /* 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: #fff;
	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; 
	}
/*Second level setup*/	
.cssvertical li ul {
	position: absolute;
	left: 137px; /* 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: #f6f6f6 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: #000000;
	//background: ; /* IE6 Bug */
	padding: 4px;
	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: #820000;
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 */

