/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.UPDATE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
}
/*
* UPDATE Formating PJR July 2006
*
*/
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	text-decoration: none;
}
.FIRSTDIGIT_H3
{
    COLOR: Green;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: large;
}
.FIRSTDIGIT_H4
{
  COLOR: Green;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: medium;
}
.FIRSTDIGIT_H5
{
    COLOR: #333399;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, Sans-Serif
}
.FIRSTDIGIT_H6
{
    COLOR: #333399;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, Sans-Serif
}
.FIRSTDIGIT_UPDATELOGO
{
	COLOR: #990066;
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}
.FIRSTDIGIT_IMAGE_LABEL
{
	COLOR: Green;
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.UPDATE ul {
	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.UPDATE li {
	background-image: url(img/bg_h.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 110px;
	margin-right: 2px;
}

/*
 * Specific to MODERN skin only
 * Applies to the last item of the first level
 */
.UPDATE li.last {
	margin-right: 0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.UPDATE ul li {
	background-image: none;
	background-color: transparent;
	border: none;
	padding: 0px;
 	width: auto;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.UPDATE a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	line-height: 18px;
	cursor: pointer;
	border-bottom:2px solid #1B2C2A;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.UPDATE ul a {
	border: none;
	color: #3E6660;
	padding-left: 0px;
	padding-right: 40px;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.UPDATE li.selected {
	background-color: #006600;
	background-image: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.UPDATE ul li.selected {
	background-color: transparent;
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.UPDATE a.selected {
	color: #ffffff;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.UPDATE ul a.selected {
	color: #1B2C2A;
	font-weight: bold;
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.UPDATE li.hover {
	background-color: #990066;
	background-image: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.UPDATE ul li.hover {
	background-color: transparent;
	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.UPDATE a.hover {
	color: #ffffff;
	border-top:2px solid #4E817A;
	border-bottom: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.UPDATE ul a.hover {
	border: none;
	color: #1B2C2A;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.UPDATE .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.UPDATE .hover ul .arrow,
.UPDATE ul .arrow {
	background-image: url(img/arrow_right_color.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.UPDATE .hover .arrow {
	background-image: url(img/arrow_down_light.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.UPDATE ul .hover .arrow {
	background-image: url(img/arrow_down_light.gif);
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.tab {
	clear: both;
}
div.tab br {
	clear: both;
}
div.tab ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.tab li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.tab li img {
	border: none;
}
div.tab a {
	clear: both;
	display: block;
	margin: 0px; 
}
div.tab ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both;
	float: left;
}
div.tab ul li ul li ul {
	display: none;
}
div.tab ul li ul li {
	float: left;
	clear: none;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
