﻿/* MAIN MENU */

.menu
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	background-image:url('/images/gr/menu_bg.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	font-family:calibri, arial,helvetica,sans-serif;
	font-size:20px;
	color:#ffffff;
	cursor: pointer;
	height:38px;
	vertical-align:top;
	text-align:center;
	padding:8px 35px 0px 35px;
	
	
}
.menu_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	background-image:url('/images/gr/menu_bg2.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	font-family:calibri, arial,helvetica,sans-serif;
	font-size:20px;
	color:#ffffff;
	cursor: pointer;
	height:38px;
	vertical-align:top;
	text-align:center;
	padding:8px 35px 0px 35px;
}

.menusub
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	background-image:url('/images/kids/whitebullet.png');
	background-repeat:no-repeat;
	background-position:3px 9px;
    background-color:#ffffff;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	color:#91c3c2;
	cursor: pointer;
    padding-left:30px;
	width:177px;
	padding-top:6px;
	padding-bottom:6px;
	border-left:solid #91c3c2 2px;
	border-right:solid #91c3c2 2px;
	display:block;
	border-bottom:solid 2px #91c3c2;
	text-align:left;
}
.menusub_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	background-image:url('/images/gr/gricon.jpg');
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#ffffff;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	color:#909ed0;
	cursor: pointer;
    padding-left:30px;
	width:177px;
	padding-top:6px;
	padding-bottom:6px;
	border-left:solid #91c3c2 2px;
	border-right:solid #91c3c2 2px;
	display:block;
	border-bottom:solid 2px #91c3c2;
	text-align:left;
}

.menusubsub
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	background-image:url('/images/kids/whitebullet.png');
	background-repeat:no-repeat;
	background-position:16px 9px;
    background-color:#1f435a;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#bcc7ce;
	cursor: pointer;
	padding-left:30px;
	width:178px;
    padding-top:3px;
    padding-bottom:3px;
	display:block;
	border-bottom:solid 1px #4c697b;
	padding-top:6px;
	padding-bottom:6px;
}
.menusubsub_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	background-image:url('/images/kids/whitebullet.png');
	background-repeat:no-repeat;
	background-position:16px 9px;
	background-color:#1f435a;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	cursor: pointer;
	padding-left:30px;
	width:178px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	border-bottom:solid 1px #4c697b;
	padding-top:6px;
	padding-bottom:6px;
}



.menu_left
{



}

.menu_right
{
	

}

.menu_spacer
{
	width:5px;
	height:38px;
	background-image:url('/images/gr/menu_spacer.jpg');
	
}



/* DEPT MENU */


.leftmenu
{
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	color: #002c83;		
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}

.leftmenu_over
{
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	color: #002c83;		
	text-decoration: underline;
	cursor:pointer;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}

.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;
}
