<style type="text/css">

.style2 {
	color: #FF0000;
	font-style: italic;
}
.style3 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFFF66;
}
.style5 {color: #000000}

#ad1 {
clear:both;
float:right;

}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #D8FE89;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEFFCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}


.capmain {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.ital {
	font-style: italic;
}


.price1 {
	font: italic bold 14px "Times New Roman", Times, serif;
	color: #FF0000;
	background: #FFFF00;
	padding: 2px;
	border: thin dotted #FF0000;
}
.fltl {
	margin: 1em;
	float: left;
	border: medium double #000000;
}
.fltr {
	margin: 1em;
	float: right;
	
}
.emph {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
