﻿a:link
{
	color: rgb(0,80,0);
	text-decoration: none
}
a:visited
{
	color: rgb(0,80,0);
	text-decoration: none
} 
a:active 
{
	color: rgb(0,80,0);
	text-decoration: none
}
body
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}
h6
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}

h5
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}

h4
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}

h3
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}

h2
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}

h1
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}

.glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 155px; /*WIDTH OF MAIN MENU ITEMS*/
border: none;
}

.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 155px; /*WIDTH OF MAIN MENU ITEMS*/
border: none;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
border: 1px #7090ff solid;
font: bold 12px Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 145px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 135px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.glossymenu li a:active{
color: black;
}

.glossymenu li a:visited{
color: black;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

.GalBase {
	width: 130px;
	height: 130px;
	background-image: url('images/thumb_back.jpg');
	background-repeat: no-repeat;
}

.GalThumb {
	width: 110px;
	height: 110px;
	background-position:center center;
	position: relative 10px 10px;
	clip: 0px 0px 110px 110px;
	background-repeat: no-repeat;
}

