#cssMenu1{
margin-left:42px;
margin-right:29px;
text-align:left;
}
#cssMenu1 ul li{
padding:6px 0px 6px 14px;
border-bottom:1px solid #CECECE;
width:110px;
padding-right:10px;
}

#cssMenu1 ul ul{
}

#cssMenu1 ul ul li{
padding:6px 0px 6px 14px;
border-bottom:1px solid #CECECE;
width:135px;
padding-right:15px;
}

#cssMenu1 ul ul li a{
}


/*
 * Menu container settings
 * Applies to the first level menu container
 */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	

}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.menu ul {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-bottom:0px;
}

/*
 * specific to menu skin only
 * Applies to third (or more) level menu containers
 */
.menu ul ul {

}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.menu li {
	font-weight:bold;
	margin:0px;
	padding:0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.menu ul li {
	margin:0px;
	border:0px;
	padding:0px;
	color:#666666;
	height:auto;

}

/*
 * specific to menu skin only
 * Applies to third (or more) level menu items
 */
.menu ul ul li {
	margin:0px;
	border:0px;
	padding:0px;
	color:#666666;
	height:auto;
}


/*
 * specific to menu skin only
 * Applies to the first item of third (or more) level
 */
.menu ul li.first {

}

/*
 * specific to menu skin only
 * Applies to the last item of third (or more) level
 */
.menu ul li.last {

}




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.menu a {
	text-decoration: none;
	color:#666666;
}

.menu li.hover {
	color:#993366;
}
.menu a.hover {
	color:#993366;
	text-decoration:none;
}


/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0px;
	text-align: left;
	font-weight:normal;
	line-height:normal;
	background-image:none;
}


/*
 * specific to menu skin only
 * Applies to links located in the third (or more) level menu items
 */
.menu ul ul a {
	border: 0px;
	background-image:none;
	font-weight:normal;
	background-image:none;
}

/*****************************************************************************
* 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
 */
.menu li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.menu ul li.selected {

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.menu a.selected {
}


/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.menu 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
 */
.menu li.hover {
	/*background-color: #FF9900 !important;*/

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
 
.menu ul li.hover,  .menu ul a.hover{
	color:#993366;
	font-weight:bold;
	background-color:#ECECEC;
}


/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.menu a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.menu ul a.hover {

}


/*
 * specific to menu skin only
 * Applies to third (or more) level menu items
 */
.menu ul ul li.hover {

}

/******************************************************************************
* 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
 */
.menu .arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.menu .hover ul .arrow,
.menu ul .arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

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