/*************************************************************************
* 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
 */
.semcomparetwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.semcomparetwo ul {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.semcomparetwo li {
	background-repeat: repeat-x;
	background-position: left top;
	width: 105px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #525252;
	border-right-color: #525252;
	height: 30px;
	background-image: url(img/custom/buttonbackk.gif);
	border-bottom-style: none;
	border-bottom-width: 0px;
	line-height: 30px;
}


/*
 * Specific to MODERN skin only
 * Applies to the last item of the first level
 */
.semcomparetwo li.last {
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.semcomparetwo ul li {
	width: 180px;
	background-color: #3CAFDD;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 33px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.semcomparetwo a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.semcomparetwo ul a {
	color: #FFFFFF;
	padding: 0px;
	background-color: #08BEFB;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	font-size: 11px;
}


/*****************************************************************************
* 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
 */
.semcomparetwo li.selected {
	background-image: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 16px;
	color: #FFFFFF;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.semcomparetwo ul li.selected {
	background-color: #2E5B7C;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.semcomparetwo a.selected {
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.semcomparetwo ul a.selected {
	color: #FFFFFF;
	background-color: #53D2FC;
}


/***************************************************************************
* 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
 */
.semcomparetwo li.hover {
	margin: 0px;
	background-color: #0E9DCF;
	height: 30px;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.semcomparetwo ul li.hover {
	background-color: #FFFFFF;
	margin: 0px ;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.semcomparetwo a.hover {
	padding: 0px;
	height: 30px;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.semcomparetwo ul a.hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	background-color: #53D2FC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 30px;
}


/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.semcomparetwo ul ul li.hover  {
	background-color: #4C677D;
}


/******************************************************************************
* 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
 */
.semcomparetwo .arrow {
	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
 */
.semcomparetwo .hover ul .arrow,
.semcomparetwo ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.semcomparetwo .hover .arrow {
}

/* 
 * 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
 */
.semcomparetwo ul .hover .arrow {
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
	height: 30px;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
	height: 30px;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal 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;
}
