@charset "UTF-8";

* {
	padding:0;
	margin:0;
}

div.menu {
	margin-top:117px;
	width:auto;
	height:42px;
	padding:0;
	position:relative;
	float:right;
	margin-right:-1px;
	border-left:#999 1px solid;
}

div.menu ul
{
	list-style:none;
	width:100%;
	height:42px;
	margin:0;
	padding:0;
}




div.menu ul li a
{
	display:block;
	position:relative;
	width:75px;
	height:42px;
	color:#3D3D3D;
	padding-left:10px;
	padding-right:10px;
	border-right:#999 1px solid;
	font-size:15px;
	font-family:Helvetica, Arial, Verdana;
	text-align:center;
	margin:0;
	line-height:42px;
	text-decoration:none;
	cursor:pointer;
	white-space: nowrap;
	text-shadow:1px 1px #fff;
	font-weight:normal;

	
}



li:hover ul {
  display: block;
  position: absolute;
  z-index:100;
 
}

li:hover li {
  float: none;
  margin-left:-1px;
  font-size: 12px;
  background:url(images/menu_hover_sub.png);
  width:95px;
  border-left:#999 1px solid;
  float:left;
}

li:hover a {
	background:url(images/menu_hover_sub.png);
	
}

ul li {
  display: block;
  position: relative;
  float: left;
}

li ul { 
	display: none; 
	float:left;
	width:100px;
}




div.menu ul li a:hover {
	height:42px;
	background:url(images/menu_hover.png);
	line-height:42px;
}

div.menu_hover {
	height:42px;
	background:url(images/menu_hover.png);
	line-height:42px;
}

div.menu ul li.selected a, div.menu ul li.selected a:visited, div.nav ul li.selected {
	background:url(images/menu_selected.png);
	color:#FFF;
	text-shadow:1px 1px #000000;
	line-height:42px;
	height:42px;
}