
	#fixedNetwork {position:fixed; left:5px; top:25%;}
	* html #fixedNetwork {position:absolute; left:5px; top:100px;}

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

ul.menu {padding:0; margin:0; list-style:none; position:relative; z-index:5; margin-right:0; float:left;}
ul.posLeft {margin-left:0px;}
ul.menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px; top:41px; width:170px;  padding:2px 2px 10px 2px;}
ul.menu a {font-size:1.5em;color:#afaf90;font-family: 'abraham_lincolnregular';line-height:1em;text-align:center; text-decoration:none;}

ul.menu a:hover {color:#000; text-decoration:none;}
ul.menu li:hover > a {color:#cbcbab;}

ul.menu li.liTop {float:left;}
ul.menu li.close {position:absolute; right:0; top:0; width:30px; height:40px; z-index:-1;}
ul.menu li.close a {display:block; height:40px; width:30px;}

ul.menu li.nosub a {display:block; height:20px; line-height:20px; padding:10px 0px 10px 0; float:left;font-size:1.5em;font-family: 'abraham_lincolnregular';}
ul.menu li.nosub2 a {display:block; height:20px; line-height:20px; padding:10px 0px 10px 0; float:left;font-size:1.5em;font-family: 'abraham_lincolnregular';}
ul.menu li.nosub a b {display:block; height:20px; line-height:20px; background: no-repeat left top; padding:0 0 0 12px; cursor:pointer; float:left;}
ul.menu li.liTop a.open {display:block; height:100%; line-height:20px; padding:10px 0px 10px 0; float:left;font-size:1.5em;font-family: 'abraham_lincolnregular';}
ul.menu li.liTop a.open b {display:block; padding:0 0 0 12px; cursor:pointer}

ul.menu ul li a {display:block; background:#f3f2ee;text-align:left; padding:10px 5px; height:auto; line-height:16px;font-size:1.5em;}
ul.menu ul li a:hover {background:#ffffff;}

ul.menu li.liTop:hover {position:relative; height:40px;}
ul.menu li.liTop:hover ul {left:0;}

/* for IE6 */
ul.menu table {border-collapse:collapse; width:0; height:0; position:absolute; left:0; top:0;}
ul.menu a ul li {float:left; width:170px;}
* html ul.menu li.liTop a:hover {direction:ltr; height:41px;}
ul.menu a:hover ul {left:0;}
ul.menu a:hover ul li a {width:150px;}
ul.menu a:hover ul li a:hover {height:auto;}
