a:link {FONT-WEIGHT: normal; 
        COLOR: #003366;
		TEXT-DECORATION: underline}

a:visited {FONT-WEIGHT: normal; 
           COLOR: #303025; 
		   TEXT-DECORATION: underline}

a:hover {FONT-WEIGHT: normal; 
         COLOR: #555555; 
		 TEXT-DECORATION: underline}

body {Font-Family: Verdana, Arial, Helvetica, sans-serif;
      color:#000000; 
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-right: 0px;
	  margin-left: 0px;
	  background: url(images/bg.jpg);
	  background-repeat: repeat-x;
	  background-color: #54798D;}
	  
h1 {font-family: Arial, Helvetica, sans-serif; 
    Font-Size: 24px; 
	color: #ffffff;
	margin-bottom:0px;
	margin-top:0px; }

h2 {font-family: Arial, Helvetica, sans-serif; 
    Font-Size: 16px; 
	color: #313D46; }

td {font-size: 12px;}

a.nav:visited {COLOR: #ffffff; TEXT-DECORATION: underline}
a.nav:active {COLOR: #ffffff; TEXT-DECORATION: underline}
a.nav:link {COLOR: #ffffff; TEXT-DECORATION: underline}
a.nav:hover {COLOR: #ffffff; TEXT-DECORATION: none}
.nav {color: #ffffff; font-size: 10px}

.title {font-family: Arial, Helvetica, sans-serif; 
    Font-Size: 16px; 
	color: #313D46;
	font-weight: bold }
	
.bold {font-family: verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
	color: #333333; 
	font-weight: bold}
	
.bigger {font-size: 21px}
.height {line-height: 23px}
.style3 {color: #6E4042; font-weight: bold; }
.style4 {color: #FFFFFF}
.style5 {color: #330000; font-weight: bold; }
.style6 {color: #6E4042}
.style7 {font-size: 18px;font-family: Arial, Helvetica, sans-serif;}
.style8 {	color: #FFFFFF;font-weight: bold;}
.style50 {font-size:14px}

a.main:visited {COLOR: #ffffff; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold; font-size:12px;}
a.main:active {COLOR: #ffffff; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold; font-size:12px;}
a.main:link {COLOR: #ffffff; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold; font-size:12px;}
a.main:hover {COLOR: #BEAEAE; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold; font-size:12px;}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------DROP DOWN MENU--------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
#wrapper {
background:none repeat scroll 0 0;
width:81px; /*sets the width of the top navigation */
height:30px;
text-align:center;
}
#dropdownmenu ul {z-index:300;}

#dropdownmenu, #dropdownmenu * {
margin:0;
padding:0;
text-align:center;
}
#dropdownmenu {
background:none no-repeat scroll 100% 50%;
float:left;
/*margin-bottom:3.5em;*/
max-width:81px;
text-align:center;
position:relative;
width:81px;
}
#dropdownmenu li ul {
/*background:transparent url(/img/clear.gif) repeat scroll 0 0;*/
cursor:default;
text-align:center;
display:none; /*sets it so the drop down does not display*/
height:auto;
left:-10px;
/*padding:1px 10px 10px;*/
position:absolute;
width:11em !important;
}
#dropdownmenu li {
cursor:pointer;
float:left; /*This is necessary for the blocks to float left and appear horizontally instead of up and down*/
font-weight:bold;
text-align:center;
list-style-type:none;
/*max-width:185px;*/
position:relative;
/*width:8.3em;*/
}
#dropdownmenu li ul li {
/*border-color:-moz-use-text-color #333333 #333333;
border-style:none solid solid;
border-width:medium 1px 1px;*/
max-width:120%;
padding:0;
width:10em;
}
#dropdownmenu li a, .over {
cursor:default;
display:block; /*display:block is necessary so the entire width and height area is filled with the background color*/
float:left;
height:20px; /*sets the height for the links*/
line-height:1.2em; /*this pushes down the text slightly of the links, so they are centered vertically*/
padding:0 0.4em;
text-decoration:none;
}
#dropdownmenu li ul li a {
background-position:0 50% !important;
border:1px solid #333333; /*sets the border color for drop down menu*/
background-color:#FFFFFF; /*sets dark color for background of drop downs*/
color:#333333;
cursor:pointer !important;
height:20px; /*sets height of each drop down item*/
left:-1px; /*this sets the left and right position of the drop downs in relation to the top links*/
line-height:1.2em; /*sets the position of the text in the drop downs to be centered vertically*/
position:relative !important;
white-space:nowrap;
}
#dropdownmenu li a:hover, #dropdownmenu li a:focus, #dropdownmenu li a:active {
color:#BEAEAE; /*active color for drop down links*/
}
#dropdownmenu ul a:hover, #dropdownmenu ul a:focus, #dropdownmenu ul a:active {
background:#6F5D5D none repeat scroll 0 0; /*pink background for hover color for drop downs*/
color:#FFFFFF !important; /*hover color for drop down links*/
}
#dropdownmenu li:hover ul, #dropdownmenu li.msieFix ul {
display:block;
top:2.5em !important; /*nudges the drop downs below the top links, !important overides any previous positioning.*/
z-index:10;
}
#dropdownmenu li#link1 {
z-index:7;
width:81px !important;
height:30px !important;
}
#link1 ul li a {
width:110px !important; /*determines the width of the drop down for link 1*/
left:-10px !important; /*determines the position of the drop down for link 1, overides left:-5px*/
}

#dropdownmenu li#link2 {
z-index:6;
width:133px; /*width of link 2*/
border-right:1px solid #FFFFFF; /*sets white right border (separation) between links*/
}
#link2 ul li a {
width:143px !important; /*determines the width of the drop down for link 2*/
}

#dropdownmenu li#link3 {
z-index:5;
width:185px;
border-right:1px solid #FFFFFF;
}
#link3 ul li a {
width:195px !important;
}

#dropdownmenu li#link4 {
z-index:4;
width:151px;
border-right:1px solid #FFFFFF;
}
#link4 ul li a {
width:161px !important;
}

#dropdownmenu li#link5 {
z-index:3;
width:134px;
border-right:1px solid #FFFFFF;
}
#link5 ul li a {
width:144px !important;
}

#dropdownmenu li#link6 {
z-index:2;
width:70px;
border-right:1px solid #FFFFFF;
}
#link6 ul li a {
width:100px !important;
left:-10px !important;
}

#dropdownmenu li#link7 {
z-index:1;
width:160px;
}
#link7 ul li a {
width:170px !important; /*no right border here*/
}

.link1 #dropdownmenu li#link1 a, .link2 #dropdownmenu li#link2 a, .link3 #dropdownmenu li#link3 a, .link4 #dropdownmenu li#link4 a, .link5 #dropdownmenu li#link5 a, .link6 #dropdownmenu li#link6 a, .link7 #dropdownmenu li#link7 a {
color:#000000;
}
.link1 #dropdownmenu li#link1 ul, .link2 #dropdownmenu li#link2 ul, .link3 #dropdownmenu li#link3 ul, .link4 #dropdownmenu li#link4 ul, .link5 #dropdownmenu li#link5 ul, .link6 #dropdownmenu li#link6 ul, .link7 #dropdownmenu li#link7 ul {
display:block;
top:-1000px;
}
#dropdownmenu span {
padding-left:10px; /*sets padding left so the links are more centered*/
}
#link7 span {
padding-left:12px; /*sets padding left for link 7 so the link is more centered*/
}
#dropdownmenu li.msieFix a {
}
#dropdownmenu li#link7 ul {
left:-2.3em !important;
}
.link1 #dropdownmenu li#link1 ul li a:focus, .link1 #dropdownmenu li#link1 ul li a:active, .link2 #dropdownmenu li#link2 ul li a:focus, .link2 #dropdownmenu li#link2 ul li a:active, .link3 #dropdownmenu li#link3 ul li a:focus, .link3 #dropdownmenu li#link3 ul li a:active, .link4 #dropdownmenu li#link4 ul li a:focus, .link4 #dropdownmenu li#link4 ul li a:active, .link5 #dropdownmenu li#link5 ul li a:focus, .link5 #dropdownmenu li#link5 ul li a:active, .link6 #dropdownmenu li#link6 ul li a:focus, .link6 #dropdownmenu li#link6 ul li a:active, .link7 #dropdownmenu li#link7 ul li a:focus, .link7 #dropdownmenu li#link7 ul li a:active {
position:absolute !important;
top:1028px !important;
}


#dropdownmenu li:hover ul, #dropdownmenu li.sfhover ul {
    display:block;
}