/*
Theme Name: Foundations
Theme URI: http://www.dlelys.free.fr/
Description: Dlely Corp. Version 1
Version: 1.0
Author: Noo Dlely
Author URI: http://www.dlelys.free.fr/
*/

/*
Obviously I can't stop you nor would I really want to stop you from seeing how 
I've done things, but be good and don't go copy paste this file and use as your 
own, it's just not cricket.

If you've got a question about how something, just drop me a line.

Dlely Corp. copyright Dlely 2006.

Content  ---------------------------------------------------------------------->
Date Modified: 10th of May 2006.

------------------------------------------------------------------------------->
*/




/* ----- Block Elements ----- */



#menu{
	margin: 20px 0 20px 0;
	padding: 0 15px; 
	background: url(images/bklogo.jpg) no-repeat;
}

#navcontainer{
	margin: 0 0 0 40px;
	padding: 0;
}

#navlist{
	padding: 0;
	margin: 9px 0;
}


/* ----- LISTS ----- */
#navlist li, #navlist li a
{
display: inline;
list-style-type: none;
padding: 0 10px 0 0;
color: #BABABA;
text-decoration:none;
font-weight:bold;
}

#navlist li a:hover{
color:#006699;  
}
