/* CSS Document */

<style type="text/css">

body {behavior: url(/css/cssfocusandhover.htc);font-size: 100%;}
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}
#dynamicmenu ul li {float: left; width: 100%;}
#dynamicmenu ul li a {height: 1%;}


body {
	background-color: #000000;
}
a:link {
	color: #dddddd;
	text-decoration: none;
}
a:visited {
	color: #dddddd;
	text-decoration: none;
}
a:hover {
	color: #ffffcc;
	text-decoration: underline;
}
a:active {
	color: #dddddd;
	text-decoration: none;
}
.Text_Small {
	color: #dddddd;
	font-family: Verdana;
	font-size: 10px;
	font-variant: normal;
	text-align: justify;
	
}
.Quotes {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #dddddd;
	background-image: url(/img/quote.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bodyText {

	color: #ddddcc;
	font-family: Verdana;
	font-size: 12px;
	font-variant: normal;
	text-align: justify;
}
.Menu_Header {

	color: #F7F7C9;
	font-family: Verdana;
	font-size: 16px;
	font-variant: normal;
	text-align: left;
}
.Footer_Text {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: ccccff;
	text-align: Center;
}
.Sub_Footer_Text {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: 888888;
	text-align: right;
}
.News_Background {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #dddddd;
	background-image: url(/img/folder-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#dynamicmenu {width: 100%;
background: #0F1F2E;
float: center;
}

#dynamicmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 150px;
float: left;
}

#dynamicmenu a, #dynamicmenu h2 {
font-size: 11px;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 5px 5px;
}

#dynamicmenu h2 {
color: #1F2F3E;
background: #000;
}

#dynamicmenu a {
color: #ffffff;
background: #0F1F2E;
text-decoration: none;
}

#dynamicmenu a:hover {
color: #ffffff;
background: #2F3F4E;
}

#dynamicmenu li {position: relative;}

#dynamicmenu ul ul {
position: absolute;
z-index: 500;
}

#dynamicmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#dynamicmenu ul ul,
div#dynamicmenu ul li:hover ul ul,
div#dynamicmenu ul ul li:hover ul ul
{display: none;}

div#dynamicmenu ul li:hover ul,
div#dynamicmenu ul ul li:hover ul,
div#dynamicmenu ul ul ul li:hover ul
{display: block;}

dynamicmenu li.mnu_p {background: url(/img/arrow_down.gif right no-repeat;}





-->
</style>