﻿/* 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:15px;
	color:#ffffff;
	cursor: pointer;
	height:38px;
	vertical-align:middle;
	text-align:center;
	padding:8px 20px 5px 20px;
	font-weight:bold;
	width:28%;




	
	
}


.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:15px;
	color:#ffffff;
	cursor: pointer;
	height:38px;
	vertical-align:middle;
	text-align:center;
	padding:8px 20px 5px 20px;
	font-weight:bold;
	width:28%;


}



.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;
}



.leftmenu_left
{
width:5px;
	height:38px;
	background-image:url('/images/gr/leftmenu_spacer.jpg');



}

.leftmenu_right
width:5px;
	height:38px;
	background-image:url('/images/gr/leftmenu_spacer.jpg');
{
	

}

.menu_spacer
{
	width:215px;
	height:2px;
	background-image:url('/images/grh/leftmenu_spacer.jpg');
	
}

.leftmenu_spacer
{
	width:5px;
	height:38px;
	background-image:url('/images/gr/leftmenu_spacer.jpg');
	
}


/* DEPT MENU */



.leftmenu
{
	font-family: Arial, Tahoma,sans-serif;	
	background-image:url('/images/gr/menu_bullet.jpg');
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-color:#f2f2f2;
	font-size: 12px;
	color: #006a6b;		
	cursor:pointer;

	padding:0px 10px 0px 30px;
	height:28px;
	width:175px;
	text-align:left;
max-width:215px;
}


.leftmenu_over
{
	background-image:url('/images/gr/menu_bullet.jpg');
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-color:#f2f2f2;
	font-family: Arial, Tahoma,sans-serif;	
	font-size: 12px;
	color: #006a6b;		
	cursor:pointer;

	padding:0px 10px 0px 30px;
	height:28px;
	width:175px;
	text-align:left;
max-width:215px;
}

/* 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;
}

.menu a, .menu a :hover
{
	background-image:none;
}
