/* CSS Document */
.menu1 {
float:left; width:100%; font-family: verdana, arial, sans-serif; font-size:11px;
border:0px;
margin:0 0 0px 0; /* for this demo only */ 
}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
float:left; position:relative;
}
.menu1 ul li a, .menu1 ul li a:visited {
float:left; display:block; text-decoration:none;color:#fff; padding:0px 16px; line-height:25px; height:0px; border-bottom:0px solid #fff; border-top:#959595 dashed 1px;
}

.menu1 ul li:hover {width:auto;}


.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
	display:block;
	position:absolute;
	top:0px;
	margin-top:0px;
	left:-310px;
	width:280px;
	border-bottom:0px solid #000;
}

.menu1 ul li:hover ul#aboutlst {
	display:block;
	position:absolute;
	top:0px;
	margin-top:0px;
	left:-210px;
	width:280px;
	border-bottom:0px solid #000;
}

.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block;background:#626262;color:#ffffff;height:32px;line-height:32px;padding:0px 16px; width:280px; border:0px solid #000; border-bottom:1px dashed #ffffff;
}

.menu1 ul li:hover ul li a#aboutlst {
display:block;background:#626262;color:#ffffff;height:32px;line-height:32px;padding:0px 16px; width:180px; border:0px solid #000; border-bottom:1px dashed #ffffff;
}
.menu1 ul li:hover ul li a.drop {
background:#626262 url(images/bullet1.gif) no-repeat 3px 8px;height:32px;
}
.menu1 ul li:hover ul li a:hover {
color:#ffffff; background: #434343 url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover.drop {
background: #434343 url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:-310px; top:0px;
}
.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:0px; t\op:0px; background:#626262;left:-310px; border-bottom:0px solid #000;
}

.menu1 ul li a:hover ul.endstop {
left: -92px;
}
.menu1 ul li a:hover ul li a {
display:block;background:#626262;color:#fff; height:32px; line-height:32px; padding:0px 16px; width:280px; w\idth:280px; border:0px solid #000; border-bottom:1px dashed #ffffff;
}
.menu1 ul li a:hover ul li a.drop {
background:#434343 url(images/bullet1.gif) no-repeat 3px 8px; padding-bottom:0px;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#ffffff; background: #434343 url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #626262 url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#ffffff; left:-310px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-300px;
}










.menu1 UL li a#indpro {
		position:relative;
		width:235px;
		height:32px;
		background:#434343 url("../images/products.gif") no-repeat;
		background-position:30px 5px;
		BORDER-BOTTOM: #ffffff 0px dashed;
	}
.menu1 UL li a#indpro:hover {
		position:relative;
		width:235px;
		height:32px;
		background:#626262 url("../images/products-over.jpg") no-repeat;
		background-position:30px 5px;
		BORDER-BOTTOM: #ffffff 0px dashed;
	}
.menu1 UL li a#pro {
		position:relative;
		width:232px;
		height:32px;
		background:#434343 url("../images/products.gif") no-repeat;
		background-position:30px 5px;
		BORDER-BOTTOM: #ffffff 0px dashed;
	}
.menu1 UL li a#pro:hover {
		position:relative;
		width:232px;
		height:32px;
		background:#626262 url("../images/products-over.jpg") no-repeat;
		background-position:30px 5px;
		BORDER-BOTTOM: #ffffff 0px dashed;
	}


.menu1 UL li a#abo {
		position:relative;
		width:232px;
		height:32px;
		background:#434343 url("../images/about-us.gif") no-repeat;
		background-position:30px 5px;
		BORDER-BOTTOM: #ffffff 0px dashed;
	}
.menu1 UL li a#abo:hover {
		position:relative;
		width:232px;
		height:32px;
		background:#626262 url("../images/about-us-over.jpg") no-repeat;
		background-position:30px 5px;
		BORDER-BOTTOM: #ffffff 0px dashed;
	}

/* horizontal navigation */

ul#h-nav {font-family:helvetica,arial,sans-serif;margin:0;padding:0;float:left;width:100%;}
ul#h-nav li {margin:0;padding:0;list-style:none;float:left;margin:0 0.3em 0 0;}
ul#h-nav li a {
	text-decoration:none;
	display:block;
	color:#003;
	background:#fff;
	font-size:1em;
	width:9em;
	text-align:center;
	border-top-width: 0.2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: silver;
	border-bottom-color: silver;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
ul#h-nav li a:hover {
	color:#000;
	text-transform:none;
	font-size: 1em;
	border-top-width: 0.2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00A2FF;
	border-bottom-color: #00A2FF;
}

.h2style {
	font:190% Arial;
	color:#8BA8D8;
	border-bottom:2px solid #f6f6f6;
	padding-right: 15px;
	padding-left: 15px;
}

.h2style a {
	color:#8BA8D8;
	text-decoration:none;
}

.h2style a:hover {
	color:#7597D0;
}





h2 {
	font:190% Arial;
	color:#8BA8D8;
	border-bottom:2px solid #f6f6f6;
	padding-right: 15px;
	padding-left: 15px;
}


h2 a {
	color:#8BA8D8;
	text-decoration:none;
}

h2 a:hover {
	color:#7597D0;
}


h3 {
	font:150% Arial;
	color:#29567A;
	padding-right: 15px;
	padding-left: 15px;
}

.floatimgleft {
float:left;
margin-top:0px;
margin-right:20px;
margin-bottom:10px;
}

/* css for table */

table.stats 
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 560px;
	background-color: #666;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #333;
	margin-left: 15px;
}

table.stats td 
{
	background-color: #FFF;
	color: #000;
	padding: 4px;
	border: 1px solid #333;
	text-align: center;
}

table.stats td.hed
{
	background-color: #666;
	color: #FFF;
	padding: 4px;
	text-align: center;
	border-bottom: 1px #fff solid;
	font-size: 12px;
	font-weight: bold;
}
table.info td.info
{
	background-color: #666;
	color: #FFF;
	padding: 4px;
	text-align: left;
	border-bottom: 1px #fff solid;
	font-size: 12px;
	font-weight: bold;
}


/** blocks for text paragraph **/

.Exhibitions p {
	float:left;
	width: auto;
}

.Exhibitions img { 
    float: right; 
    margin: 4px; 
}

