/*
-----------------------------------------------
Compudava Foundation Style CSS  Ver 1.0
----------------------------------------------- */
#languages {
  position:relative;
  left:0px;
  top:0px;
  width:180px;
  height:20px;
  text-align:center;
}
#languages a {
	color: #aeb0c5;
	background-color: ivory;
	border-bottom:2px solid #aeb0c5;
	border-left:1px solid #aeb0c5;
	border-right:1px solid #aeb0c5;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	
}
#languages a:hover {
	color: orange;
	text-decoration: none;
	border-bottom:2px solid orange;
	border-left:1px solid orange;
	border-right:1px solid orange;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
  #TopMenu {
   position: absolute;
   left:180px;
   top:0px;
   width:620px;
   height:20px;
   border-bottom:1px solid #474563;
   border-right:1px solid #474563;
  }
#navigation {
  position:relative;
  left:0px;
  top:0px;
  text-align:center;
  background-color:#ffde7c;
  height:20px;
  }
#navigation div {
  position:absolute;
  width:100%;
  left:0px;
  top:0px;
  font-size:11px;  
  }
#navigation a {
  padding-left:15px;
  padding-right:15px;
  padding-bottom:3px;	
  color: #474563;
  background-color: #ffde7c;
  text-align: center;
  height:20px;
  border-right:1px dashed white;
  } 
#navigation a:hover {
  text-decoration:none;
  color: #e98e00;
  /*border-bottom:3px solid orange;*/
  background-color: #ffde7c; 
  height:20px;

  }
/* --------- LeftMenu -------------*/
#LeftNavigation {
	position: relative;
	left:10px;
	top:30px;
	font-size: 12px;
	width:170px;
}
#LeftNavigation  li a {
	display:block;
	color:#646d7e;
	cursor:hand;
	list-style-image:url("../images/bullet_squareBlue.gif");
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left; 
	height:15px;
}
#LeftNavigation li a:hover{
	list-style-image:url("../images/bullet_squareOrange.gif");
	padding-left: 0px;
	cursor:default;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display:block;
	height:15px;
}
#List2  a:link {
position:relative;
left:0px;
list-style-type:none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color:#789;
}

/* --------- MainMenu -------------*/
#MainNavigation {
	position: relative;
	left:0px;
	top:0px;
	font-size: 70%;
	width:180px;
	border-left:1px solid orange;
	padding-left:0px;
}
#MainNavigation  a {
	display:block;
	color:orange;
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align:left; 
	height:15px;
	padding-left:5px;
}
#MainNavigation  a:hover{
	color:#646d7e;
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display:block;
	height:15px;
	padding-left:5px;
}
#MainDivScroll {
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	height:250px;	
}
