/* style the outer div to give it width */
* { padding:0; margin:0; }
#menucontainer { background:#6a6d6d url(../images/top-nav-bg.gif) repeat-x; margin: 10px 10px 5px 10px; width: 930px; height: 30px; text-align: left; }
.menu { font-size:0.85em; padding: 0px; }
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { list-style-type:none; }
.menu ul ul { /*width:150px; */}
/* 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:145px;	position:relative; }
/* style the links for the top level */
.menu a, .menu a:visited { display: block; text-decoration:none; color:#fff; width:135px; border:1px solid #fff; border-width:0 1px 0 0; padding-left:8px; line-height:30px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { width:150px; w\idth:139px; }
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { background:#6a6d6d; border:none; }
/* style the second level hover */
.menu ul ul a.drop:hover { background:#333; }
.menu ul ul :hover > a.drop { }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { background:#6a6d6d; border:1px solid #fff; border-width:0 0 0 1px; }
/* style the third level hover */
.menu ul ul ul a:hover { }
.menu ul ul ul :hover > a {	background:#333; }
/* 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:30px;	left:0px; width:150px; border:1px solid #fff; border-width:1px 0 0 0; }
/* 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:149px;	top:-1px; width:150px; }
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left { left:-150px; }
/* 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;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background:#6a6d6d; color:#fff; height:auto;	line-height:1.5em; padding:5px 10px; width:129px } 
/* yet another hack for IE5.5 */
* html .menu ul ul a { width:150px; w\idth:129px; }
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover { }
.menu :hover > a, .menu ul ul :hover > a { color:#fff; background:#333; }
/* make the second level visible when hover on first level list OR link */
.menu ul :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; }
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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; }
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { visibility:visible; }

/*BREADCRUMB*/
#bread { color: #333; margin: 0px 0px 5px 14px; text-align:left;  font-size: 0.90em; clear:both; display:block; }
#bread ul { margin-left: 0; padding-left: 0; display: inline; }
#bread ul li { margin-left: 0; padding-left: 5px; list-style: none; display: inline;	}	
#bread-gen ul li:before {content: "\0020 \0020 \0020 \00BB \0020"; color: #ff9; }	
bread-gen ul li.first:before {content: " "; }

/*FOOTER NAV*/
#footernav ul{ margin: 0.5em 0 0 -0.2em ; font-size: 0.85em ; white-space:nowrap ; }
#footernav ul li{ display:inline ; background-color:#444 ; border: 1px solid #000 ; margin: 0 0.1em 0 0.1em ; line-height:15px; text-align:center; padding: 0.2em ; }
#footernav a, #footernav a:visited { text-decoration:none ; color:#ccc ; border:none ; }
#footernav a:hover { background-color:#CCC; color: #222 ; }
.lnbox a, #lnbox a:visited { text-decoration:none;	color:#333;	border-bottom: 1px dotted #000 ; }
.lnbox a:hover {color:#006699 ;	border-bottom: 1px dotted #006699 ; }
.phplive { float:left; height:10px;}
.phplive a:hover { background: none;}
