@charset "utf-8";
/* CSS Document */
/* Last update: 04/10/2009 */
/* File: menu.css */
/* Author: Webnetism */
/* www.webnetism.com/ */
		
/* top menu */
.navigation {float:left; width:659px; display:block; color:#fff; background:url(../images/bg_topmenu.jpg) repeat-x; height:24px; margin:20px 0 0 0;}
		.navigation ul {list-style-type:none; margin:0 0 0 0; padding:0px; width:100%;}
			.navigation li {display:inline; list-style-type:none; margin:0px; padding:0px;}
			.navigation li a {color:#1d5d9d; display:block; float:left; text-decoration:none;}
			.navigation li a:hover {color:#ffb32b; text-decoration:none; repeat-x;}
			
			.navigation li.bt_home a {margin:0 26px 0 9px; padding:35px 10px 7px 11px; background:url(../images/bt_bg_home.gif) 5px 15px no-repeat; color:#fff;}
			.navigation li.bt_home a:hover {color:#ffb32b;}
			
			.navigation li.bt_projects a {margin-right:26px; padding:35px 10px 7px 9px; background:url(../images/bt_bg_projects.gif) 5px 14px no-repeat;}
			
			.navigation li.bt_profile a {margin-right:27px; padding:35px 10px 7px 9px; background:url(../images/bt_bg_profile.gif) 5px 14px no-repeat;}
			
			.navigation li.bt_clients a {margin-right:24px; padding:35px 10px 7px 9px; background:url(../images/bt_bg_clients.gif) 5px 14px no-repeat;}
			
			.navigation li.bt_contactus a {padding:35px 10px 7px 9px; background:url(../images/bt_bg_contactus.gif) 5px 14px no-repeat;}

			

