#menu 
{
    font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	
	padding:0;
	margin:0 0 0 0;
	list-style:none;
	position:relative;
	left:0px;
	/*float:left;*/
	width:100%;
	z-index:100;
	/*background:url() 0 0;*/
	/*font-size:12px;*/
	text-align:center;
	vertical-align:middle;
	/*height:2.1em;*/
}
#menu li {
	display:inline;
	float:left;
	/*height:2.1em;*/
	text-align:center;
}
#menu dt {
	line-height:11pt;
}

#menu li div dl dd a {
line-height: 1.6em;
}

/*Button widths 10 version */
#menu .smlb {width:9.1%;}
#menu .medb {width:13.5%;}
#menu .allb {width:13.98%;}
#menu .lrgb {width:16%;}
#menu .xlrgb {width:19.8%;}

#menu li a {
	display:block;
	width:100%;
	text-decoration:none;
	line-height:2.6em;
	font-size:8pt;
	color:#FFFFFF;
	padding-top:0.5em;
	font-weight:bold;
	height:1.6em;
}

#menu li a.norm {
	background:url(images123/menu_divider.gif) 100% 0 no-repeat;
	background-position:right;
	height:34px;
	white-space:nowrap;
}

#menu li a.end 
{
    height:34px;
	white-space:nowrap;
}

#menu li a.select {
	/*background:url() 100% 0 repeat-y;*/
	white-space:nowrap;
}

#menu li a:hover, #menu li:hover > a{
	text-decoration:none;
}

#menu li .norm:hover, #menu li .end:hover {
	background:url(images123/menu_over.jpg) 100% 0 repeat-x;
	color:#000000
}

#menu li .norm:hover > a, #menu li .end:hover > a {
	background:url(images123/menu_over.jpg) 100% 0 repeat-x;
	color:#000000
}

#menu div {
	display:none;
}
#menu :hover div {
	display:block;
	position:absolute;
	top:3.6em;
	border:1px solid #574D5E; /* border color and width of menu list items */
	padding-bottom:0.7em;
	background:#FFFFFF; /* background color of menu list items */
}

html>body #menu :hover div {
	top:3.7em; /* height of where menu list will appear */
}

#menu .one:hover, .two:hover, .three:hover, .four:hover, .five:hover, .end:hover {
	position:relative;
}

/*Drop down positions 10 version*/
#menu .pos1b {left:0%;}
html>body #menu .pos1b {left:0%;}
#menu .pos2b {left:0%;}
html>body #menu .pos2b {left:13.98%;}
#menu .pos3b {left:0%;}
html>body #menu .pos3b {left:29.98%;}
#menu .pos4b {left:0%;}
html>body #menu .pos4b {left:43.96%;}
#menu .pos5b {left:0%;}
html>body #menu .pos5b {left:57.94%;}
#menu .pos6b {right:16%;}
html>body #menu .pos6b {right:13.98%;}
#menu .pos7b {right:0%;}
html>body #menu .pos7b {right:0.5%;}
#menu .pos8b {right:0%;}
html>body #menu .pos8b {right:0%;}

/*Drop down width
#menu .one:hover div {width:12em;}
#menu .two:hover div {width:24.1em;}
html>body #menu .one:hover div {width:24em;}
#menu .three:hover div {width:36.1em;}
html>body #menu .one:hover div {width:36em;}
#menu .four:hover div {width:48.1em;}
html>body #menu .one:hover div {width:48em;}*/

#menu :hover div dl {
	display:inline;
	padding:0;
	margin:0;
	float:left;
}

#menu :hover div dt {
	width:12em;
	display:block;
	background:#D8D2DB; /* background color for menu list header */
	text-indent:0.75em;
	text-decoration:none;
	padding:0.3em 0;
	text-align:left;
	margin:0;
	font-weight:bold;
	color:#5A5061; /* text color for menu list header */
	cursor:default;
}

#menu :hover div dd {
	width:14em;
	display:block;
	padding:0.6em 0 0 0.75em;
	margin:0;
	text-align:left;
}

#menu :hover div dd a {
	text-decoration:none;
	font-weight:normal;
	font-size:8pt;
	color:#565656;
	margin:0;
	padding:0;
	height:auto;
}

#menu :hover div dd a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}

.topheader
{
	background:url(images123/menu_normal.jpg) 100% 0 repeat-x;
}
.selectFree IFRAME
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:0;/*must have*/
 filter:mask();/*must have*/
 width:2000px;/*must have for any big value*/
 height:3000px/*must have for any big value*/;
 background:#FFFFFF;
}
