#menu {
	width: 960px;
	margin-left: 2px;
	padding: 0px;
	height: 29px;
	background-image: url(../images/menu/menu_bg_wide.jpg);
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*NAVIGATION
----------------------------------------------------------------------------------------------------*/
ul#nav{
	list-style:none;
	width: 960px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#nav li{
	float:left;
	margin-right: 7px;
	margin-left: 7px;
}

ul#nav li a{
	display:block;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 2px;
	float: left;
	text-decoration:none;
}

/*HOME
----------------------------------------------------------------------------------------------------*/
a.home{
    width:37px;
    height:15px;
    position:relative;
}
a.home span{
    position:absolute;
    width:37px;
    height:15px;
    background: url(../images/menu/home.jpg) no-repeat 0px -15px;
}
a.home:hover span{
    background: url(../images/menu/home.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

/*PORTFOLIO
----------------------------------------------------------------------------------------------------*/
a.portfolio{
    width:54px;
    height:15px;
    position:relative;
}
a.portfolio span{
    position:absolute;
    width:54px;
    height:15px;
    background: url(../images/menu/portfolio.jpg) no-repeat 0px -15px;
}
a.portfolio:hover span{
    background: url(../images/menu/portfolio.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

/*crew
----------------------------------------------------------------------------------------------------*/
a.crew{
    width:32px;
    height:15px;
    position:relative;
}
a.crew span{
    position:absolute;
    width:32px;
    height:15px;
    background: url(../images/menu/crew.jpg) no-repeat 0px -15px;
}
a.crew:hover span{
    background: url(../images/menu/crew.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

/*gp
----------------------------------------------------------------------------------------------------*/
a.gp{
    width:77px;
    height:15px;
    position:relative;
}
a.gp span{
    position:absolute;
    width:77px;
    height:15px;
    background: url(../images/menu/gp.jpg) no-repeat 0px -15px;
}
a.gp:hover span{
    background: url(../images/menu/gp.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

/*utw
----------------------------------------------------------------------------------------------------*/
a.utw{
    width:128px;
    height:15px;
    position:relative;
}
a.utw span{
    position:absolute;
    width:128px;
    height:15px;
    background: url(../images/menu/utw.jpg) no-repeat 0px -15px;
}
a.utw:hover span{
    background: url(../images/menu/utw.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

/*home
----------------------------------------------------------------------------------------------------*/
a.resources{
    width:66px;
    height:15px;
    position:relative;
}
a.resources span{
    position:absolute;
    width:66px;
    height:15px;
    background: url(../images/menu/resources.jpg) no-repeat 0px -15px;
}
a.resources:hover span{
    background: url(../images/menu/resources.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

/*media
----------------------------------------------------------------------------------------------------*/
a.media{
    width:85px;
    height:15px;
    position:relative;
}
a.media span{
    position:absolute;
    width:85px;
    height:15px;
    background: url(../images/menu/media.jpg) no-repeat 0px -15px;
}
a.media:hover span{
    background: url(../images/menu/media.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

/*contact
----------------------------------------------------------------------------------------------------*/
a.contact{
    width:71px;
    height:15px;
    position:relative;
}
a.contact span{
    position:absolute;
    width:71px;
    height:15px;
    background: url(../images/menu/contact.jpg) no-repeat 0px -15px;
}
a.contact:hover span{
    background: url(../images/menu/contact.jpg) no-repeat 0px 0px;
	text-decoration:underline;
}

.line {
	padding: 0px;
	height: 20px;
	float: left;
	background-image: url(../images/menu/menu_line.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1px;
}

