/*************************************************************************
* 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
 */
.Flagship_P {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
 	font-weight: bold;
}
.Layout_Top_Left {
	background-image: url(img/Layout_top_left.jpg);
	background-repeat: no-repeat;
}
.Layout_Top_Right {
	background-image: url(img/Layout_top_right.jpg);
	background-repeat: no-repeat;
}
.Layout_Side_Left {
	background-image: url(img/Layout_side_left.jpg);
	background-repeat: repeat;
}
.Layout_Side_Right {
	background-image: url(img/Layout_side_right.jpg);
	background-repeat: repeat;
}
.Layout_Centre_Line {
	background-image: url(img/Layout_Centre_Line.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Left {
	background-image: url(img/Layout_bottom_left.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Right {
	background-image: url(img/Layout_bottom_right.jpg);
	background-repeat: no-repeat;
}
.Layout_Background_MainPage {
	background-image: url(img/Layout_Background_MainPage.jpg);
	background-repeat: no-repeat;
}
.Layout_Background_MainPageLEFT {
	background-image: url(img/Layout_Background_MainPageLEFT.jpg);
	background-repeat: no-repeat;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.Flagship_P ul {
	font-weight:normal;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.Flagship_P li {
	width:153px;
	background-image: url(img/metal_grey.gif);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.Flagship_P ul li {
	background-image:none;
	background-color: #ffffff;
	padding:0px;
	margin: 0px;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.Flagship_P a {
	text-decoration: none;
	color: #391A53;
	line-height: 27px;
	padding: 0px 8px 0px 20px;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.Flagship_P ul a {
	color: #505050;
	line-height: 22px;
	padding: 0px 8px 0px 20px;
}

/*
 * Settings specific to the "METAL SIMPLE" skin only
 *
 */
/* this applies to the first/last item of the second (or more) level */
.Flagship_P ul li.first,
.Flagship_P ul li.last {
	background-image: none;
}

/***************************************************************************
* 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
 */
.Flagship_P li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.Flagship_P ul li.hover {
 	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.Flagship_P a.hover {
	color: #AD0073 !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.Flagship_P ul a.hover {
  	color: #BD032E !important;
}

/*****************************************************************************
* 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
 */
.Flagship_P li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.Flagship_P ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.Flagship_P a.selected {
	color:#B5667B;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.Flagship_P ul a.selected {
	color:#B5667B;
	font-weight: bold;
}


/******************************************************************************
* 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
 */
.Flagship_P .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.Flagship_P .hover ul .arrow,
.Flagship_P ul .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-position:10px 10px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.Flagship_P .hover .arrow {
	background-image:url(img/arrow-red_horizontal.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
 */
.Flagship_P ul .hover .arrow {
	background-image:url(img/arrow_horizontal_white.gif);
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable 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;
}
.Layout_Bottom_Join_bottom {
	background-image: url(img/Layout_Bottom_Join_bottom.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Join_middle {
	background-image: url(img/Layout_Bottom_Join_Middle.jpg);
	background-repeat: repeat;
}
.Layout_Bottom_Join_top {
	background-image: url(img/Layout_Bottom_Join_top.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Right_Above {
	background-image: url(img/Layout_bottom_right_Above.jpg);
	background-repeat: no-repeat;
}
