body, body div, body p, body th, body td, body li, body dd, body dt {font-family: Verdana, Arial,  sans-serif; font-size: 10px; font-style: normal; color: #000000; text-decoration: none;}




a:link            {
	color: #000000;
	font-family: Verdana, Arial,  sans-serif;
	font-size:10px;
	text-decoration: underline;
}

a:active         { color: #000000; font-size:10px; font-family: Verdana, Arial,  sans-serif; text-decoration: underline;}
a:visited        { color: #000000; font-size:10px; font-family: Verdana, Arial,  sans-serif; text-decoration: underline;}
a:hover         { color: #CC0000; text-decoration: none; font-size:10px; font-family: Verdana, Arial,  sans-serif; text-decoration: underline;}

H1         {color: #C10100; text-decoration: none; font-size:12px; font-family: Verdana,  Arial, Helvetica,  sans-serif; font-weight:bold; margin-bottom:0}
H2         {color: #C10100; font-size:10px; font-weight:bold; margin-bottom:0}

#category1 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% verdana, arial, sans-serif;
}

#category1 li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #7D0A0A;
background-color: #EEEDED;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #7D0A0A;
}

#category1 li a:hover {
background-color: #DBDADA;
border-left-color: #7D0A0A;
text-decoration:underline;
}

#category2 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% verdana, arial, sans-serif;
}

#category2 li a{
display: block;
padding: 4px 0;
padding-left: 9px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #333333;
background-color: #EEEDED;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #7D0A0A;
}

#category2 li a:hover {
background-color: #DBDADA;
border-left-color: #7D0A0A;
}

#special ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% verdana, arial, sans-serif;
}

#special li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
background-color: #6C0909;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #4C0404;
}

#special li a:hover {
background-color: #4C0404;
border-left-color: #4C0404;
text-decoration:underline;
}

#new ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% verdana, arial, sans-serif;
}

#new li a{
display: block;
padding: 4px 0;
padding-left: 7px;
width: 180px; /*180px minus all left/right paddings and margins*/
text-decoration: none;
color: #ffffff;
background-color: #818144;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #464615;
}

#new li a:hover {
background-color: #464615;
border-left-color: #464615;
text-decoration:underline;
}
.topmenu{
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.topmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; height:100%;
background: #002F76 url("asps/resources/flexigraphics/mainmenubg-up.gif") top repeat-x;
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
color: white; /*text color*/
padding: 8px 13px;
text-decoration: none;
}

.topmenu ul li a:visited{
color: white;
}

.topmenu ul li a:hover, .topmenu ul li .current{
color: white !important; /*text color of selected and active item*/
width: 100%; height:100%;
text-decoration:underline;
background: #002F76 url("asps/resources/flexigraphics/mainmenubg-dn.gif") top repeat-x;
}

A.white	{color: #ffffff; text-decoration:none;}
A.white:visited	{color: #ffffff; text-decoration:none;}
A.white:hover {color:#ffffff; text-decoration:underline;}

A.grey	{color: #666666; text-decoration:none;}
A.grey:visited	{color: #666666; text-decoration:none;}
A.grey:hover {color:#666666; text-decoration:underline;}

A.listall	{color: #999999; text-decoration:none}
A.listall:hover {color:#000000; text-decoration:underline;}


#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
padding: 8px;
width:250px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}