/*************************************************************************
* 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
 */
.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 35px;
	line-height: 52px;
	}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.gray ul {
	
	font-weight: normal;
	}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.gray li {
	background-repeat: no-repeat;
	width: 152px;
	background-image: url(../../../../style/images/butbck.jpg);
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	height: 57px;
		
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.gray ul li {
	background-image: url(../../../../style/images/butbck.jpg);
 	width: 155px;
	
	
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.gray a {
	color: #999999;
	text-decoration: none;
	padding: 0px 0px 0px 20px ;
	cursor: pointer;
	background-image: url(../../../../style/images/butbck.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.gray ul a {
	border: none;
	color: #999999;
	background-image: url(../../../../style/images/butbck.jpg);
}


/*****************************************************************************
* 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
 */
.gray li.selected {
	background-image: url(../../../../style/images/butbck_1.jpg);
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.gray ul li.selected {

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.gray a.selected {
	background-image: url(../../../../style/images/butbck_1.jpg);	
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.gray ul a.selected {
}

/***************************************************************************
* 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
 */
.gray li.hover {
	background-image: url(../../../../style/images/butbck_1.jpg);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.gray ul li.hover {
	background-color: #666666;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.gray a.hover {
	color: #CCCCCC;
	background-image: url(../../../../style/images/butbck_1.jpg);
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.gray ul a.hover {
	color: #CCCCCC;
	background-image: url(img/bck_hover.gif);
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.gray ul ul li.hover  {
	background-image: url(img/bck_hover.gif);
}

/******************************************************************************
* 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
 */
.gray .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.gray .hover ul .arrow,
.gray 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
 */
.gray .hover .arrow {
	background-image: url(img/arrow_right_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
 */
.gray ul .hover .arrow {
	background-image: url(img/arrow_right_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.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}