/*PRODUCTS MENU STARTS HERE*/
#navlist
{
border-bottom: 1px solid #999999;
margin: 0 0 0 0 ;
padding-bottom: 13px;
padding-right: 5px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #ffffff;
border: 1px solid #999999;
color: #5D5D5D;
float: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 12px;
margin-right: 8px;
padding: 0px 10px 0px 10px;
text-decoration: none;
}

 /*current Link*/
#navlist a:link#current, #navlist a:visited#current
{
background: #f4f4f4;
border-bottom: 1px solid #E9ECEF;
color: #5D5D5D;
font-weight: bold;
}

.current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #5D5D5D;
font-weight: bold;
}
#navlist a:hover {
	color: #fff;
	background: #0000CD;
	border-bottom: 1px solid #999999;
}

#navlist ul a:hover { color: #fff; !important}


 /*NAVLIST2*/
#navlist2
{
background-color: #f4f4f4;
border: 0px solid #999999;
border-bottom: 0px solid #999999;
margin: 0 0 18px 0 ;
padding-top: 2px;
padding-bottom: 14px;
padding-left: 10px;
}

#navlist2 ul, #navlist2 li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist2 a:link, #navlist2 a:visited
{
background:;
border: 0px solid #999999;
color: #5D5D5D;
float: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 12px;
margin-right: 8px;
padding: 0px 10px 2px 10px;
text-decoration: none;
}

 /*current Link*/
#navlist2 a:link#current, #navlist2 a:visited#current
{
background-color:;
border: 0px solid #fff;
border-bottom: 2px solid #0000cd;
color: #5D5D5D;
font-weight: bold;
text-decoration: none;
}

.current2
{
background: #fff;
border-bottom: 1px solid #fff;
color: #5D5D5D;
font-weight: bold;
}
#navlist2 a:hover {
	color: #5D5D5D;
	background-color: ;
	border-bottom: 2px solid #0000cd;
	text-decoration: none;
}

#navlist2 ul a:hover { color: #5D5D5D;}



