/*   main navigation							*/
/*   dropdown css with csshover.htc				*/
/*   suckerfish+peternad, customized by janggo	*/
#nav-container {
width:756px;
height:24px;
background:url('../images/bt_spacer.jpg') repeat-x top left;
}
#nav {
padding:0;
margin:0;
list-style:none;
}
#nav a {
display:block;
}
#nav li {
float:right;
width:125px;
background:url('../images/tri.gif') no-repeat 10% 50%;
border-left:1px solid #eee;
padding:0;
cursor:default
}
#nav li:hover, #nav li.sfhover {
background:url('../images/tri2.gif') no-repeat 10% 50%;
}
#nav li a {
width:125px;
height:24px;
font:12px "trebuchet ms",sans-serif;
font-weight:bold;
text-transform:uppercase;
text-indent:10px;
text-decoration:none;
line-height:24px;
color:#333;
}
#nav li:hover ul, #nav li.sfhover ul {
left:auto;
}
#nav li ul {
position:absolute;
width:126px;
left:-999em;
}
#nav li ul li {
border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; width:124px;
height:23px;
background:#fff url('../images/bk_button1.gif') no-repeat 1px 1px;
border-top:medium none;
}
#nav li ul li:hover, #nav li ul li.sfhover {
background:#fff url('../images/bk_button2.gif') no-repeat 1px 1px;
}
#nav li ul li a {
font:11px tahoma,verdana,sans-serif;
text-transform:none;
text-decoration:none;
text-indent:19px;
line-height:22px;
}
#nav li ul li a:hover {
color:#f90;
}
