a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#b9991b;}  /* mouse over link */
a:active {color:#b9991b;}  /* selected link */

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline overline;}
a:active {text-decoration:underline overline;}


.image {
	position:relative;
	float:left; 	/* optional */
}
.image .text {
	position:absolute;
	top:10px; /* in conjunction with left property, decides the text position */
	left:10px;
	width:300px; 	/* optional, though better have one */
}


p.serif{font-family:"Times New Roman",Times,serif;}
p.sansserif{font-family:Arial,Helvetica,sans-serif,Verdana;}


#menu{
border: 0px solid black;
border-bottom-width: 0;
width: 156px;
background-color: transparent;
}

* html #menu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 156px;
}

#menu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 2px;
display: block;
width: 156;
color: black;
text-decoration: none;
border-bottom: 1px ;
}

html>body #menu a{ /*Non IE rule*/
width: 156;
}

#menu a:hover{
background-color: #b87c13;
color: white;
}

solid black


.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("http://yourpath/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("http://yourpath/magminus.cur"), pointer;
} 



/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

