/* topMenu */

#topMenu * {
	z-index:999;

	color:#FFF;
	font-size: 10px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

#topMenu {
	/*background-color:#570054;*/
	clear:both;
	float:right;
	margin-right:7px;
}

#topMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#topMenu ul li {
  list-style: none;
}

#topMenu ul img {
	float:left;
}

#topMenu ul li a {
  float: left;
  display: block; 
  text-decoration: none;
  font-weight: normal;
  color:#C4C2C2;
}

#topMenu ul.horizontal li.level1 {
  float: left;

}

#topMenu ul.horizontal li.level1 a {
  /*
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: black;
  */
}

#topMenu ul.horizontal li.level1 a:hover {

}

#topMenu ul.horizontal > li.level1 a {
  width: auto;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topMenu ul li a { float:none; }
/* End IE5-Mac hack */

#topMenu ul li a {
	line-height:10px !important;
	margin:2px 10px !important;
	padding:2px !important;
	text-decoration:none !important;
}

#topMenu ul.dropdown,
#topMenu ul.flyout {
  position: absolute;
  top: 0px;
  left:0px;
  visibility: hidden;
  width: 135px;
	background:#000000 url('../../../img/nav-round2/nav_back.gif') repeat-x scroll left bottom;
	border:1px solid #333333;
	font-size:10px;
}

#topMenu ul.dropdown li {
	line-height:normal;
	display:block;
	clear:both;
	float:none;
	text-align:left;
	display:block;
	width: 100%;
}

#topMenu ul.dropdown a,
#topMenu ul.flyout a {
  	padding:2px 0px;
	cursor:pointer;
	line-height:normal;
	display:block;
	height:100%;
	width: 100px;
	margin:0 auto;
	color:#CECECD;
	/*background-color: black;*/
}

#topMenu ul.dropdown a:hover,
#topMenu ul.flyout a:hover {
  	background-color: #333;
	color:#fff;
}

#topMenu ul.dropdown li.level2,
#topMenu ul.flyout li.level3 {
}

#topMenu ul.dropdown li.level2 a,
#topMenu ul.flyout li.level3 a {
	/*
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 2px 4px 2px 5px;
  */
}

#topMenu ul.dropdown li.level2 a:hover,
#topMenu ul.flyout li.level3 a:hover {
	/*
  color: white;
  font-weight: normal;
  background-color: #a43fa0;
  color: #ffcc00;
  */
}

/* end topMenu */


/*
#menu {
  float: left;
  width: 100%;
  background-color: #DAE0D2;
  font-size: 93%;
  line-height: normal;
  padding: 0px 0px 0px 20px;
}
*/

#menu * {
	/* z-index:1; */
}

#menu {
	background-color:#000;
	width:894px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:2;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu ul li {
  list-style: none;
}

#menu ul img {
	float:left;
}

#menu ul li a {
  float: left;
  display: block; 
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

#menu ul.horizontal li.level1 {
  float: left;

}

#menu ul.horizontal li.level1 a {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

#menu ul.horizontal li.level1 a:hover {
	 cursor:pointer;
}

#menu ul.horizontal > li.level1 a {
  width: auto;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a { float:none; }
/* End IE5-Mac hack */

#menu ul.dropdown,
#menu ul.flyout {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: 148px;
  /*background-color: #570054;*/
  	background: #080808 url('../../../img/nav-round2/nav_back.gif') repeat-x scroll left bottom;
	border-bottom:1px solid #1D1D1D;
	border-left:1px solid #333333;
	border-right:1px solid #1D1D1D;
}

#menu ul.dropdown li.level2,
#menu ul.flyout li.level3 {
}

#menu ul.dropdown li.level2 a,
#menu ul.flyout li.level3 a {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #CECECD;
  padding: 2px 4px 2px 5px;
}

#menu ul.dropdown li.level2 a:hover,
#menu ul.flyout li.level3 a:hover {
  /*color: white;*/
  font-weight: bold;
  background-color: #333;
  color: #fff;
   cursor:pointer;
}

/* custom menu styles */

ul#root {
	position: relative;
	list-style-type: none;
	width: 100%;
	height: 26px;
	margin-top:2px;
}

ul#root li {
	display:inline;
}



#nav1Btn {
	display: block !important;
	width: 148px !important;
	height: 27px;
	background-position:center center;
	background-image: url(../../../img/nav-round2/nav1.png);
}

a#nav1Btn:hover {
	background: url(../../../img/nav-round2/nav1Over.png);
	background-position:center center;
	/*background-position:-272px;*/
}

#nav2Btn {
	display: block !important;
	width: 148px !important;
	height: 27px;
	background: url(../../../img/nav-round2/nav2.png);
	background-position:center center;
	border-left: 1px solid #000000;
}

a#nav2Btn:hover {
	background: url(../../../img/nav-round2/nav2Over.png);	
	background-position:center center;
	/*background-position:-244px;*/
}

#nav3Btn {
	display: block !important;
	width: 148px !important;
	height: 27px;
	background: url(../../../img/nav-round2/nav3.png);
	background-position:center center;
	border-left: 1px solid #000000;
}

a#nav3Btn:hover {
	background: url(../../../img/nav-round2/nav3Over.png);	
	background-position:center center;
	/*background-position:-217px;*/
}

#nav4Btn {
	display: block !important;
	width: 148px !important;
	height: 27px;
	background: url(../../../img/nav-round2/nav4.png);
	background-position:center center;
	border-left: 1px solid #000000;
}

a#nav4Btn:hover {
	background: url(../../../img/nav-round2/nav4Over.png);	
	background-position:center center;
	/*background-position:-155px;*/
}

#nav5Btn {
	display: block !important;
	width: 148px !important;
	height: 27px;
	background: url(../../../img/nav-round2/nav5.png);
	background-position:center center;
	border-left: 1px solid #000000;
}

a#nav5Btn:hover {
	background: url(../../../img/nav-round2/nav5Over.png);	
	background-position:center center;
	/*background-position:-155px;*/
}

#nav6Btn {
	display: block !important;
	width: 148px !important;
	height: 27px;
	background: url(../../../img/nav-round2/nav6.png);
	background-position:center center;
	border-left: 1px solid #000000;
}

a#nav6Btn:hover {
	background: url(../../../img/nav-round2/nav6Over.png);	
	background-position:center center;
	/*background-position:-155px;*/
}

/* end custom */