
 body {margin:0px; padding:0px;  background-color:#FFFFFF}

  .text{font-family:Tahoma; font-size:10px;  color:#68787E;  }
  .menu{font-family:Tahoma; font-size:11px;  color:#B6BBB9;  }
  .green{font-family:Tahoma; font-size:10px;  color:#A8C743;  }
  .green_11{font-family:Tahoma; font-size:11px;  color:#A8C743;  }
  .main{font-family:Tahoma; font-size:11px;  color:#7D8682; line-height:14px  }

  .input{
  		width:171px; height:21px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#97C6DB;
		font-family:Tahoma; font-size:11px;  color:#000000; 
		}

	
		.textarea{
		width:170px; height:97px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#97C6DB;
		font-family:Tahoma; font-size:11px;  color:#000000;  
		overflow:auto;
		}

.Style1{
	font-family: Tahoma;
	font-size: 11px;
	color: #3C91B0;
	font-weight: bold;
}
.lienStyle1 a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3C91B0;
	text-decoration: none;
}
.lienStyle1 a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3C91B0;
	text-decoration: none;
}

.lienStyle1 a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lienStyle1 a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3C91B0;
	text-decoration: none;
}
.Style2{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Style3{color: #666666;
}

.lienmenu a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3C91B0;
	text-decoration: none;
}
.lienmenu a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3C91B0;
	text-decoration: none;
}

.lienmenu a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3C91B0;
	text-decoration: none;
}
.lienmenu a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3C91B0;
	text-decoration: none;
}
.lienmenu2 a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lienmenu2 a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.lienmenu2 a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lienmenu2 a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*************************************************************************
* 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
 */
.simple {
	font-family: Tahoma;
	font-size: 11px;
 	font-weight: bold;
 	border: solid 0px #afafaf;
 	border-bottom-color: #666666;


}

/*
 * Menu container settings
 * Applies to second level menu containers
 */
.simple ul {
	border: none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	background-image: url(img/bg.gif);
	width: 200px;
	border-top: solid 0px #ffffff;
	border-bottom: solid 0px #c0c0c0;
}

/*
 * Menu items settings
 * Applies to second level menu items
 */
.simple ul li {
    background-image: none;	
	background-color: #CEF1F8;
 	border: none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
	
	text-decoration: none;
	color: #3C91B0;
	line-height: 20px;
	padding: 0px 2px;
	padding-left: 9px;
	cursor: pointer;
}
.simple hover {
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	padding: 0px 2px;
	padding-left: 10px;
	cursor: pointer;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the first item of the second level.
 */
.simple ul li.first {
	border-top: solid 1px #666666;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the first item of the second level.
 */
.simple ul li.first a {
	border-top: solid 1px #999999;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the last item of the second level.
 */
.simple ul li.last {
	border: none;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the last item of the second level.
 */
.simple ul li.last a {
	border:none;
}

/*
 * Menu link settings
 * Applies to links located in the second level menu items
 */
.simple ul a {
 	border: none;
 	border-bottom: 1px solid silver;
 	color: #3C91B0;
}

/***************************************************************************
* 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
 */
.simple li.hover {
	background-position: 0px 12px !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second level menu items
 */
.simple ul li.hover {
  	background-color: #336699;
  	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
color: #FFFFFF !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second level menu items
 */
.simple ul a.hover {
  	color: #FFFFFF !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
 */
.simple li.selected {
	background-position: 0px 22px;
}

/*
 * Selected menu item
 * Applies to second level selected menu items
 */
.simple ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second level menu items
 */
.simple ul a.selected {
	color: #A8C743;
}
/******************************************************************************
* 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
 */
.simple .arrow {

}

/* 
 * Define the arrow for the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.simple .expanded .arrow {
	background-image: url(img/arrow_hover.gif);	
}
/*************************************************************************
* 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;
}