body
{
background: #e7efff url(images/background.jpg) ;
}

p
{
background: #e7efff;
color: navy;
font-size: 10pt;
font-style: normal;
font-family: Verdana;
}

#mnu
{
	background: #e7efff;
}

#menu
{
 	width: 110px;
 	height:340px;
 	margin:12px;	
 	
}

#menu .button
{
	display: block;
	margin: 1px;
	position: relative;
	width:128px;
	height: 20px;
	clear: both;
	background: url(images/butmid.gif);
	background-repeat: repeat-x;
	overflow: hidden;		
}

#menu .buttonCapLeft
{
	background-image: url(images/butleft.gif);
	background-repeat: no-repeat;
	display:inline;
	position: relative;
	width: 3px;
	height: 18px;
	float: left;
	
}

#menu .buttonCapRight
{
	background-image: url(images/butright.gif);
	background-repeat: no-repeat;
	display:inline;
	position: relative;
	width: 3px;
	height: 18px;
	float: right;	
}

#menu .buttonCaption
{
	font-size: 10px;
	color:#ffffff;
	width: auto;
	font-family: Verdana;
	font-weight: bold;
	padding: 2px;
	height: 16px;
	float: left;

}

#menu a:link,  #menu a:visited
{

	color:white;
	text-decoration:none;
}



#menu a:hover, #menu a:active
{
	text-decoration: none;
	border: 1px  solid #cccccc;
	cursor:pointer;
}

#bestviewed
{
	margin:5px;
}

#bestviewed a
{
	 text-decoration:none;
	 cursor:pointer;
}

span.small
{
	font-size: .8em;
        font-style: italic;
        color: navy;
}

