//menu styles

BODY {
 background-color: #FFFFFF }
 
p  { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 font-style: normal;
 color: black;
 font-weight: normal }
 
menu  { 
 font-family: Verdana, sans-serif;
 font-size: 7pt;
 font-style: normal;
 color: black;
 font-weight: normal }
 
 td { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 font-style: normal;
 color: black;
 font-weight: normal }
 
/* Header */
h1  { 
 text-shadow: gray 0.4em 0.5em 0.4em;
 font-family: Verdana, sans-serif;
 font-size: 18pt;
 font-weight: bold;
 color: #333333 }
 
 h2  { 
 font-family: Verdana, sans-serif;
 font-size: 12pt;
 font-weight: bold;
  color: #333333 }
 
 h3  { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 font-weight: bold;
  color: #333333 }
 
 ul { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
  color: black;
 font-weight: bold }
 
 li  { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 font-style: normal;
 color: black;
 font-weight: normal }
 
 dd  { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 font-style: normal;
 color: black;
 font-weight: normal }
 
 dt { 
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 font-style: italic;
 color: black;
 font-weight: bold }

 .title  { 
 color: #991426;
 font-family: Verdana, sans-serif;
 font-size:  10pt; 
 font-weight: bold }

a:link    {
 color: #190F79;
 text-decoration: none;
 font-family: Verdana, sans-serif;
 font-size:  10pt  }
 
a:visited { 
 color: #1010C3; 
 text-decoration: none; 
 font-family: Verdana, sans-serif;
 font-size:  10pt}
 
a:active  { 
 color: #9A0D0D; 
 text-decoration: none;
 font-family: Verdana, sans-serif;
 font-size:  10pt }
 
a:hover   { 
 color: #190F79; 
 text-decoration: none;
 font-family: Verdana, sans-serif;
 font-size:  10pt } 
  
  
/* TopBar */
.layer1 {
 POSITION:absolute;
 VISIBILITY:visible; 
 TOP:0px;
 LEFT:0px;
 Z-INDEX:1}
 
 /* TopBarImages */
.layer11 {
 POSITION:absolute;
 VISIBILITY:visible; 
 TOP:0px;
 LEFT:160px;
 Z-INDEX:1}
 
/* Menu */
.layer2 {
 POSITION:absolute; 
 VISIBILITY:visible; 
 TOP:78px; 
 LEFT:165px; 
 Z-INDEX:2}
 
 /* Menu */
.layer12 {
 POSITION:absolute; 
 VISIBILITY:visible; 
 TOP:83px; 
 LEFT:325px; 
 Z-INDEX:3}

/* Sideline */
.layer3 { 
 POSITION: absolute;
 VISIBILITY: visible;
 TOP: 0px;
 LEFT: 163px; 
 WIDTH: 5px;
 TOP: 78px;
 HEIGHT:758px;
 BACKGROUND-COLOR: #333333;
 Z-INDEX:4}
 
  /* Content Title */
.layer5 {
 POSITION:absolute;
 VISIBILITY:visible; 
 TOP:0px; 
 LEFT:0px; 
 Z-INDEX:5} 
 
 /*Content*/
 .layer6 {
 POSITION:absolute; 
 VISIBILITY:visible; 
 TOP:120px; 
 LEFT:175px; 
 Z-INDEX:6}

 /*Side Content*/
 .layer7 {
 POSITION:absolute; 
 VISIBILITY:visible; 
 BACKGROUND-COLOR: #748CB8;
 TOP:78px; 
 LEFT:0px;
 WIDTH:163px;
 HEIGHT:758px;  
 Z-INDEX:7}
 
 
 /* Bottom Graphic*/
.layer8 {
 POSITION:absolute; 
 VISIBILITY:visible; 
 TOP:806px; 
 WIDTH: 660px;
 LEFT:162px; 
 Z-INDEX:8} 
 
 /* Bottom */
.layer9 {
 POSITION:absolute; 
 VISIBILITY:visible; 
 TOP:815px; 
 LEFT:185px; 
 Z-INDEX:9} 
 
 /* RtSideline */
.layer10 { 
 POSITION: absolute;
 VISIBILITY: visible;
 TOP: 0px;
 LEFT: 780px; 
 WIDTH: 4px;
 TOP: 80px;
 HEIGHT:800px;
 BACKGROUND-COLOR: #333333;
 Z-INDEX:10}
 
div.sdmenu {
	width: 150px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-left: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(btitle.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 8px center;
	cursor: default;
	border-bottom: 1px solid #fff;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
    padding: 5px 10px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #000;
	color: #000;
}
div.sdmenu div a.current {
	background : #748CB8;
}
div.sdmenu div a:hover {
	background : #748CB8 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}