ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 200px;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type:none;
	}
	
#menu li a {
	height: 32px;
/*	voice-family: inherit;*/
	height: 24px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #888;
	display: block;
	background: url(../images/menu.png);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #003366;
	background: url(../images/menu.png) 0 -32px;
	padding: 8px 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


/*- Top Menu Tabs J--------------------------- */
#tabsJ {
	float:left;
	width:100%;
	background:#FFFFFF;
	line-height:normal;
	border-bottom:5px solid #24618E;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;

}
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
.ftb {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #24618E;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color:#FFFFFF;
line-height:18px;
z-index:100;
background-color: #3B7EB0;
padding-left:5px;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4;); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: lighter;

color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#E97F2F;

}

.menu ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.menu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

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

#hashcolor{
vertical-align:top;
color:#3399FF;}
#qwidth{
	vertical-align:top;
	/*width: 216 px;*/
}
#msg{
color:#FF0000;}
#notes{
font-size:14px; color:#FF0000;
text-decoration:underline;
font-weight:bold;
text-align:justify;
}

