/*css document*/
div.photo {
background: url(../images/photoButton.png) no-repeat scroll 0 -40px;
float:left;
height:40px;
margin:0;
width:150px;
}
div.photo a {
background:url(../images/photoButton.png) no-repeat scroll left top;
display:block;
height:40px;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
div.photo span {
display:block;
margin:0;
padding:0;
}
div.photo a:hover {
background-image:none;
}
div.photo a:active {
}
div.photoLive {
background: url(../images/photoButton.png) no-repeat scroll 0 -40px;
float:left;
height:40px;
margin:0;
width:150px;
}
div.web {
background: url(../images/webButton.png) no-repeat scroll 0 -40px;
float:left;
height:40px;
margin:0;
width:150px;
}
div.web a {
background:url(../images/webButton.png) no-repeat scroll left top;
display:block;
height:40px;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
div.web span {
display:block;
margin:0;
padding:0;
}
div.web a:hover {
background-image:none;
}
div.web a:active {
}
div.webLive {
background: url(../images/webButton.png) no-repeat scroll 0 -40px;
float:left;
height:40px;
margin:0;
width:150px;
}
div.graphic {
background: url(../images/graphicButton.png) no-repeat scroll 0 -40px;
float:left;
height:40px;
margin:0;
width:150px;
}
div.graphic a {
background:url(../images/graphicButton.png) no-repeat scroll left top;
display:block;
height:40px;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
div.graphic span {
display:block;
margin:0;
padding:0;
}
div.graphic a:hover {
background-image:none;
}
div.graphic a:active {
}
div.graphicLive {
background: url(../images/graphicButton.png) no-repeat scroll 0 -40px;
float:left;
height:40px;
margin:0;
width:150px;
}
div.contact {
background: url(../images/contactButton.png) no-repeat scroll 0 -25px;
float:left;
height:25px;
margin:0;
width:900px;
}
div.contact a {
background:url(../images/contactButton.png) no-repeat scroll left top;
display:block;
height:25px;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
div.contact span {
display:block;
margin:0;
padding:0;
}
div.contact a:hover {
background-image:none;
}
div.contact a:active {
}