/* CSS Document */
/* Seperator */
#menu2Separator
{
	height:100%;
	border-right:thin;
	border-right-color:#CCCCCC;
	border-right-style:dotted;
	border-bottom:thin;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	margin-top:12px;
	width:165px;
	float:left;
}
.menu2BtnHolder
{
	margin-left:10px;
	height:100px;
	width:165px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#3366CC;
}
.menu2BtnSeparator
{
	padding:3px;
	font-size:3px;
}
a.menu2BtnHolder:link 
{
	color:#3366CC;
}     /* unvisited link */
a.menu2BtnHolder:visited 
{
	color:#3366CC;
}  /* visited link */
a.menu2BtnHolder:hover 
{
	color: #d0d0d0;
}   /* mouse over link */
a.menu2BtnHolder:active 
{
	color:#3366CC;
}   /* selected link */ 

