A:link {
	color: #bebc15;
	text-decoration: none;
}

A:visited {
	color: #bebc15;
	text-decoration: none;
}

A:active {
	color: #bebc15;
	text-decoration: none;
}

A:hover {
	color: #979797;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #979797;
}
.topmenu a.menuitem:visited {
color: #ffffff;
}

div.prodid{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

.prodname, .detailname{
font-weight: bold;
}
.ectacmenu{
margin: 0 0;
padding: 0;
border-bottom-width: 0;
margin-right: 1px;
margin-top: -1px;
}

.ectacmenu a.menuitem{
background: #FFFFFF;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
border-bottom: 1px solid #c0c0c0;
color: #000000;
padding-left: 10px;
text-decoration: none;
}


.ectacmenu a.menuitem:visited, .ectacmenu .menuitem:active{
color: #000000;
}

.ectacmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.ectacmenu a.menuitem:hover{
background: #ececec;
}

.ectacmenu div.submenu{ /*DIV that contains each sub menu*/

}

.ectacmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.ectacmenu div.submenu ul li{
	border-bottom: 1px solid #c0c0c0;
}

.ectacmenu div.submenu ul li a{
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 6px;
padding-left: 20px;
background: url(/images/arrowbullet.gif) no-repeat center left;
}

.ectacmenu div.submenu ul li a:hover{
background: #DFDCCB url(/images/arrowbullet.gif) no-repeat center left;;
color: #880088;