@charset "UTF-8";
/* CSS Document */

/*
Navigation
*/

#navigationList{
	list-style:none;
}

#navigationList li{
	list-style:none;
	display:block;
}

#nav{
	width:484px;
	height:237px;
	display:block;
	position:relative;
	background-image:url(../images/nav_backing.jpg);
	background-repeat:no-repeat;
}

a.home{
	width:181px;
	height:44px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/home.jpg);
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.home{
	background-image:url(../images/home.jpg);
	text-decoration:none;
}

a:visited.home{
	background-image:url(../images/home.jpg);
	text-decoration:none;
}

a:active.home{
	background-image:url(../images/home_over.jpg);
	text-decoration:none;
}

a:hover.home{
	background-image:url(../images/home_over.jpg);
	text-decoration:none;
}

a.myapp{
	width:181px;
	height:38px;
	display:block;
	position:absolute;
	top:44px;
	left:0px;
	background-image:url(../images/my_app.jpg);
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.myapp{
	background-image:url(../images/my_app.jpg);
	text-decoration:none;
}

a:visited.myapp{
	background-image:url(../images/my_app.jpg);
	text-decoration:none;
}

a:active.myapp{
	background-image:url(../images/my_app_over.jpg);
	text-decoration:none;
}

a:hover.myapp{
	background-image:url(../images/my_app_over.jpg);
	text-decoration:none;
}

a.app{
	width:181px;
	height:36px;
	display:block;
	position:absolute;
	top:82px;
	left:0px;
	background-image:url(../images/app.jpg);
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.app{
	background-image:url(../images/app.jpg);
	text-decoration:none;
}

a:visited.app{
	background-image:url(../images/app.jpg);
	text-decoration:none;
}

a:active.app{
	background-image:url(../images/app_over.jpg);
	text-decoration:none;
}

a:hover.app{
	background-image:url(../images/app_over.jpg);
	text-decoration:none;
}

a.contact{
	width:181px;
	height:34px;
	display:block;
	position:absolute;
	top:118px;
	left:0px;
	background-image:url(../images/contact.jpg);
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.contact{
	background-image:url(../images/contact.jpg);
	text-decoration:none;
}

a:visited.contact{
	background-image:url(../images/contact.jpg);
	text-decoration:none;
}

a:active.contact{
	background-image:url(../images/contact_over.jpg);
	text-decoration:none;
}

a:hover.contact{
	background-image:url(../images/contact_over.jpg);
	text-decoration:none;
}

a.about{
	width:181px;
	height:37px;
	display:block;
	position:absolute;
	top:152px;
	left:0px;
	background-image:url(../images/about.jpg);
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.about{
	background-image:url(../images/about.jpg);
	text-decoration:none;
}

a:visited.about{
	background-image:url(../images/about.jpg);
	text-decoration:none;
}

a:active.about{
	background-image:url(../images/about_over.jpg);
	text-decoration:none;
}

a:hover.about{
	background-image:url(../images/about_over.jpg);
	text-decoration:none;
}

a.admin{
	width:181px;
	height:48px;
	display:block;
	position:absolute;
	top:189px;
	left:0px;
	background-image:url(../images/admin.jpg);
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.admin{
	background-image:url(../images/admin.jpg);
	text-decoration:none;
}

a:visited.admin{
	background-image:url(../images/admin.jpg);
	text-decoration:none;
}

a:active.admin{
	background-image:url(../images/admin_over.jpg);
	text-decoration:none;
}

a:hover.admin{
	background-image:url(../images/admin_over.jpg);
	text-decoration:none;
}

