/*
        Copyright:  fresh frames GmbH & Co. KG
                    http://www.freshframes.com/
    
        Seite:      EEBA
                    European Eye Bank Association
    
        Autor:      Stefanovski Alexander
                    stefanovski@freshframes.com
                    http://www.freshframes.com/

        Version: $Id: eeba_navigation_secondary.css 49 2009-04-07 14:15:51Z riyuk $
                                                    */			
			#nav_secondary ul {
				list-style: none;
				margin: 0;
				padding: 0;
				text-align: left;
			}
			
				#nav_secondary ul li {
					font-size: 11px;
					font-weight: bold;
					color: #05065A;
					margin: 0;
					padding: 0;
				}
				
					#nav_secondary ul li span {
						display: block;
						height: 30px;
						margin: 0 0 0 14px;
						padding: 0 0 0 0;
					}
					
					#nav_secondary ul li span a {
					    display: block; 
					    height: 22px;
					    font-size: 11px;
	                    font-weight: bold;
	                    color: #05065A;
	                    margin: 0;
	                    padding: 8px 0 0 0;
	                    text-decoration: none;
				    }
					
				#nav_secondary ul li:hover, #nav_secondary ul li.sel {
					background: url(../images/nav/nav2_highlight_yellow.jpg) top no-repeat;
					cursor: pointer;
				}
				 
				#nav_secondary ul ul {
					list-style: none;
					background-color: #FFF5B2;
					margin: 0;
					padding: 0;
					text-align: right;
				}
				
					#nav_secondary ul ul li {
						font-size: 11px;
						font-weight: bold;
						color: #05065A;
						background-color: #FFF5B2;
						margin: 0;
						padding: 0;
					}

						#nav_secondary ul ul li span {
							display: block;
							height: auto;
							margin: 0 18px 0 14px;
							padding: 0 0 0 0;
						}
						
						#nav_secondary ul ul li span a {
	                        display: block;
	                        height: auto;
	                        font-size: 11px;
	                        font-weight: bold;
	                        color: #05065A;
	                        margin: 0;
	                        padding: 5px 0 6px 0;
	                        text-decoration: none;
                        }

				#nav_secondary ul ul li:hover, #nav_secondary ul ul li.sel {
					color: red;
					background: none;
					cursor: pointer;
				}
				
				#nav_secondary ul ul li:hover a, #nav_secondary ul ul li.sel a {
				    color: red;
                    background: none;
                    cursor: pointer;
				}
				
			#nav_secondary #sponsoring {
				float: left;
				width: 206px;
				margin: 25px 0 0 0;
			}
			
				#nav_secondary #sponsoring p {
					font-size: 10px;
					color: #CCCCCC;
					margin: 0 0 0 14px;
				}