﻿/* MAIN MENU */

.menu
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	height: 30px;
	background-color: #2ba2b1;
	text-align: center;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	border-bottom:solid 2px #ffffff;


	
}
.menu_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	height: 30px;
	background-color: #217c87;
	text-align: center;
	cursor: pointer;
	padding-left:10px;
	padding-right:10px;
	border-bottom:solid 2px #ffffff;

}

.menusub
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	background-image:url('/images/joe/bullet2.jpg');
	background-repeat:no-repeat;
	background-position:15px 12px;
    background-color:#d5ecef;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	color:#000000;
	cursor: pointer;
	padding-left:35px;
	width:150px;
    padding-top:5px;
    padding-bottom:5px;
	border-bottom:solid 2px #ffffff;
	border-left:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
}
.menusub_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	background-image:url('/images/joe/bullet2.jpg');
	background-repeat:no-repeat;
	background-position:15px 12px;
	background-color:#2ba2b1;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	color:#ffffff;
	cursor: pointer;
	padding-left:35px;
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 2px #ffffff;
	border-left:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
}




.menu_left
{

}

.menu_right
{
}

.menu_spacer
{
	background-color:#ffffff;
    height:28px;
    width:3px;
}



/* BOTTOM MENU */


.bottommenu .menu
{
	font-family:Chaparral Pro, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#003471;
	cursor: pointer;
	padding:20px;	
	background-image:none;
	text-align:center;

}


.bottommenu .menu_over

{
	font-family:Chaparral Pro, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#003471;
	cursor: pointer;
	padding:20px;	
	text-decoration:underline;
	background-image:none;
	text-align:center;
}

.bottommenu .menusub, .bottommenu .menusub_over, .bottommenu .menu_left, .bottommenu .menu_right, .bottommenu .menu_spacer
{
    display:none;
}








/* DEPT MENU */


.leftmenu
{
	background-image:url('/images/bwi/menu.png');
	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;
}

