/*
----------------------------------------------------
 XI D E S I G N | Online Portfolio & Webdesign
 Copyright (c) 2004-2005 Alle rechten voorbehouden
 http://www.xidesign.nl
----------------------------------------------------
*/

/* BEGIN STYLESHEET */

/* Bugfix internet explorer */
html ul li { float: left; }
html ul li a { height: 1%; }

/* UITKLAPMENU */
ul 							{margin: 0px; padding: 0; list-style: none; width: 48px; height: 10px;}
ul li 						{position: relative;}
li ul 						{position: absolute; left: 58px; top: 0; display: none;}	
ul li a 					{display: block; background: #BFBEB1; padding: 0px;
							 border-top: 	0px solid #626B42;
							 border-bottom: 0px solid #626B42;
							 border-left:	0px solid #626B42;
							 border-right:	0px solid #626B42;}

ul li a:hover 				{color: #BFBEB1; text/decoration: none}
li ul li a 					{padding: 1px 1px; }
li:hover ul, li.over ul 	{display: block;}


/* LINKS */

/* NORMAAL */
a						{text-decoration: none}
a:link					{font-family: Tahoma; font-size: 10px; color: #626B42; text-decoration: none}
a:visited				{font-family: Tahoma; font-size: 10px; color: #626B42; text-decoration: none}
a:active				{font-family: Tahoma; font-size: 10px; color: #626B42; text-decoration: none}
a:hover					{font-family: Tahoma; font-size: 10px; color: #626B42; text-decoration: underline}

/* ANDERS */
a.anders:link 			{font-family: Tahoma; font-size 10px; color: #022F4A; text-decoration:none}
a.anders:visited		{font-family: Tahoma; font-size 10px; color: #022F4A; text-decoration:none}
a.anders:active			{font-family: Tahoma; font-size 10px; color: #1980C1; text-decoration:none}
a.anders:hover 			{font-family: Tahoma; font-size 10px; color: #1980C1; text-decoration:none}

/* PORT */
a.port:link 			{font-family: Tahoma; font-size 10px; color: #408DCC; text-decoration:none}
a.port:visited			{font-family: Tahoma; font-size 10px; color: #408DCC; text-decoration:none}
a.port:active			{font-family: Tahoma; font-size 10px; color: #4B4B4B; text-decoration:none}
a.port:hover 			{font-family: Tahoma; font-size 10px; color: #4B4B4B; text-decoration:none}