@charset "UTF-8";
/* CSS Document */

<style>
/*---- CROSS BROWSER DROPDOWN MENU ----*/
ul#nav {margin: 0 0 0 200px;}
ul.drop a { display:block; color: #fff; font-family: Verdana; font-size: 14px; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; border: 1px solid #b4203b; background: #b4203b; color: #fff;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #b4203b; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 195px; background: #555; border: 1px solid #b4203b; }
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }



/*-----BODY STYLES ------------------*/
table {
	align: center; 
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #000;
	background-image: url(images/binding_dark.png);
	background-repeat: repeat;
}
#footer
{
font-stretch: expanded;
color: #b4203b;
position: relative;
height: 1.0em;
clear: both;
padding-top: 5.0em;
background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
font-size: 0.8em;
text-align: center;
}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: .5em;
}

#headercontent h1
{
font-weight: normal;
color: #fffff;
font-size: 2.5em;
}

#menu a
{
color:#ffffff;
text-decoration: none;
a:link


}

#contentmain
{
color: #000;
vertical-align: top;
text-align:center;
padding-right: 0em;
text-wrap:normal;

}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
	color:#FF0;
}
#menu a:active {
	<!--text-decoration: none; -->
	color: #F00;
}


/*---- iframe style -----*/

#iframe
{
background-color: #fef1d6;
	background-image: url();
	background-repeat: repeat;



}
</style>
/* - See more at: http://www.handy-html.com/simple-css-dropdown-menu-updated/#sthash.mqdD21Bt.dpuf */