/* CSS Document */
/*
.menu {
width:180px;
height:20px;
background:url(images/row.jpg) no-repeat;
}


.submenu {
width:180px;
height:20px;
background:url(images/submenu.jpg) no-repeat;
cursor:pointer;
}


.menuover {
width:180px;
height:20px;
background:url(images/rowover.jpg) no-repeat;
}


.submenuover {
width:180px;
height:20px;
background:url(images/submenuover.jpg) no-repeat;
cursor:pointer;
}

a.menulink:link, a.menulink:visited, a.menulink:hover {
color:#000000;
font-family:Verdana;
font-size:12px;
text-decoration:none;
margin-left:16px;
position:relative;
font-weight:bold;
}


.menuspan {
color:#000000;
font-family:Verdana;
font-size:12px;
font-weight:bold;
text-decoration:none;
margin-left:16px;
}


a.submenulink:link, a.submenulink:visited, a.submenulink:hover {
color:#003366;
font-family:Verdana;
font-size:12px;
text-decoration:none;
margin-left:45px;
}

a.submenulinkover:link, a.submenulinkover:visited, a.submenulinkover:hover {
color:#ffffff;
font-family:Verdana;
font-size:12px;
text-decoration:none;
margin-left:45px;
margin-top:15px;
}
*/

.menu {
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#000000;
margin:0px 0 0 10px;
position:relative;
top:1px;
text-decoration:none;
}

.menu_currentpage {
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
margin:0px 0 0 10px;
position:relative;
top:1px;
text-decoration:none;
}

.menuover {
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
margin:0px 0 0 10px;
position:relative;
top:1px;
text-decoration:none;
}


.submenu {
font-family:Arial;
font-size:11px;
font-weight:normal;
color:#000000;
margin:0px 0 0 38px;
position:relative;
top:1px;
text-decoration:none;
}

.submenu_currentpage {
font-family:Arial;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
margin:0px 0 0 38px;
position:relative;
top:1px;
text-decoration:none;
}
.submenuover {
font-family:Arial;
font-size:11px;
font-weight:normal;
color:#ebdba3;
margin:0px 0 0 38px;
position:relative;
top:1px;
text-decoration:none;
}


.menurow {
width:180px;
height:20px;
cursor:pointer;
}

.submenurow {
width:180px;
height:20px;
cursor:pointer;
background:url(images/submenu.jpg);
}
