/*************************************************************************
* 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
 */
.Mantech_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 /*	font-weight: normal;*/
 width: 170px;
	 
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.Mantech_left ul {
	font-weight: normal;
	border: none;
	/* color: #FF0000;   red underline */
	 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

 

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.Mantech_left li {
	 
	 
	width: 170px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.Mantech_left ul li {
	/*	color: #990000; */
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 10px;
	width: 150px;
}
 
 
 
 
 

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.Mantech_left a {
	text-decoration: none;
	color: #666666;
	text-align: left;
	line-height: 15px;
	padding: 2px 2px 2px 10px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.Mantech_left ul a {
	text-align: left;
	line-height: 12px;
	padding: 2px 2px 2px 10px ;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #004375;
}/* continue */

 
/*****************************************************************************
* 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
 */
.Mantech_left li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.Mantech_left ul li.selected {
 
	 
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.Mantech_left a.selected {
	font-weight: bold;
	color: #666666;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.Mantech_left ul a.selected {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}


/***************************************************************************
* 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
 */
.Mantech_left li.hover {


}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.Mantech_left ul li.hover {
	background-color: #FFFFFF!important;
	text-decoration: underline; /* cz */
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.Mantech_left a.hover {
	color: #666666;
	text-decoration: underline;	 
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.Mantech_left ul a.hover {
	font-size: 10px;
}


 

 
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable 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;
}
