/*************************************************************************
* 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
 */
.dan_simple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: thin none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.dan_simple ul {
 	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.dan_simple li {
	width: 100px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
    margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.dan_simple ul li {

	width: 90px;
	background-color: #f5f5f5;
	border: 1px solid #999999;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.dan_simple a {
	text-decoration: none;
	line-height: 20px;
	cursor: pointer;
	padding: 1px 2px 1px 2px ;
	color: #666666;
	white-space: nowrap;
}

/*
 * specific to AQUA skin only
 * Applies to the link located in the last item of the first level
 */
.dan_simple li.last a {
	line-height: 20px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.dan_simple ul a {
 	line-height: 18px !important;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
}

/*
 * Specific to AQUA skin only:
 * Applies to links located in the third (or more) level menu items
 */
.dan_simple ul ul a {
	padding-left: 7px;
}

/*****************************************************************************
* 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
 */
.dan_simple li.selected {
	background-image: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.dan_simple ul li.selected {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #B9B995;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.dan_simple a.selected {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.dan_simple ul a.selected {
	color: #666666;
}


/***************************************************************************
* 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
 */
.dan_simple li.hover {
	background-image: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.dan_simple ul li.hover {
  	background-image: none;
	background-color: #f5f5f5;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.dan_simple a.hover {
	font-size: 10px;
	font-weight:normal;
	color: #CCCCCC;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.dan_simple ul a.hover {
	color: #333333;
}


/******************************************************************************
* 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
 */
.dan_simple .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.dan_simple .hover ul .arrow,
.dan_simple ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.dan_simple .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
 */
.dan_simple 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.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: center;
    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; 
	width: 90px;
}
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;
}
