body   { background-color: #000; margin: 0 }
#blackmargin { background-color: #000; width: 801px; height: 5px }
p {}
td {}
a:link,a:active,a:visited    { color: #ba0000; text-decoration: underline }
a:hover	{ color: #141414; text-decoration: underline }
#wrapper  { background-color: #ffa500; margin: 0 auto; width: 801px }
td.adminbkg    { background-color: #000; background-image: url("images/adminmenuGap.jpg"); background-repeat: repeat-x }
td.admenu    { background-repeat: no-repeat; padding-left: 12px }
td.admenuR   { background-repeat: no-repeat }
td.sidebar  { padding-top: 16px }
td.footer   { color: #fff; font-size: 10px; font-family: Verdana, Helvetica, Arial, sans-serif; padding-top: 4px }
td.footer a, td.footer a:visited  { color: #fff; text-decoration: underline }
td.footer a:hover  { color: #f00; text-decoration: underline }

.ordrtab  { font-size: 11pt; font-family: Verdana, Helvetica, Arial, sans-serif; width: 157px; height: 26px }
/* hack to correct IE5.5 faulty box model */
* html .ordrtab {width:157px; w\idth:156px;}
.ordrtab a, .ordrtab a:visited     { color: #c0c0c0; font-size: 11px; line-height: 26px; text-decoration: none; display: block; padding-left: 16px; width: 157px; height: 26px; border-bottom: 1px solid #000 }
/* a hack so that IE5.5 faulty box model is corrected */
* html .ordrtab a, * html .ordrtab a:visited {width:157px; w\idth:156px;}
.ordrtab a:hover  { color: #fff}
.ordrtab :hover > a   { color: #fff}

/*-----------------Service Menu----------------------*/
#servlab  { padding-left: 12px; width: 160px }
#redtab  { text-align: center; width: 84px }
td.servmbkg   { background-color: black; background-image: url("images/redtabs.jpg"); background-repeat: no-repeat }
tr.servm  { color: #fff; font-size: 11px; font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 26px }
tr.servm a, tr.servm a:visited  { color: #fff; text-decoration: none }
tr.servm a:hover   { color: #ffff9a; text-decoration: none }

/*-----------------Error Messages----------------------*/
td.error { color: #141414; font-size: 12px; font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 14px; }
td.error h1 { font-size: 22px }

/*-----------------Drop Down Menus----------------------*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu  { font-size: 12pt; font-family: Verdana, Helvetica, Arial, sans-serif; position: relative; z-index: 100; width: 614px; height: 26px }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:614px; w\idth:613px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:118px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:118px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited    { color: #000; font-size: 11px; line-height: 26px; text-decoration: none; display: block; padding-left: 12px; width: 118px; height: 26px; border-bottom: 1px solid #000 }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:118px; w\idth:117px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited  { background: #e6e6e6 url("images/drop.gif") no-repeat right bottom }
/* style the second level hover */
.menu ul ul a.drop:hover { background: #c9ba65 url("images/drop.gif") no-repeat right bottom }
.menu ul ul :hover > a.drop  { background: #c9ba65 url("images/drop.gif") no-repeat right bottom }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:26px;t\op:27px;}

/* position the third level flyout menu */
.menu ul ul ul{left:118px; top:-1px; width:118px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-118px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#e6e6e6; color:#000; height:auto; line-height:1em; padding:5px 10px; width:118px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:118px;w\idth:117px;}

/* style the top level hover */
.menu a:hover  { color: #fff; }
.menu ul ul a:hover{color:#fff; background:#666;}
.menu :hover > a   { color: #fff; }
.menu ul ul :hover > a {color:#fff;background:#666;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
