﻿/* MAIN MENU */

.menu
{
    padding-left:20px;
	padding-right:20px;
    height:33px;
    background-image:url('/images/jgh/menubg.jpg');
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#464646;
    cursor:pointer;
}
.menu_over
{
	padding-left:20px;
	padding-right:20px;
    height:33px;
    background-image:url('/images/jgh/menubgover.jpg');
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#464646;
    cursor:pointer;
}

.menusub
{
    width:234px;
    height:21px;
    /*background-image:url('/images/jgh/mainmenubg.jpg');*/
    background-color:#d8d8d6;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#000000;
	cursor:pointer;
    padding:3px 3px 3px 10px;
    text-align:left;
    
}
.menusub_over
{
	width:234px;
    height:21px;
	background-color:#00AEEF;

    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
    cursor:pointer;
    padding:3px 3px 3px 10px;
    text-align:left;
    
}

.menu_spacer
{
	background-image:url('/images/jgh/largetopmenuspacer.gif');
	width:2px;
}

.menu_left
{
	background-image:url('/images/jgh/largetopmenuleft.gif');
	background-repeat:no-repeat;
	width:13px;
}

.menu_right
{
	background-image:url('/images/jgh/largetopmenuright.gif');
	background-repeat:no-repeat;
	width:12px;
}

/* 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;
}


/* LEFT MENU */

.leftmenu
{
    width:224px;
    height:21px;
    /*background-image:url('/images/jgh/mainmenubg.jpg');*/
    /*background-color:#ffffff;*/
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#464646;
    cursor:pointer;
    padding:3px 3px 3px 10px;
    text-align:left;
}

.leftmenusub
{
    width:234px;
    height:21px;
    /*background-image:url('/images/jgh/mainmenubg.jpg');*/
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#000000;
	cursor:pointer;
    padding:3px 3px 3px 35px;
    text-align:left;
	background-image:url('/images/jgh/bgpixel.png');
}

.leftmenu span
{
	width:224px;
    height:21px;
    /*background-image:url('/images/jgh/mainmenubg.jpg');*/
    /*background-color:#ffffff;*/
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    text-decoration:underline;
    color:#464646;
	cursor:pointer;	
    padding:3px 3px 3px 0px;
    text-align:left;
}

.leftmenu_over
{
	width:224px;
    height:21px;


    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#f38f30;
    cursor:pointer;
    padding:3px 3px 3px 10px;
    text-align:left;
}

.leftmenusub_over
{
	width:234px;
    height:21px;
	background-image:url('/images/jgh/bgpixel2.png');

    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
    cursor:pointer;
    padding:3px 3px 3px 35px;
    text-align:left;
}

.leftmenu_over span
{
	width:224px;
    height:21px;
    /*background-image:url('/images/jgh/mainmenubg.jpg');*/
    /*background-color:#ffffff;*/
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    text-decoration:underline;
    color:#464646;
    cursor:pointer;
    padding:3px 3px 3px 0px;
    text-align:left;
}

.leftmenu_spacer
{
	height:1px;
	background-color:#ffffff;
}