﻿/* MAIN MENU */


.menu
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	background-image:url('/images/southlake/menu_spacer.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:24px;
	cursor: pointer;
	width:190px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	z-index:99991;
}

.menu_over
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	/*background-image:url('/images/southlake/menu_spacer.png');*/
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#ebaf30;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	line-height:24px;
	cursor: pointer;
	width:190px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	z-index:99991;
}

.menu_over_old
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	background-image:url('/images/southlake/menu_over.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	line-height:24px;
	cursor: pointer;
	width:190px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	
}

.menusub
{
	/*background-image:url('/images/cornwall/menuitem.jpg');*/
	background-image:url('/images/southlake/submenu_spacer.png');
	background-repeat:no-repeat;
	background-position:3px -4px;
    background-color:#6eaad1;
	font-family:Tahoma,sans-serif;
	font-size:12px;
	color:#FFFFFF;
	cursor: pointer;
	padding-left:22px;
	width:165px;
	display:inline-block;
    padding-top:3px;
    padding-bottom:3px;
	padding-right:0px;


}
.menusub_over
{
	/*background-image:url('/images/cornwall/menuitemover.jpg');*/
	background-image:url('/images/southlake/submenu_spacer.png');
	background-repeat:no-repeat;
	background-position:3px -4px;
	background-color:#6eaad1;
	font-family:Tahoma,sans-serif;
	font-size:12px;
	color:#f0b310;
	cursor: pointer;
	padding-left:22px;
	display:inline-block;
	width:165px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:0px;


}

.menu_spacer
{
	background-image:url('/images/cornwall/menusep.gif');
	height:2px;
}

.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;
}
