
/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* 

Sizes throughout...

791 / 746 - width of menu

- modifications:
Added padding-left: 35px to whole menu for our curved effect to work
- Changed width from 745/46 to 801/802
- CHanged background color to from #145ca4 to #145ca4
- Changed font size from 12px to 14px
- changed width 149/150 to width 249/250
*/
/* width below was: width: 821px;  */
.menu {height:32px; position:relative; z-index:100; font-family:verdana, sans-serif; padding-left: 35px; padding-top: 3px}
/* hack to correct IE5.5 faulty box model */
/* * html .menu {padding-left: 35px} */
/* 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:249px;} */
/* 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:249px;position:relative;} */
.menu li {float:left; position:relative;} 
/* style the links for the top level */
/* .menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#145ca4; padding-left:10px; line-height:29px; font-weight:bold;} -- Tom changes below*/
.menu a, .menu a {display:block;font-size:11px;text-decoration:none; height:30px;  padding-left:0px; line-height:29px; font-weight:bold; color:#fff; background:#145ca4}
/* 3/5/09 -- removed padding-right: 5px */

/* .menu>ul>li:first-child>a::before {content:"";} */
/* .menu>ul>li>a::before {content:" | ";} */
/* .menu li:first-child a.topmenu::before {content:"";} */


/* a hack so that IE5.5 faulty box model is corrected */
/* * html .menu a, * html .menu a {width: 130px} */

/* 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:31px;left:0; width:249px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

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

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

/* 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 {background:#145ca4; color:#fff; height:auto; line-height:1em; padding:5px 10px;border-width:0 1px 1px 1px;}
/*.menu ul ul a, .menu ul ul a {width: 120px} */ /* default width of dropdown */ 
/* .menu ul ul a, .menu ul ul a */
/* yet another hack for IE5.5 */
/* * html .menu ul ul a, * html .menu ul ul a:visited {min-width:250px;min-w\idth:248px;} */

/* style the top level hover */
/* .menu a:hover, .menu ul ul a:hover {background:#ddd; color:#145ca4;} */
/* .menu :hover > a, .menu ul ul :hover > a {background:#ddd; color:#145ca4;}*/

.menu a:hover {background: #034b93; color: #fff;}
.menu :hover > a {background: #034b93; color: #fff;}
.menu ul ul a:hover {background:#d2e4fa; color:#034b93;}
.menu ul ul :hover > a {background:#d2e4fa; color:#034b93;}


/* 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;}


/* Tom added the below to put lines between menu items */
.menu ul ul li {border-bottom: 1px solid #589fc8;}

/* Tom's float menu */
.floatMenu {float:right; margin: 1em}
.floatMenu li {list-style-type: square; padding: 2px;}
.floatMenu a {text-decoration: None}
.floatMenu a:hover {background: #145ca4; color: #fff}

/* Fixed width stuff from old site */
#navPar1 {width:88px; text-align: left;}
#navPar2{width:95px;}
#navPar3{width:91px;}
#navPar4{width:180px;}
#navPar5{width: 110px;}
#navPar6{width: 229px;}

#navPar1 ul {line-height: 1em; width:88px}
#navPar1 ul a {width:78px; text-align: left; margin: 0em; border: 0em; line-height: 1em; padding: 5px}

#navPar2 ul {line-height: 1em; width:95px;}
#navPar2 ul a{width:85px; margin: 0em; padding: 5px; border: 0em}

#navPar3 ul {width:91px; line-height: 1em;}
#navPar3 ul a {width:81px; margin: 0em; border: 0em; padding: 5px;}

#navPar4 ul {width:180px; line-height: 1em;}
#navPar4 ul a {width:170px;margin: 0em; border: 0em; padding: 5px}

#navPar5 ul {line-height: 1em; width:110px;}
#navPar5 ul a{width:100px; margin: 0em; padding: 5px; border: 0em}

/* #navPar5 ul a {width: 120px; line-height: 1em;} */ 
/* #navPar5 ul a {width: 110px; margin: 0em; border: 0em; padding:5px; line-height: 1em;} */

#navPar6 ul a {width: 229px; line-height: 1em;}
#navPar6 ul a {width: 219px; margin: 0em; border: 0em; padding: 5px}
