/* 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-image:url('/img/background-fade.jpg');background-repeat:repeat-x;background-position: bottom;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;
}
.Text_Medium {

	color: #dddddd;
	font-family: Verdana;
	font-size: 12px;
	font-variant: normal;
	text-align: justify;
}
.Text_Header {

	color: #ffffff;
	font-family: Verdana;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	text-indent: 35px;
	background-image: url(/img/header_icon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.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;
}
.Home_Background {
	font-family: Verdana;
	font-size: 12px;
	color: #dddddd;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	background-image: url(/img/blue-fade.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#dynamicmenu {width: 100%;
background: #0F1F2E;
float: center;
}

#dynamicmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 160px;
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: #ffffff;
}

#dynamicmenu a {
color: #ffffff;
background: #0F1F2E;
text-decoration: none;
}

#dynamicmenu a:hover {
color: #ffffff;
background: #4F5F6E;
}

#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/dynamicmenu/arrow_down.gif right no-repeat;}





-->
</style>