.kwicks {
	list-style: none;
	position: absolute;
	right: 32px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 165px;
	text-decoration: none;
	z-index: 251;
}
.kwicks li{
	padding: 0px;
	cursor: default;
	width: 119px;
	height: 165px;
	margin-right: 0px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}
.kwicks li a:link, .kwicks li a:visited, .kwicks li a:hover, .kwicks li a:active 
{
    text-decoration: none;
}
.kwicks li a:link
{
    color: #89b3ff;
}
.kwicks li a:visited 
{
    color: #89b3ff;
}
.kwicks li a:hover 
{
    color: #ffffff;
}
.kwicks li a:active 
{
    color: #ffffff;
}
#Blank 
{
    background: none;
}
#VisitCampus, #Admissions, #FinancialAid, #Academics, #GetInvolved 
{
	background: url("navBg.png") repeat-x;
}
.visitCampusBtn, .admissionsBtn, .finAidBtn, .academicsBtn, .getInvolvedBtn, .homeBtn
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 165px;
    cursor: pointer;
    margin-left: -3px;
}
a:hover.visitCampusBtn, a:hover.admissionsBtn, a:hover.finAidBtn, a:hover.academicsBtn, a:hover.getInvolvedBtn, a:hover.homeBtn
{
    text-decoration:none;
}
.visitCampusBtn 
{
    background: url("navBtn.png") 0px -165px no-repeat;
}
a:hover.visitCampusBtn 
{
    background-position: -32px -165px;
}
.admissionsBtn 
{
    background: url("navBtn.png") 0px -330px no-repeat;
}
a:hover.admissionsBtn
{
    background-position: -32px -330px;
}
.finAidBtn 
{
    background: url("navBtn.png") 0px -495px no-repeat;
}
a:hover.finAidBtn
{
    background-position: -32px -495px;
}
.academicsBtn 
{
    background: url("navBtn.png") 0px -660px no-repeat;
}
a:hover.academicsBtn
{
    background-position: -32px -660px;
}
.getInvolvedBtn 
{
    background: url("navBtn.png") 0px -825px no-repeat;
}
a:hover.getInvolvedBtn
{
    background-position: -32px -825px;
}
#Home { 
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 165px;
}
.homeBtn 
{
    background: url("navBtn.png") 0px 0px no-repeat;
    margin-left: 0px;
}
a:hover.homeBtn
{
    background-position: -32px 0px;
}
/* SET PROPERTIES FOR NAVIGATIONAL UL ITEM */
#secNav ul li div ul li 
{
    height: 25px;
    width: 250px;
}
.column 
{
    list-style: none;
}
/* HIDE EXTRA DIV TAGS UNDER LAST LI ELEMENTS */

div>ul>li>div>ul>li>div 
{
    display: none;
}
/* STYLE EACH PANEL CONTAINER */

.li_container 
{
    height: 165px;
    width: 715px;
    margin: 20px auto;
}
/* STYLE THE JAVASCRIPT COLUMNS */

.li_col1 
{
    text-align: right;
    margin-left: 15px;
}
.li_col2 
{
    text-align: left;
    margin-left: 0px;
}