/*--------Index Menu----------*/
.sm_index {list-style:none; display:block; overflow:hidden; text-align:center; }
.sm_index li {overflow:hidden;}

/*---Index Team----------*/
 
a:hover.iteam {
    background-position: 0px -43px;
	height:53px;
} 

a.iteam {
    display: block;
    width: 360px;
    height: 43px;
    background: url(images/nav_team.png) 0 0 no-repeat;
    text-decoration: none;
}

/*---Index Calendar----------*/
 
a:hover.icalendar {
    background-position: 0px -43px;
	height:53px;
} 

a.icalendar {
    display: block;
    width: 360px;
    height: 43px;
    background: url(images/nav_calendar.png) 0 0 no-repeat;
    text-decoration: none;
}

/*---Index Directions----------*/
 
a:hover.idirections {
    background-position: 0px -43px;
	height:53px;
} 

a.idirections {
    display: block;
    width: 360px;
    height: 43px;
    background: url(images/nav_directions.png) 0 0 no-repeat;
    text-decoration: none;
}

/*---Index Resources----------*/
 
a:hover.iresources {
    background-position: 0px -43px;
	height:53px;
} 

a.iresources {
    display: block;
    width: 360px;
    height: 43px;
    background: url(images/nav_resources.png) 0 0 no-repeat;
    text-decoration: none;
}

/*---Index Contact----------*/
a.icontact {
    display: block;
    width: 360px;
    height: 43px;
    background: url(images/nav_contact.png) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.icontact {
    background-position: 0px -43px;
	height:53px;
} 


/*--------Internal Menu-------*/
* {margin:0; padding:0}
.sm {list-style:none; width:280px; display:block; overflow:hidden}
.sm li {float:left; overflow:hidden; padding-left:27px;}

/*---Team----------*/
a.steam {
    display: block;
    width: 227px;
    height: 27px;
    background: url(images/team.png) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.steam {
    background-position: 0px -27px;
	height:43px;
} 

a.team {
    display: block;
    width: 227px;
    height: 43px;
    background: url(images/go_team.jpg) 0 0 no-repeat;
    text-decoration: none;
}

/*---Calendar----------*/
a.scalendar {
    display: block;
    width: 227px;
    height: 27px;
    background: url(images/calendar.png) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.scalendar {
    background-position: 0px -27px;
	height:43px;
} 

a.calendar {
    display: block;
    width: 227px;
    height: 43px;
    background: url(images/go_calendar.jpg) 0 0 no-repeat;
    text-decoration: none;
}

/*---Directions----------*/
a.sdirections {
    display: block;
    width: 227px;
    height: 27px;
    background: url(images/directions.png) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.sdirections {
    background-position: 0px -27px;
	height:43px;
} 

a.directions {
    display: block;
    width: 227px;
    height: 43px;
    background: url(images/go_directions.jpg) 0 0 no-repeat;
    text-decoration: none;
}

/*---Resources----------*/
a.sresources {
    display: block;
    width: 227px;
    height: 27px;
    background: url(images/resources.png) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.sresources {
    background-position: 0px -27px;
	height:43px;
} 

a.resources {
    display: block;
    width: 227px;
    height: 43px;
    background: url(images/go_resources.jpg) 0 0 no-repeat;
    text-decoration: none;
}

/*---Contact----------*/
a.scontact {
    display: block;
    width: 227px;
    height: 27px;
    background: url(images/contact.png) 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.scontact {
    background-position: 0px -27px;
	height:43px;
} 

a.contact {
    display: block;
    width: 227px;
    height: 43px;
    background: url(images/go_contact.jpg) 0 0 no-repeat;
    text-decoration: none;
}