#navbar {
	float:left;
	width:800px;
	height:31px;
	margin:0;
	padding:0 25px 0 25px;
    background-image:url('/images/navbarBg.gif');
    background-repeat:repeat;
}

.navbar ul {
	margin:0;
	padding:0;
	width:800px;
}

.navbar li {
	display:inline;
	margin:0;
	padding:0 41px 0 41px;
	float:left;
}

.nav-curr a {
    display:block;
    font-family:'Verdana';
    font-size:18px;
    color:#b8d7f2;
    text-decoration:none;
    padding:2px 0 2px 0;
}

.nav-curr a:hover {
    font-family:'Verdana';
    font-size:18px;
    color:#b8d7f2;
    text-decoration:none;
    padding:2px 0 2px 0;
}

.nav-link a {
    display:block;
    font-family:'Verdana';
    font-size:18px;
    color:#fff;
    text-decoration:none;
    padding:2px 0 2px 0;
}

.nav-link a:hover {
    color:#b8d7f2;
    font-size:18px;
    font-family:'Verdana';
    padding:2px 0 2px 0;
}








.nav-home a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/home.gif');
	background-repeat:no-repeat;
}		

.nav-home a:hover {
	background-image:url('images/homeHover.gif');
	width:100px;
	height:31px;
}

.curr-home a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/homeHover.gif');
	background-repeat:no-repeat;
}

.nav-webdesign a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/webdesign.gif');
	background-repeat:no-repeat;
}		

.nav-webdesign a:hover {
	background-image:url('images/webdesignHover.gif');
	width:100px;
	height:31px;
}

.curr-webdesign a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/webdesignHover.gif');
	background-repeat:no-repeat;
}	

.nav-games a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/games.gif');
	background-repeat:no-repeat;
}		

.nav-games a:hover {
	background-image:url('images/gamesHover.gif');
	width:100px;
	height:31px;
}

.curr-games a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/gamesHover.gif');
	background-repeat:no-repeat;
}

.nav-software a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/software.gif');
	background-repeat:no-repeat;
}		

.nav-software a:hover {
	background-image:url('images/softwareHover.gif');
	width:100px;
	height:31px;
}

.curr-software a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/softwareHover.gif');
	background-repeat:no-repeat;
}		

.nav-about a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/about.gif');
	background-repeat:no-repeat;
}		

.nav-about a:hover {
	background-image:url('images/aboutHover.gif');
	width:100px;
	height:31px;
}

.curr-about a {
	display:block;
	width:100px;
	height:31px;
	text-decoration:none;
 	background-image:url('images/aboutHover.gif');
	background-repeat:no-repeat;
}