/* These are the 5 link styles */
a.one:link {color: #000000}
a.one:visited {color: #5e92e7}
a.one:hover {color: #000000}

a.two:link {color: #000000}
a.two:visited {color: #000000}
a.two:hover {font-size: 110%}

a.three:link {color: #000000}
a.two:visited {color: #000000}
a.three:hover {background: #66ff66}


.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.Maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.pinktext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFB689;
}

/* Glossy Menu 2 bith bg colours */

.glossymenu2{
margin: 10px 0;
padding: 0;
width: 140px;
border: 1px solid #231F20;
border-bottom-width: 0;
}
.glossymenu2 li a{
	background-color:#231F20;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFB689;
	border-bottom:1px solid #231F20;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}
* html .glossymenu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}
.glossymenu2 li a:visited, .glossymenu li a:active{
color: black; border-bottom:1px solid #231F20;color: #FFB689;
}
.glossymenu2 li a:hover{
background-color:#30292C;
text-decoration: underline;
border-bottom:1px solid #30292C;
}
