#img-border img {
	border: 1px solid #93C5B8;
}

#img-border {
	float: left;
	padding-right: 10px;
}

#img-border2 {
	border: 1px solid #93C5B8;
	height: 100px;
	width: 173px;
	text-align: center;
}

#drop-down {
	padding: 10px 0px 4px 0px;
}

#drop-down select {
	width: 173px;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #000;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #93C5B8 url(glossyback.gif) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 6px 6px 6px 5px;
text-decoration: none;
	border-bottom: 1px solid black;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
text-decoration: underline;
}

#icon1, #icon2, #icon3, #icon4, #icon5, #icon6 {
	float: left;
	padding-right: 5px;
}

/*START OF FLYOUT MENUES*/

.bluetabs ul{
padding: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
padding: 0px;
margin-right: 0px;
}

.bluetabs li a:visited{

}

.bluetabs li a:hover{

}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
 /*THEME CHANGE HERE*/

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */


#dropmenu1 {
	top: 150px;
	left: 607px;
	visibility: hidden;
	text-align: left;
}

#dropmenu1 a {
font-weight: normal;
}

#dropmenu2 {
	top: 180px;
	left: 680px;
	visibility: hidden;
	text-align: left;
}

#dropmenu2 a {
font-weight: normal;
}

#dropmenu3 {
	top: 180px;
	left: 607px;
	visibility: hidden;
	text-align: left;
}

#dropmenu3 a {
font-weight: normal;
}

#dropmenu4 {
	top: 180px;
	left: 680px;
	visibility: hidden;
	text-align: left;
}

#dropmenu4 a {
font-weight: normal;
}

#dropmenu5 {
	top: 180px;
	left: 607px;
	visibility: hidden;
	text-align: left;
}

#dropmenu5 a {
font-weight: normal;
}

#dropmenu6 {
	top: 180px;
	left: 680px;
	visibility: hidden;
	text-align: left;
}

#dropmenu6 a {
font-weight: normal;
}

#dropmenu7 {
	top: 180px;
	left: 680px;
	visibility: hidden;
	text-align: left;
}

#dropmenu7 a {
font-weight: normal;
}

#dropmenu8 {
	top: 180px;
	left: 680px;
	visibility: hidden;
	text-align: left;
}

#dropmenu8 a {
font-weight: normal;
}

#dropmenu9 {
	top: 180px;
	left: 680px;
	visibility: hidden;
	text-align: left;
}

#dropmenu9 a {
font-weight: normal;
}

#dropmenu10 {
	top: 180px;
	left: 680px;
	visibility: hidden;
	text-align: left;
}

#dropmenu10 a {
font-weight: normal;
}


.dropmenudiv {
position:absolute;
top:0; left:0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #F5F5F5;
width: 200px;
visibility: hidden;
margin-top: 0px !important; margin-top: 0px;
margin-left: 0px !important; margin-left: 0px;
}

.dropmenudiv  a{
font-weight: normal;
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
text-transform: none;
}

* html .dropmenudiv  a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #93C5B8 !important;
color: #ffffff !important;
}


#tcat ul li:hover {
	display: block;
	position: relative;
}

#nav ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	display: block;	
}

#nav li { /* all list items */
	margin: 0px;
	list-style: none;
	display: block;	
}

#nav ul li ul li { /* Dropdown list items */
	background: #ECECE9;
	text-align: left;
	padding:2px;	
	display: block;	
}

#nav li ul li a{
	text-decoration:none;
	color:#8FC800;
	display: block;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#nav li ul { /* second-level lists */
	margin-top: 40px;
	position: absolute;	
	width: 14em;
	border: 1px solid #01493B;	
	background-color: #ECECE9;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
	margin: -1.4em 0 0 10em;  /* False value for IE4-5.x/Win */
	margin: -1.4em 0 0 10em;	 /* Actual value for conformant browsers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;	
	float: left;
}
#nav li ul li:hover, #nav li ul li a:hover, #nav li ul li a.sfhover {
	color:#01493B;	
	display: block;
}






/*
.topbnavtabs ul{
padding: 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; 
}

.topbnavtabs li{
display: inline;
margin: 0;

}

.topbnavtabs li a{
display: inline;
text-decoration: none;
padding: 0px;
}

.topbnavtabs li a:visited{
}

.topbnavtabs li a:hover{
}

.topbnavtabs li.selected{
}

.topbnavtabs li.selected a{ 
border-bottom-color: white;
}

.topbnavtabs li.selected a:hover{ 
text-decoration: none;
}
*/






#head-links {
	padding: 0px 0px 0px 0px;
	color: #00FF00;
	font-weight: normal;
}

#head-links img {
	vertical-align: middle;
}

#head-links a {
	text-decoration: none;
	background-color: inherit;
}

#head-links a:hover {
	text-decoration: underline;
}

#head-links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#head-links ul li { display: inline; margin: 0px 0px 0px 0px;}

#head-links ul li a { padding-right: 9px; padding-left: 9px;}

#html-above {
	padding: 2px 15px 3px 0px;
}

#html-below {
	padding: 2px 15px 3px 0px;
}

.sitemap-1 {
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
	color: #006666;
	background-color: inherit;
}

.sitemap-2 {
    text-decoration: none;
    font-weight: bold;
	font-size: 11px;
	color: #000;
	padding-left: 12px;
	background-color: inherit;
}

.sitemap-3 {
    text-decoration: none;
    font-weight: normal;
	font-size: 10px;
	color: #3a3a3a;
	padding-left: 20px;
	background-color: inherit;
}
