%@page session="true" contentType="text/css"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><%
String sfwCode = request.getParameter("sfwCode");
final int NAVMENU_IMAGE_HEIGHT = 40;
final int NAVMENU_TOP_HEIGHT = 11;
%>
.menubar {
width: 100%;
z-index: 1500;
position: absolute;
background-color: none;
}
.menubar A {
color: #000000;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
z-index: 1500;
text-decoration: none;
white-space: nowrap;
width: 100%;
}
.menubar A.active {
color: #647199;
font-weight: bold
}
.menumod .options {
background-color: none;
}
.menumod a {
background-color: transparent;
}
.menumod a:hover {
color: #FFFFFF;
background-color: none
}
.menu .options {
font-size: 11px;
color: #000000;
background-color: #ffffff;
cursor: pointer;
cursor: hand;
}
.menubar_dropdown_left {
background-image: url(/icons/menu/<%= sfwCode %>/ddm_left.gif);
background-repeat: repeat-y;
height: 20px;
padding: 0px;
}
.menubar_dropdown_right {
background-image: url(/icons/menu/<%= sfwCode %>/ddm_right.gif);
background-repeat: repeat-y;
width: 1%;
}
.menubar_dropdown_footer {
background-image: url(/icons/menu/<%= sfwCode %>/ddm_footer.gif);
background-repeat: repeat-x;
}
.menubar_menutext {
top: <%= NAVMENU_TOP_HEIGHT %>px;
font-size: 12px;
font-family: Arial, Verdana, sans-serif;
letter-spacing: 1px;
text-decoration: none;
white-space: nowrap;
padding-top: 3px;
background-color: white;
background: none;
cursor:hand;
}
a.menubar_link:link {
color: #000000;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
z-index: 1500;
text-decoration: none;
white-space: nowrap;
width: 100%;
}
a.menubar_link:visited {
color: #000000;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
z-index: 1500;
text-decoration: none;
white-space: nowrap;
width: 100%;
}
a.menubar_link:active {
color: #647199;
font-weight: bold
}
a.menubar_link:hover {
color: #647199;
font-weight: bold;
background-color: none
}
.menubar_imagesep_pos {
position: absolute;
top: <%= NAVMENU_TOP_HEIGHT %>px;
width: 3px;
margin-top: 5px;
}
#menubar_background {
background-image: url(/icons/menu/<%= sfwCode %>/ddm_background.gif);
background-repeat: repeat-x;
position: absolute;
left: 0px;
top: <%= NAVMENU_TOP_HEIGHT %>px;
width: 100%;
height: <%= NAVMENU_IMAGE_HEIGHT %>px;
}