/*************************************************************************
* 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
 */
.modernenrapture {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.modernenrapture ul {
	border:1px none #AD5F6F;
	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.modernenrapture li {
	background-repeat: repeat-x;
	background-position: top left;
	width: 262px;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.modernenrapture ul li {
	background-color: #CF9997;
	background-image: none;
	border: none;
	width: 180px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.modernenrapture a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	line-height: 18px;
	cursor: pointer;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #999999;
	border-bottom-color: #333333;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	vertical-align: 49%;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.modernenrapture ul a {
	border: none;
	border-bottom:1px solid #ffffff;
	color: #000000;
}


/*****************************************************************************
* 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
 */
.modernenrapture li.selected {
	background-color: #ECCFC7;
	background-image: url(../../../../images/ittybittyorchid.jpg);
	background-repeat: no-repeat;
	background-position: right;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.modernenrapture ul li.selected {
	background-color: #ECCFC7;
}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.modernenrapture 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
 */
.modernenrapture li.hover {
	background-color: #E7CBC0;
	background-image: none;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.modernenrapture ul li.hover {
	background-color: #e7cbc0;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.modernenrapture a.hover {
	color: #B85365;
	border-top-width: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #AB3151;
	background-image: url(../../../../images/ittybittyorchid.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.modernenrapture ul a.hover {
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #603;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.modernenrapture ul ul li.hover  {
	background-color: #D29C88;
}

/******************************************************************************
* 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
 */
.modernenrapture .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
 */
.modernenrapture .hover ul .arrow,
.modernenrapture 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
 */
.modernenrapture .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
 */
.modernenrapture 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;
}
