/*************************************************************************
* 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
 */
.arktic_red_raceresults {
/*	background: url(img/bgtop_v.gif);
	background-repeat: repeat-y;
	background-color: #EEEEEE;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
		background-color:#DDDDDD;

/* 	font-weight: bold;
	border:1px solid #afafaf;
*/}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.arktic_red_raceresults ul {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	/*background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-color: #EEEEEE;*/
	
	font-weight: normal;
/*	border-left: 1px solid #ffffff;
*/}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.arktic_red_raceresults li {
	/*border-bottom:1px solid white;*/
	width: 165px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.arktic_red_raceresults ul li {
 	width: 180px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.arktic_red_raceresults a {
	text-decoration: none;
	line-height: 18px;
	color: #555555;
	padding: 1px 2px 1px 15px;
	/*border-left	:5px solid #DDDDDD;*/
	text-decoration:none;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.arktic_red_raceresults ul a {
 	border: none;
/*	background-color:#EEEEEE;
*/
}


/*****************************************************************************
* 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
 */
.arktic_red_raceresults li.selected {
font-weight: bold;
color: #EBEBEB;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.arktic_red_raceresults ul li.selected {
	background-image: url(img/bg_sel.gif);
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.arktic_red_raceresults a.selected {
/*	border-left-color: #CCCCCC;
	background-color: #DDDDDD;*/
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.arktic_red_raceresults ul a.selected {
	border-left-color: #ffffff;
}


/***************************************************************************
* 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
 */
.arktic_red_raceresults li.hover {
	background-image: none !important;
	background-color:#DDDDDD;
		text-decoration:none;

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.arktic_red_raceresults ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.arktic_red_raceresults a.hover {
	color: #555555 !important;
	border-left-color:#CCCCCC;
		text-decoration:none;

}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.arktic_red_raceresults ul a.hover {
background-color: #DDDDDD;
}


/******************************************************************************
* 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
 */
.arktic_red_raceresults .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.arktic_red_raceresults .hover ul .arrow,
.arktic_red_raceresults ul .arrow {
/*	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.arktic_red_raceresults .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
 */
.arktic_red_raceresults ul .hover .arrow {
/*	background-image: url(img/sarrow_right_light.gif);*/
}
