/*
 * left_navigation.css style for BioCity
 * (c) 2006 vandepavert.com, Leon van de Pavert
 * email: design@vandepavert.com
 * version: 2006-06-15 10:44:04
 *
 * colour        24 bit         12 bit
 * black         #000000        #000
 * dark grey     #808080        #888
 * medium grey   #cccccc        #ccc
 * light grey    #eeeeee        #eee
 * white         #ffffff        #fff
 *
 * yellow        #ffcc00        #fc0
 * dark blue     #1C4781        #258
 * medium blue   #A3ADCD        #abd
 * light blue    #CCD7E5        #cde
 */

/* general settings */
#navigation a {line-height:1.5em; margin: 0 .25em; font-size:100%;font-weight: bold;}
#navigation ul {padding: 0; margin: 0;}
#navigation ul li {list-style-type: none; position: relative; margin: 0; padding: 0;}
#navigation li a {display: block; margin: 0;padding:0; text-decoration: underline; overflow: hidden;}
#navigation li a:visited {text-decoration:underline;}

/* No fancy pop-out menu here */
/*
#navigation ul ul {display: none;}
#navigation ul li.parent:hover > ul {display: block; position: absolute; top: -1px; left: 100%;}
*/

/* Dumbed down tertiary menus */
#navigation ul ul {display: block;}
#navigation ul li.parent > ul {display: block; padding-left: .75em;}
/* and dumber for IE */
* html #navigation ul li.parent ul {display: inline-block; padding-left: 1.5em;}

/* menu specific settings */
#navigation > ul {width: 18.5em; margin-top: 0;}
#navigation ul li {padding: 0; line-height: 2em;}
#navigation ul ul {min-width: 18.5em; width: auto;}
#navigation li > a {padding: 3px; margin: 0 .5em 0 0;}
#navigation li.expand > ul {min-width: 100%;width: 100%;display: block; position: relative;}

/* Defining the colours */
#navigation {background-color: transparent; color: #1C4781;}
#navigation a {background-color: transparent; color: #1C4781;}
#navigation ul {border: none; background-color: transparent;}
#navigation ul li {border: none;}
#navigation li > a {background-color: transparent; color: #1C4781;}
#navigation li.parent {background-color: transparent;}
#navigation li.parent > a {}
#navigation li.expand {background-color: transparent;}
#navigation li.expand > a {}
#navigation li:hover {background-color: transparent;}
#navigation li:hover > a {color: #000;}
#navigation li.parent:hover > a {}
#navigation li.expand:hover > a {}
#navigation ul ul {border: none;}
#navigation ul ul li {border: none;}
#navigation li.expand ul {border: none; }
#navigation li.expand ul li {border: none; padding-left:1.5em;}

/* MSIE WORKAROUND, PLEASE DO NOT REMOVE! */
* html #navigation ul li {display: inline-block; }
* html #navigation ul li a {padding: 1.5px; margin: 0 .5em 0 0;}
* html #navigation a:hover {color: #000;}

/* MSIE TESTS, PLEASE REMOVE */
/* #navigation {background-color: red;} */

