/* CSS Document */

body {
	background-image:url(assets/images/glass200804/bg.png); 
	background-repeat:repeat-x;
	background-color:#bfbfbf;
}

.NewImage {
padding:3px; 
border:solid 2px #666666; 

font-size:8pt; 
color:#666666; 
text-decoration:none; 
text-align:center; 
font-weight:bold;
}



.ImageCaption {
font-size:8pt; 
color:#666666; 
text-decoration:none; 
text-align:center; 
font-weight:bold;
}

.h2 {
font-size:17pt;
font-weight:bold;
font-family:Tahoma;
}

.NewWork {
color:#666666;
font-size:16pt;
font-weight:bold;
font-family:Tahoma;
}

.NewsHeader{
color:#666666;
font-size:16pt;
font-weight:bold;
font-family:Tahoma;
}

p.NewsHeader{
color:#666666;
font-size:16pt;
font-weight:bold;
font-family:Tahoma;
}

.NewsTitle{
color:#02176A;
font-size:14pt;
font-weight:bold;
font-family:Tahoma;
}

/*---------------border transparent code--------------*/
 
#top_border {
	background: transparent url(assets/images/glass200804/site_layout_06_02.png) repeat-y;
} 
 
* html #top_border {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/glass200804/site_layout_06_02.png', sizingMethod='scale');
}

#left_border {
	background-position:top;
	background: transparent url(assets/images/glass200804/site_layout_06_04.png) repeat-y top;
} 
 
* html #left_border {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/glass200804/site_layout_06_04.png', sizingMethod='scale');
}

#right_border {
	background-position:top;
	background: transparent url(assets/images/glass200804/site_layout_06_06.png) repeat-y top;
} 
 
* html #right_border {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/glass200804/site_layout_06_06.png', sizingMethod='scale');
}

#bl_border {
	background: transparent url(assets/images/glass200804/site_layout_06_10.png) repeat-y;
} 
 
* html #bl_border {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/glass200804/site_layout_06_10.png');
}

#bm_border {
	background: transparent url(assets/images/glass200804/site_layout_06_11.png) repeat-x;
} 
 
* html #bm_border {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/glass200804/site_layout_06_11.png', sizingMethod='scale');
}

#br_border {
	background: transparent url(assets/images/glass200804/site_layout_06_12.png) repeat-y;
} 
 
* html #br_border {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/glass200804/site_layout_06_12.png');
}

/*---------------END border transparent code--------------*/



/**************** menu coding *****************/

#menu {
width: 748px;
height:31px;
background-color:#000000;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 187px;
float: left;
}

#menu a, #menu h2 {
font-family:Tahoma;
font-weight:bold;
font-size:14pt;
text-align:center;
padding-top:4px;
color:#4e4d4d;
display: block;
border-right:solid 1px #999999;
/* padding-top:3px; */
margin: 0;
}

#menu h2 {
color:#4e4d4d;
background-image:url(assets/images/glass200804/btn_norm_sliver.jpg);
background-repeat:repeat-x;
height:31px;
}

#menu h2:hover {
color: #000;
background: #fff;
background-image:url(assets/images/glass200804/btn_over_sliver.jpg);
background-repeat:repeat-x;
}

#menu a {
color:#4e4d4d;
background-image:url(assets/images/glass200804/btn_norm_sliver.jpg);
text-decoration: none;
background-repeat:repeat-x;
height:31px;
}

#menu a:hover {
color: #000;
background-image:url(assets/images/glass200804/btn_over_sliver.jpg);
background-repeat:repeat-x;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
left:0px;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li a {
height: 1%;
} 

#menu ul ul {
position: absolute;
top:31px
left:-95px;
z-index: 500;
}

#menu a, #menu h2 {
font-family:Tahoma;
font-weight:bold;
font-size:14pt;
text-align:center;
padding-top:4px;
color:#4e4d4d;
display: block;
border-right:solid 1px #999999;
}
</style>
<![endif]-->

/*************End menu coding *****************/




