﻿/* MAIN MENU */

.menu
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	/*background-image:url('/images/CNSC/plus.png');*/
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#ffffff;
	cursor: pointer;
	padding-left:12px;
	padding-right:5px;
	width:184px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#65c6b1;
	border-bottom:solid 1px #40ab8f;
}
.menu_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	/*background-image:url('/images/CNSC/plus.png');*/
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#ffffff;
	cursor: pointer;
	padding-left:12px;
	padding-right:5px;
	width:184px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#359681;
	border-bottom:solid 1px #40ab8f;
}

.menusub
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
    background-color:#359681;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#ffffff;
	cursor: pointer;
	padding-left:12px;
	width:171px;
    padding-top:3px;
    padding-bottom:3px;
    border-bottom:solid 1px #eeeeee;
    display:inline-block;
}
.menusub_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	background-color:#056651;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#ffffff;
	cursor: pointer;
	padding-left:12px;
	width:171px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #eeeeee;
	display:inline-block;
}

.menu_spacer
{
	/*background-image:url('/images/cornwall/menusep.gif');
	height:1px;*/
}

.menu_spacer .menu_over
{
	/*background-image:url('/images/cornwall/menusep.gif');
	height:2px;*/
}


.menu_left
{

}

.menu_right
{
}

/* DEPT MENU */


.leftmenu
{
	background-image:url('/images/cornwall/relatedlinksarrow.gif');
	background-repeat:no-repeat;
	background-position:4px 8px;
	font-family:arial;
	padding-left:15px;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
}

.leftmenu_over
{
	background-image:url('/images/cornwall/relatedlinksarrow.gif');
	background-repeat:no-repeat;
	background-position:4px 8px;
	font-family:arial;
	padding-left:15px;
	font-size:14px;
	color:#b13e43;
	cursor:pointer;
}

.leftmenu span
{
	background-image:none;
	font-family:arial;
	font-size:20px;
	padding-bottom:15px;
	padding-top:15px;
	cursor:pointer;
	text-decoration:underline;
}

.leftmenu_over span
{
	background-image:none;
	font-family:arial;
	font-size:20px;
	color:#b13e43;
	padding-bottom:15px;
	padding-top:15px;
	cursor:pointer;
	text-decoration:underline;
}

/* TOP MENU */

.topmenu
{
    /*width:120px;*/
    height:28px;
    background-image:url('/images/jgh/smalltopmenubg.gif');
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#464646;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
}
.topmenu_over
{
	/*width:120px;*/
    height:28px;
    background-image:url('/images/jgh/smalltopmenubg.gif');
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
    padding-left:10px;
    padding-right:10px;
}

.topmenu_spacer
{
	background-image:url('/images/jgh/smalltopmenuspacer.gif');
	width:2px;
}

.topmenu_left
{
	background-image:url('/images/jgh/smalltopmenuleft.gif');
	background-repeat:no-repeat;
	width:13px;
}

.topmenu_right
{
	background-image:url('/images/jgh/smalltopmenuright.gif');
	background-repeat:no-repeat;
	width:12px;
}

