@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
/************ Body Style *************/
body {
background-image:url(../Images/bg.jpg);
background-repeat:repeat-x;
text-align:center; font-family:Arial, Helvetica, sans-serif;
 }

#wrapper { margin:0 auto; width:960px; text-align:left;background-color:#FFFFFF; border:1px solid #003300; }

#head{}
#content{ padding-left:30px; font-size:12px; float:left; width:640px;}
#menu{ z-index:100;}
#r_col{ float:right; width:200px; padding:10px; z-index:2;}

#r_col li{ list-style:none; padding:5px;}
#r_col img{ border:2px groove #99CC66; }
#footer{ clear:both; text-align:center; font-size:11px; border-top: 1px dashed #003300; padding:5px;}
/*----------------head tags---------------------*/
h1{}
h2{}
h3{ font-size:14px; color:#006600;}
/****************** CSS MENU SETUP ********************************/
#menu {
width: 100%;
background: #eee;
float: left;
z-index:10;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8.55em;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #FFFFCC;
background: #003300;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefee;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

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;}


.style7 {	font-size: x-small;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;}


<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->
