/* CSS Document */
/*
.menu {
width:248px;
height:40px;
cursor:pointer;
background:url(images/row.jpg) no-repeat;
}


.menuover {
width:248px;
height:40px;
cursor:pointer;
background:url(images/rowover.jpg) no-repeat;
}


.submenu {
width:248px;
height:40px;
cursor:pointer;
background:url(images/submenu.jpg) no-repeat;
}

.submenuover {
width:248px;
height:40px;
cursor:pointer;
background:url(images/submenuover.jpg) no-repeat;
}

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 {
color:#FFFFFF;
font-family:Verdana;
font-size:12px;
text-decoration:none;
margin-left:16px;
position:relative;
top:10px;
}

.menu_currentpage {
color:#FFFFFF;
font-family:Verdana;
font-size:12px;
text-decoration:none;
margin-left:16px;
position:relative;
top:10px;
}

.menuover {
color:#FFFFFF;
font-family:Verdana;
font-size:12px;
text-decoration:none;
margin-left:16px;
position:relative;
top:10px;
}


.submenu {
color:#003366;
font-family:Verdana;
font-size:11px;
text-decoration:none;
margin-left:35px;
position:relative;
top:5px;
}

.submenu_currentpage {
color:#B3E1F1;
font-family:Verdana;
font-size:11px;
text-decoration:none;
margin-left:35px;
position:relative;
top:5px;
}
.submenuover {
color:#ffffff;
font-family:Verdana;
font-size:11px;
text-decoration:none;
margin-left:35px;
margin-top:15px;
position:relative;
top:5px;
}


.menurow {
width:248px;
height:40px;
cursor:pointer;
}

.submenurow {
width:248px;
height:26px; 
cursor:pointer;
background:url(images/submenu.jpg);
}

