body {font-family: Verdana, georgia; font-size: 10pt; color: black; margin: 0px}
p    {font-family: Verdana, georgia; font-size: 10pt; color: black; margin-top: 0; margin-bottom: 0}
form {font-family: Verdana, georgia; font-size: 8pt; color: black; margin-top: 0; margin-bottom: 0}
h4  	 {font-family: Verdana, georgia; font-size: 14pt; color: black; margin-top: 0; margin-bottom: 0}
h5	{font-family: Verdana, georgia; font-size: 12pt; color: black; margin-top: 0; margin-bottom: 0; font-weight:bold}
h6	{font-family: Verdana, georgia; font-size: 10pt; color: black; margin-top: 0; margin-bottom: 0; font-weight:bold}
/* li	{margin-top: 0; margin-bottom: 0} */

select	{font-family: Verdana, Georgia; font-size: 10pt; border: 1px solid #858585;}

/* A { color: blue; text-decoration: none;} */
A:link {color: blue; text-decoration: none}
A:active {color: blue; text-decoration: none} 
A:visited {color: blue; text-decoration: none}
A:hover {color: black; text-decoration: none}

#Main{width:1000px;margin:0 auto;background-color:#fff;}
#Header{width:1000px;height:200px;margin:0 auto;background-color:#fff;position:relative;}

.boxText { font-family: Verdana, Georgia; font-size: 10px; }
.normal {font-family: Verdana, Georgia; font-size: 10pt; color: black; margin-top: 0; margin-bottom: 0}
.smallText {font-family: Verdana, Georgia; font-size: 10px; color: black;}

TD.infoBoxHeading
{ font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #858585; /* safe Grey */
  color: white;
}

TABLE.MenubarB, TD.MenubarB
{ font-family: Verdana, Georgia;
  font-size: 10pt;
  color: black;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

TABLE.MenubarS, TD.MenubarS
{ font-family: Verdana, Georgia;
  font-size: 10pt;
  color: black;
  border-collapse: collapse;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 * @file		dropdown.css  package Dropdown
 * @browsers	Windows: IE6+, Opera7+, Firefox1+ Mac OS: Safari2+, Firefox2+
**/

* {margin: 0; padding: 0;}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {list-style: none; margin: 0; padding: 0;}

ul.dropdown {position: relative; z-index: 597; float: left;}

ul.dropdown li {float: left; line-height: 1.3em; vertical-align: middle; zoom: 1;}

ul.dropdown li.hover,
ul.dropdown li:hover {position: relative; z-index: 599; cursor: default;
color:#000; background: url("http://www.neverrest.co.uk/images/buttons/blue_but.gif") no-repeat;}

ul.dropdown ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}

ul.dropdown ul li {float: none;}

ul.dropdown ul ul {top: 1px; left: 99%;}

ul.dropdown li:hover > ul {visibility: visible;}


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */

ul.dropdown {font-weight: bold;}

ul.dropdown li
{background: url("http://www.neverrest.co.uk/images/buttons/black_but.gif") repeat-x; position:relative;}

ul.dropdown li.hover,
ul.dropdown li:hover
{color:#000; background: url("http://www.neverrest.co.uk/images/buttons/blue_but.gif") no-repeat;}

ul.dropdown a:visited,
ul.dropdown a:link,
ul.dropdown a:hover,
ul.dropdown a:active {color: #fff; text-decoration: none;}

/* -- dropdown box width - fits widest text -- */
ul.dropdown ul {width: auto; margin-top: 1px; float:left;}

ul.dropdown ul li {font-weight: bold;}

/*-- @section		Base Style Extension - space around headings -- */
ul.dropdown a {display: block; padding: 5px 3px;}

/*-- @section		Base Style Override  --*/
ul.dropdown li {padding: 0; border: none;}

ul.dropdown ul a {padding: 5px;}

/* Mixed - split headings with a  vertical line*/
ul.dropdown li a,
ul.dropdown {border-style: solid; border-width: 1px 1px 1px 0; border-color: #fff #d9d9d9 #d9d9d9;}

/* set up footer */
td.footer {border-style: solid; border-width: 1px 1px 1px 0; border-color: #d9d9d9;}
td.footer a
{color:#fff; background: url("http://www.neverrest.co.uk/images/buttons/black_but.gif") padding: 5px 5px;}
td.footer a:hover
{color:#fff; background: url("http://www.neverrest.co.uk/images/buttons/blue_but.gif") no-repeat; padding: 5px 5px;}
