body{ font: 62.5% "Trebuchet MS", sans-serif;}


.menulist{
	width:830px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0 auto 0 auto;
 padding: 0;
 list-style: none;

 
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 17px;
 margin-top:14px; 
 left: -1px;
 width: 150px;

}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: -210px;

 
}
.menulist ul ul li{
	width:210px;
}

.menulist li {
	display: block;
	float: left;
	height: 24px;
	margin: 0 2.5px;
	position: relative;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 color: #333;
 text-decoration: none;
 font-family:Tahoma;
 font-size:1.2em;
 font-weight:bold;
  padding-bottom:15px;
   width:auto

}
.menulist ul li a{
	font-size:11px;
	text-align:right;
	font-weight:normal;
	padding:5px;
	padding-right:10px;
	height:auto;
}
.menulist ul a:hover {

	text-decoration:none;
	background:#4f7a8F;
	color:#fff;


}

.menulist a.highlighted {

 text-decoration:underline;
 
}
.menulist a .subind {
 display: none;
}

.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}

.menulist a {
 float: none;
}

.menulist li ul li {
	border-left:1px #bfbfbf solid;
	border-right:1px #bfbfbf solid
}

.menulist ul li {
 margin: 0;
 margin-bottom: -1px;
 width:170px;
 border-bottom:0px;
 border-top:0px;
 background-color:#DFDFE1;
 
  
}

ul.second li a{
	border-bottom:0px;
	border-top:0px
}
li.first  a{
	border-top:1px #bfbfbf solid;
	
}
li.last a{
	border-bottom:1px #bfbfbf solid
}
ul.second li.first a{
	border-top:1px #bfbfbf solid
}
ul.second li.last a{
	border-bottom:1px #bfbfbf solid
}
a.a1{
	color:#FFF;
	padding:0px 19px 0px 18px;
	border-right:1px #FFF solid;
	font-size:13px;
	margin:7px 0px 0px 0px
}
#dd,.im{
	background-image:url('img/bullet.gif');background-repeat:no-repeat;background-position:30px;
}
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

