/* linknav.js standard stylesheet 0.1
by Brian Lalonde http://webcoder.info/downloads/
This work is licensed under the Creative Commons Attribution-Share Alike 3.0 License. 
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ 
or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA. */
#WCi_LinkNav { position: fixed; top: 0; right: 0; margin: 2px; background-color: #EEE; -moz-border-radius: 1em; }
#WCi_LinkNav_Arrows { padding: 3px; font-size: 12pt; text-align: right; }
#WCi_LinkNav_Arrows a { text-decoration: none; }
#WCi_LinkNav_More { font-size: 9pt; margin: 0; padding: 0 1ex 1ex; display: none; }
#WCi_LinkNav:hover #WCi_LinkNav_More { display: block; }
#WCi_LinkNav_More li { display: block; margin: 0; padding: 0; }
#WCi_LinkNav_Link { display: block; font-size:7pt; text-decoration: none; text-align: center; }