* 
body {
	
	background:#006666;
	
}
*{
margin: 0;
padding: 0;
}
	

#nav5 {
list-style: none;
z-index: 999;
background-color:  url(_themes/taurus-theme/netbkgnd.gif);
border-left: 10px;
border-top: 2px solid #fff;
height: 425px;
width: 150px;
}

#nav li a {
color: #fff;
text-align: left;

font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 23px;
background-color: #000;
border-top: 2px solid #fff;

border-bottom: 1px solid #fff;
border-left: 2px solid #fff;

padding-left: 10px;

text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#dropmenudiv{
position:absolute;
background-color: url(_themes/taurus-theme/netbkgnd.gif);
border-right: 1px solid #fff;
height: 50px;
width: 150px;
z-index:100;
}

#dropmenudiv a{
color: #fff;
text-align: left;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #ffffff;
border-bottom: 1px solid #fff;
padding-left: 10px;

text-decoration: none;
}

#dropmenudiv a:hover{
background-color: #FFFFCC;
}
 
#link1 A {font-family:verdana; font-size: normal}
#link1 A:link {color: #75566c
;}
#link1 A:visited {text-decoration: underline; color: #75566c
;}
#link1 A:hover {text-decoration: none; color: #75566c
; font-weight:bold;}
#link1 A:active {text-decoration: underline; color: #75566c
;}

#pictbdr {
 
 border-top: 8px solid #6BA491;
 border-right: 8px solid #6BA491;
 border-left: 8px solid #6BA491;
 border-bottom: 1px solid #6BA491;


}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 5;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
z-index 150;
top: -100px;
left: -400px; /*position where enlarged image should offset horizontally */


}
