/*************************************************************************
* 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
 */
ul.simple {
	list-style-position: inside;
	list-style-image: url(/templates/match-u/images/bulletMenu.gif); 
}
.simple {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #204063;
	text-align: left;
	padding-left: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul {
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	background-color:#FFFFFF;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	width: 150px;
}

.simple li a {
	font-size: 12px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
	font-size: 12px;
	background-image: none;
	background-color: #FFFFFF;
	width: 175px;
	padding-top:7px;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a{
	font-size: 12px;
	text-decoration: none;
	color: #204063;
	line-height: 20px;
	padding: 0px 2px;
	padding-left: 7px;
	
}

.simple a.hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #204063;
	background-image: url(img/menubckgrnd3.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 7px;
	z-index: -100;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a {
	font-size: 12px;
 	border: none;
 	color: #204063;
	line-height: 20px;
	text-decoration: none;
	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
 */
 
.simple li.hover {
	font-size: 12px;
	background-position: 0px 12px !important;
	text-decoration: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li.hover {

  	background-color: #93ceeb;
  	/*background-image: url(/templates/match-u/images/back_menu_lvl2.png);*/
	text-decoration: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a.hover {
  	color: #204063 !important;
	background-image: none;
	cursor: default;
	text-decoration: none;
	font-weight: bold;
}

.simple a:visited {
	text-decoration: none;
	padding-left: 8px;
}

.simple ul li a:visited {
	text-decoration: none;
	color: #204063;
	padding-left: 8px;
}

/*****************************************************************************
* 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
 */
 
.simple li.selected {
	color: #204063;
	background-position: 0px 25px;
	text-decoration: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple ul li a.selected {
	color: #FFFFFF;
	background-color: #204063;
	text-decoration: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
	text-decoration: none;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	color: #204063;
	text-decoration: none;
}
/******************************************************************************
* 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
 */
.simple .arrow {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.simple .arrow:hover {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.simple .arrow:active {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*************************************************************************
* 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;
	margin-left: 20px;
}
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;
}
div.vertical ul li ul {
	position: absolute;
	visibility: hidden;
	clear: both;
	border-top: 1px solid #204063;
	border-right: 1px solid #204063;
	border-left: 1px solid #204063;
	border-bottom: 1px solid #204063;
}
div.vertical ul li ul li {
	clear: both; 
	left: 0px;
}

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;
}