﻿.NewHeadingLogo
{
	background-image: url('Images/logo.gif');
	height:145px;
	background-repeat:no-repeat;
 }
 
 .NewHeadingLogoTop
{
	background-image: url('Images/Top.gif');
	height:145px;
	background-repeat:repeat-x;
 }
 
 .NewHeadingLogoLeft
{
	background-image: url('Images/Side.gif');
	height:144px;
	background-repeat:repeat-x;
 }
 
 .NewHeadingTag
{
	background-image: url('Images/tag.png');
	width:181px;
	height:204px;
	position:absolute;
	z-index:900;
 }
 
 
.menuHome:hover
{
	background-image: url('Images/home_on.gif');
	height:71px;
	width:45px;
	background-repeat:no-repeat;
}
.menuHome
{
	background-image: url('Images/home_off.gif');
	height:71px;
	width:45px;
	background-repeat:no-repeat;
}

.menuEvents:hover
{
	background-image: url('Images/events_on.gif');
	height:71px;
	width:42px;
	background-repeat:no-repeat;
}
.menuEvents
{
	background-image: url('Images/events_off.gif');
	height:71px;
	width:42px;
	background-repeat:no-repeat;
}

.menuDigs:hover
{
	background-image: url('Images/digs_on.gif');
	height:71px;
	width:33px;
	background-repeat:no-repeat;
}
.menuDigs
{
	background-image: url('Images/digs_off.gif');
	height:71px;
	width:33px;
	background-repeat:no-repeat;
}

.menuTextbooks:hover
{
	background-image: url('Images/Textbooks_on.gif');
	height:71px;
	width:69px;
	background-repeat:no-repeat;
}
.menuTextbooks
{
	background-image: url('Images/Textbooks_off.gif');
	height:71px;
	width:69px;
	background-repeat:no-repeat;
}
.menuClassifieds:hover
{
	background-image: url('Images/Classifieds_on.gif');
	height:71px;
	width:65px;
	background-repeat:no-repeat;
}
.menuClassifieds
{
	background-image: url('Images/Classifieds_off.gif');
	height:71px;
	width:65px;
	background-repeat:no-repeat;
}
.menuMyVarsity:hover
{
	background-image: url('Images/my_varsity_on.gif');
	height:71px;
	width:66px;
	background-repeat:no-repeat;
}
.menuMyVarsity
{
	background-image: url('Images/my_varsity_off.gif');
	height:71px;
	width:66px;
	background-repeat:no-repeat;
}
.menuNews:hover
{
	background-image: url('Images/News_on.gif');
	height:71px;
	width:31px;
	background-repeat:no-repeat;
}
.menuNews
{
	background-image: url('Images/News_off.gif');
	height:71px;
	width:31px;
	background-repeat:no-repeat;
}
.menuContact:hover
{
	background-image: url('Images/Contact_on.gif');
	height:71px;
	width:50px;
	background-repeat:no-repeat;
}
.menuContact
{
	background-image: url('Images/Contact_off.gif');
	height:71px;
	width:50px;
	background-repeat:no-repeat;
}

.menuSubItem
{
	color :rgb(214,74,0) ;	
	background-color:White;	
	border-color:#cccccc;
	border:solid 1px #cccccc;
	padding : 5px;
	width:120px;
}

.menuSubItem:hover
{
	color:white;
	background-color:rgb(214,74,0);	
	padding : 5px;
	width:120px;
}
