/*

      m e n u      m e n u      m e n u      m e n u      m e n u      m e n u      m e n u      m e n u

*/

DIV.menuBar, DIV.menuBar A.menuButton, DIV.menu, DIV.menu A.menuItem {
	font-family: Helvetica, sans-serif, Arial;
	font-size:12px;
	font-weight:bold;
	FONT-STYLE: normal; 
	letter-spacing:0px;
}

DIV.menuBar {
	position: absolute;
	top: 153px;
	left:176px;
	width:525px; 
	height:23px;
	padding:0;
	margin: 0px;
	background-color:#000000;
	TEXT-ALIGN: left;
	Z-INDEX: 110;
	overflow:hidden;
}
/*div.menuBar {
background-color:#000000;
height:23px;
width:525px;
position:absolute;
text-align:left;
overflow:hidden;
left:1930px;
left: 1420px;
top:153px;
margin:0;
padding:0;
z-index:110;
}*/
DIV.menuBar A.menuButton {
	display: block;
/*	Z-INDEX: 1000; */
	position: relative;
	float:left;
	width:75px; 
	height:23px;
	MARGIN:0;
	cursor:pointer;
	text-decoration:none;
	white-space: nowrap;
	CURSOR: default;
	color:#fff;
}
DIV.menuBar A.menuButton:hover {
	COLOR: #fff;
	background-color:#808080;
}
DIV.menuBar A.menuButtonActive {
	COLOR: #fff;
	background-color:#404040;
}
DIV.menuBar A.menuButtonActive:hover {
	COLOR: #fff;
}
/*

*/
DIV.menuBar A.menuButton .tc {
	display:block;
	margin:0;
	height:20px;
	padding-top:3px;
	position:absolute;
	left:2px;
	right:2px;
	top:0px;
	bottom:0px;
	width: expression((parentElement.offsetWidth-4)+"px");
	white-space:normal;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	cursor:pointer;
	background-image: none;
}
DIV.menuBar A.menuButton:hover .tc {
 /*background-color:#d2d2d2;  */
/* background-image:url(d2.gif); */
}
DIV.menuBar A.menuButtonActive .tc {
/* background-image:url(d2.gif); */
}

DIV.menuBar A.menuButton .tl {
	display:block;
	width:2px;
	height:23px;
	left:0px;
	top:0px;
	position:absolute;
	cursor:pointer;
	background-image: none;
}
DIV.menuBar A.menuButtonActive .tl {
/* background-image:url(d2.gif); */
	
}
DIV.menuBar A.menuButton:hover .tl {
/* background-image:url(d2.gif); */
}

DIV.menuBar A.menuButton .tr {
	display:block;
	width:2px;
	height:23px;
	right:0px;
	top:0px;
	position:absolute;
	cursor:pointer;
	background-image: none;
}
DIV.menuBar A.menuButtonActive .tr {
/* background-image:url(d2.gif); */
}
DIV.menuBar A.menuButton:hover .tr {
/* background-image:url(d2.gif); */
}

DIV.menuBar A.menuButton .trs {
	display:block;
	width:2px;
	height:23px;
	right:0px;
	top:0px;
	position:absolute;
	cursor:pointer;
	background-image: none;
}
DIV.menuBar A.menuButtonActive .trs {
/* background-image:url(d2.gif); */
}
DIV.menuBar A.menuButton:hover .trs {
/* background-image:url(d2.gif); */
}
/*
   SEL MENU
*/
DIV.menuBar A.sel .tc {
	height:27px;
	padding-top:14px;
	color:#0330a4;
	font-weight:bold;
}
DIV.menuBar A.sel .tl{
}
DIV.menuBar A.sel .tr, DIV.menuBar A.sel .trs{
}

/*
   SUB MENU
*/

DIV.menu {	
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	Z-INDEX: 1001;
	LEFT: 0px; 
	VISIBILITY: hidden; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	POSITION: absolute; 
	TOP: 0px;
/*	border: 1px solid #C5C5C5; */
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	text-align:left;
	position: absolute;
	width:10px;
	height:10px;
}
DIV.menu A.menuItem {
	letter-spacing: normal;
	font-size:11px;
	
	background-color: #E2E3E7;
	border-top: solid 1px #C5C5C5;
	COLOR: #404040;
	/*font-weight:bold;*/
	DISPLAY: block;
	CURSOR: default;
	WHITE-SPACE: nowrap;
	TEXT-DECORATION: none;
	float: none;
	position: absolute;
}
DIV.menu A.menuItem:hover {
background-color: #d2d2d2;
border-top: solid 1px #C5C5C5;
	border-bottom: solid 1px #C5C5C5;

	COLOR:#666666; 
}
DIV.menu A.menuItemHighlight {
background-color: #d2d2d2;
border-top: solid 1px #C5C5C5;
	border-bottom: solid 1px #C5C5C5;	
	COLOR: #666666;
}
DIV.menu A.menuItemHighlight:hover {
background-color: #d2d2d2;
border-top: solid 1px #C5C5C5;
	border-bottom: solid 1px #C5C5C5;	
	COLOR: #666666;
}



DIV.menu A.menuItem .tc {
	height:17px;
	padding-top:2px;
	float:left;
	cursor:pointer;
	/*background-image:url(smenutc.png);*/
}
DIV.menu A.menuItemHighlight .tc {
}
DIV.menu A.menuItem:hover .tc {
}

DIV.menu A.menuItem .tl {
	width:20px;
	height:19px;
	clear: right;
	float: left;
	cursor:pointer;
}
DIV.menu A.menuItemHighlight .tl {
}
DIV.menu A.menuItem:hover .tl {
}

DIV.menu A.menuItem .tr {
	width:20px;
	height:19px;
	float: left;
	cursor:pointer;
}
DIV.menu A.menuItemHighlight .tr {
}
DIV.menu A.menuItem:hover .tr {
}


DIV.menu A.menuItem .trs {
	width:20px;
	height:19px;
	float: left;
	cursor:pointer;
	background-image:url(sbmntrs.gif);
}
DIV.menu A.menuItemHighlight .trs {
	background-image:url(sbmntrs.gif);
}
DIV.menu A.menuItem:hover .trs {
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/