/*************************************************************************
* 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
 */
.aqua_blue {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px ;
	background-color: #ffffff;
 	/*font-weight: bold;*/
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.aqua_blue ul {
	
 	font-weight: normal;
	background-color: #ffffff;
	
	
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.aqua_blue li {
	
	width: 80px;
	background-image: url(img/line.gif);
	background-position:0px;
	background-repeat: no-repeat;
	border:none;
	padding-left:0px;
	padding-right:0px;
	/*white-space: nowrap;*/
	
		
	}

/*
 * specific to AQUA skin only
 * Applies to the first item of the first level
 */
/*.aqua_blue li.first {
	width: 120px;
	}*/

/*
 * specific to AQUA skin only 
 * Applies to the last item of the first level
 */
.aqua_blue li.last {  
	
	/*ackground-position: right top;*/
}

/*
 * specific to AQUA skin only
 * Applies to the link to be found within the first item of the first level
 */
.aqua_blue li.first a {
    
	/*padding-left: 50px;*/
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.aqua_blue ul li{
	width: 165px;
	border:1px solid #8c8c8c;
	border-top: none;
	background-image:url(img/dots4.gif);
	background-position:2px;
	font-family:  Arial, Verdana , Helvetica, sans-serif;
	font-size: 11px;
	background-color:#f2f2f2;
	
	
	
	
}
.aqua_blue ul li.first,
.aqua_blue ul li.last {
	/*background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	width: 165px;
}

/*
 * specific to AQUA skin only
 * Applies to third (or more) level menu items
 */
/*.aqua_blue ul ul li,
.aqua_blue ul ul li.first,
.aqua_blue ul ul li.last {
	padding-left: 10px;
	background-position: 10px center;
}*/

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.aqua_blue a {
	text-decoration: none;
	line-height: normal;
	cursor: default;
	/*padding: 0px 30px 0px 10px;*/
	padding-left:10px;
	padding-right:10px;
	color: #838383;
	white-space: nowrap;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.aqua_blue ul a {
	color:#838383;
	line-height: 19px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 0px;
	
	
}
/*.aqua_blue ul li.first a,
.aqua_blue ul li.last a {
 	line-height: 19px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
}*/

/*
 * specific to AQUA skin only
 * Applies to links located in the third (or more) level menu items
 */
.aqua_blue ul ul a,
.aqua_blue ul ul li.first a,
.aqua_blue ul ul li.last a {
	/*padding-left: 7px !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
 */
.aqua_blue li.selected {
	/*background-image: url(img/bgtop_h_sel.gif);
	background-repeat: repeat-x;*/
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.aqua_blue ul li.selected {
	/*background-image: url(img/bg_sel.gif);
	background-repeat: no-repeat;*/
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.aqua_blue a.selected {
	color: #000000;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.aqua_blue 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
 */
.aqua_blue li.hover {
	background-image: url(img/line.gif);
	background-position:0px;
	background-repeat: no-repeat;
	/*background-image: url(img/bgtop_h_over.gif);
	background-repeat: repeat-x;*/
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.aqua_blue ul li.hover {
  	background-image:  url(img/dots4_1.gif);
	background-position:2px;
	background-color:#c4a15c;
	
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.aqua_blue a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.aqua_blue ul a.hover {
color:#FFFFFF;
}


/******************************************************************************
* 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
 */
.aqua_blue .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.aqua_blue .hover ul .arrow,
.aqua_blue ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.aqua_blue .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
 */
.aqua_blue 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;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	display: block;
	float: left;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
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;
}#cssMenu1 {
	padding-left: 15px;
}
