Maps app background image

Hey guys,
can I get the background image from the Maps app (when the map is curled up and the segmented control for map modes is visible) from somewhere?

Right. Well, that's a little strange - on one hand they require developers to use stuff the way they do, on the other hand if you do that the app gets rejected.

Similar Messages

  • PLEASE HELP ME to put an image over a background image !!

    Hello,
    I need help on my AWT program. I have a map being displayed, and would like an image of a car (car.gif) to be displayed over the image of the map.
    So my question is: How do I make this map a background image, and put the picture of the car right over it. I need my map loaded all the time, and the picture of the car will be reloaded many times over the same map, so a class method to load this map would be perfect. Any help, code, or suggestions would be great. Thanks so much!
    Here is what I currently have for my map.
    import java.awt.*;
    import java.awt.event.*;
    public class MyImage extends Panel {
        private Image im = null;
        Graphics g;
        public void getMap(){
          im = Toolkit.getDefaultToolkit().getImage("C:\\test_map.gif");
             MediaTracker tracker = new MediaTracker(this);
             tracker.addImage(im,0);
             try {
                 tracker.waitForID(0);
             }catch (InterruptedException e){}
                 repaint();
       public void paint(Graphics g){
            this.g = g;
             if (im != null)     {
                g.drawImage(im,0,0,this.getWidth(),this.getHeight(),this);  //706,397
        }

    Look at this sample, the car will start when the button will be pressed, and stop on the next press.
    import java.awt.event.*;
    import java.awt.*;
    public class UsaTrip extends Frame 
         mapPanel map   = new mapPanel();
         Button   move  = new Button("Move");
         TheMover mover = null;
    public UsaTrip()
         addWindowListener(new WindowAdapter()
        {     public void windowClosing(WindowEvent ev)
              {     dispose();
                   System.exit(0);}});
         setBounds(10,10,500,400);
         setLayout(new BorderLayout());
         add(map,BorderLayout.CENTER);
         add(move,BorderLayout.SOUTH);
         move.addActionListener(new ActionListener()
         {     public void actionPerformed( ActionEvent e )
                   if (mover == null)
                        mover = new TheMover(map);     
                        move.setLabel("Stop");          
                   else
                        mover.end();
                        mover = null;     
                        move.setLabel("Move");          
         setVisible(true);
    public class TheMover extends Thread
         mapPanel map;
         boolean  go   = true;
         int      spin = 0;
    public TheMover(mapPanel m)
         map = m;
         start();
    public void end()
         go        = false;
    public synchronized void run()
         while (go)
              map.moveCar();
              try     {sleep(100);}
              catch(InterruptedException i){}
    public class mapPanel extends Panel
         Image map;
         Image car;
         int   x=10,y=30;   
    public mapPanel()
         map = getToolkit().getImage("usa.gif");
         car = getToolkit().getImage("home24.gif");
         MediaTracker tracker = new MediaTracker(this);
         tracker.addImage(map,0);
         tracker.addImage(car,0);
         try   {tracker.waitForID(0);}
         catch (InterruptedException e){}
    public void moveCar()
         repaint(x,y,25,25);
         x++;
         repaint(x,y,25,25);
    public void update(Graphics g)
         paint(g);
    public void paint(Graphics g)
         Rectangle r = g.getClipBounds();
         g.drawImage(map,r.x,r.y,r.x+r.width,r.y+r.height,
                              r.x,r.y,r.x+r.width,r.y+r.height,this);
         g.drawImage(car,x,y,this);
    public static void main(String[] args )
         new UsaTrip();
    Noah
    import java.awt.event.*;
    import java.awt.*;
    public class UsaTrip extends Frame
         mapPanel map = new mapPanel();
         Button move = new Button("Move");
         TheMover mover = null;
    public UsaTrip()
         addWindowListener(new WindowAdapter()
    {     public void windowClosing(WindowEvent ev)
              {     dispose();
                   System.exit(0);}});
         setBounds(10,10,500,400);
         setLayout(new BorderLayout());
         add(map,BorderLayout.CENTER);
         add(move,BorderLayout.SOUTH);
         move.addActionListener(new ActionListener()
         {     public void actionPerformed( ActionEvent e )
                   if (mover == null)
                        mover = new TheMover(map);     
                        move.setLabel("Stop");          
                   else
                        mover.end();
                        mover = null;     
                        move.setLabel("Move");          
         setVisible(true);
    public class TheMover extends Thread
         mapPanel map;
         boolean go = true;
         int spin = 0;
    public TheMover(mapPanel m)
         map = m;
         start();
    public void end()
         go = false;
    public synchronized void run()
         while (go)
              map.moveCar();
              try     {sleep(100);}
              catch(InterruptedException i){}
    public class mapPanel extends Panel
         Image map;
         Image car;
         int x=10,y=30;
    public mapPanel()
         map = getToolkit().getImage("usa.gif");
         car = getToolkit().getImage("home24.gif");
         MediaTracker tracker = new MediaTracker(this);
         tracker.addImage(map,0);
         tracker.addImage(car,0);
         try {tracker.waitForID(0);}
         catch (InterruptedException e){}
    public void moveCar()
         repaint(x,y,25,25);
         x++;
         repaint(x,y,25,25);
    public void update(Graphics g)
         paint(g);
    public void paint(Graphics g)
         Rectangle r = g.getClipBounds();
         g.drawImage(map,r.x,r.y,r.x+r.width,r.y+r.height,
                   r.x,r.y,r.x+r.width,r.y+r.height,this);
         g.drawImage(car,x,y,this);
    public static void main(String[] args )
         new UsaTrip();

  • How to Change log in background image without third party apps on Mountain lion

    Hi I am trying to change the log in screen without using a third party app on OSX 10.8. every time I use Loginox the background image changes but if i create an image of that volume and reimage another mac with a different screen size the background becomes in tile mode. Does anyone know how to replace the log in background without the third party app?Thank you for the help.

    Without third party application, you can not change the login screen linen background.
    Best.

  • Image map + link in background image

    Is it possible to put an image map and link to a background
    image of a table?

    no but you can put a 1px by 1 x blank transparent image over
    the background image and add an image map to that

  • Mavericks Maps App not showing any images?

    My Maps App on the new Mavericks OS is not showing any images.
    Can anybody help me ?

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Mail/V2/MailData/Envelope Index
    Copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens (command-V), then press return.
    A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open. Other files in the folder may have names that begin with "Envelope Index". Move those files, if any, to the Trash.
    Log out and log back in. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is damaged and that Mail has to quit. Click OK.
    Test. If Mail now works as expected, you can delete the file you moved to the Desktop. Otherwise, post your results.

  • Embedding background image within a svg map

    Hi
    Iam using mapviewer to generate and store maps. The maps also have aerial photographs attached as a background image. currently the image is a link and the actual image is stored on the mapviewer server. I want to be able to embed the image within a svg map. so that the map can be stored and rendered independent of the mapviewer server. can you suggest a way of doing this using mapviewer (other than downloading the image to the requesting client machine after every request).
    Thanks
    Chandra Srinivasan

    Currently the background image is always rendered as a seperate file and attached to the SVG map using a hyper link. There is no way to store the map image inside the svg file. There is a reason for this- it is very unefficent to encode and store a large image files using BASE64, which is the only way to embed a binary image into the SVG file.

  • Can we save satellite images from the Apple ios Maps app?

    The Apple Maps app has a more recent image of my property than Google: I'd therefore like to save the satellite image to file. Is this possible?
    The only option I can find is the 'Print' command, but this just prints the Standard map without any satellite imagery.
    As an alternative, can we view Apple's maps on a standard browser, e.g. Safari ?

    You can do a screen capture of the Maps display. Just press the On/Off and Home buttons at the same time (briefly) and you will hear a click. The image can be seen in the photos App.

  • Maps App satellite view has switched to old images

    When I got my iPhone 5 a couple of weeks ago, I was pleased to see the satellite view in Apple's Maps app comprised of recent images and even showed my house which was only built 18 months ago. BUT today, I went into the app and the image showing my house appeared for a split second and was then replaced with a view from many years ago which showed buildings which have long gone.
    I live near Leeds, England and checking views of the city, I was amazed to see that the images are at least TWELVE years old!
    Why is this? Very disappointed! :-(

    Same here, I use Find my friends regularly around leeds area and it like its suddeny stepped back in time to like 1990 or somet, Its rubbish

  • How to put background image on whole screen of javaFx app

    Hello,
    I have a javaFx window,on which u have displayed certain data that is coming from a webservice call.
    Now to make it look attractive,i want to put a background image on the screen.
    I know the image tag in the content,but it does not cover the whole screen and is not below the data.
    How can i do that??
    Also, how can i change color of the text. In the Text attribute,we have font,but nothng to change its color...
    Please help
    Thanks
    Anuj

    Hi,
    I don't know about the background image but the color of Text can be set using the fill property of a Text node.
    Text {
      content: "Hello World"
      font: Font {
        size: 100
      x: 100
      y: 100
      fill: Color.RED
      stroke: Color.BLACK
      strokeWidth: 3
    - Alexander

  • My maps app has suddenly gone BLANK, no longer displays anything but a creamy brown background and a blue dot, I've see other issues on other devices also, but not a single response from apple explaining how to resolve it.  Anyone else?

    Before I left for Thailand, I didn't have a single problem with my maps app, however on return, I've found that it no longer displays anything in the main map screen, hybrid and sattelite still show something (but aren't accurate), but in maps itself, all there is is a blank screen. This not only affects maps, but all my other programs that are obviously linked somehow to apple maps are now doing the same thing... Nike Running, iSmoothRun, Argus, all now show my route, but it's overlaid over a BLANK map area.
    Anyone see this? and know how to fix it?

    I've done soft and hard resets, power off resets, I've deleted the three apps that are associated with maps and reinstalled them, the only thing I haven't done is a full restore, which from other peoples experiences I've see hasn't fixed the issue. So, I've avoided that because I don't want the 7.0.5 update (my 5S is a China coded model)

  • How can you make a background image change to a faded state at a certain point in scroll?

    I'm referring to a technique I've seen used in Relevant Magazine's iPad app if anyone has used it. I understand having a shape behind text that has a feathered gradient and when you scroll the text the shape gradually fades out the background image. But this is not the effect I'm trying to acheive. On some of the articles in Relevant, the screen is a full image and as you scroll the type up, the entire background dims when you scroll to a certain spot.
    I've tried searching for hours, but I feel like I'm getting no where because I don't really know what to search for. I feel like it requires use of something other than what DPS is capable of. Hopefully this makes sense and I'd greatly appreciate any suggestions and help!
    Thanks!

    Try applying the feathered gradient to the scrollable content frame, not the background frame. It will appear to change the color of the background frame.

  • How can I put a background image in headers in PAGES

    It seems I cannot put a background image in headers. I want a background gradient to go behind the text. I have to place it on the "page" "behind" the header on every sheet instead. Other than creating a graphic that is both (bitmapped) text and image, what can I do? Or is there some way to create an object that has edittable text over the image. Thanks, Peter

    If you are referring to Pages app, it is easy:
    Open your document
    Go to Menu >> View >> Show Layout
    You will see headers, body and footers laid out with edges
    Click inside the header
    Open  your Media browser
    Drag your graphics (or photo) into the header
    Be sure to PRESS AND HOLD COMMAND (APPLE) KEY while you do this!!!
    If you don't pres the key, the picture will be pasted outside the header!
    I think the Command key press was what was screwing you up here...
    This applies to Numbers and iWeb as well, BTW

  • How to stretch background image, How to change show detail item header

    Hello all I have a few questions I would like to pose humbly to your collective wisdom, FYI I use Jdeveloper 11.1.3 and ADF Fusion
    First, how do I stretch the background Image? I have a background image in a show detail item but it is very small. 400 by 400. Thing is it's just a pic of the color red gradually moving from bright to dark in the image. So stretching it should not make it look horrible, but also repeating it makes it look silly, because you have 50 little images of dark red to bright red, instead of one big image of dark red to bright red. Can this be done and how?
    Secondly how do I change the header of the show detail item in a Panel Accordion? I have 8 Show detail items, in the middle of my page and the user can click and switch between which one is open, which makes for a nice effect, but I would like to give each of the show detail items a particular color. I did this with the backgrounds but I can't do it with the header, which are always visible, while only one background is visible at a time. I tried using the skinning technique but I wasn't able to change the header (I changed the background so the skinning was done correctly). I used
    af|panelAccordion::header
      color: blue;
      font-family: Arial, Helvetica, sans-serif;
      background: Maroon;
      background-color: Maroon;
    }Because I read in the Fusion Guide (or somewhere) that the show detail item cannot be skinned and therefore doesn't have a property like af panel Accordion.
    Can it though be achieved through some other means?
    Third when I drop the data control on the page and if I pick search form, why can't I use the CreateInsert button? Why can't I use the form to Create new rows? It keeps giving me some type of error, like Row is out of bounds or something? Is that some mistake with my database, or page, or is it not possible to do it like that?
    I welcome your words of guidance and also happy new year Huzzah!!!
    Edited by: Dino2dy on Jan 4, 2011 2:01 AM

    Thanks I haven't really had time to play around with this, as I have other concerns, but I do plan on coming back to it, and it is one of the things about ADF that really is bothersome. Creatively it means I can choose between 2 styles when making an app Blaf Rich and Fusion (the other ones are just worse versions of the two) while I will concede that the superb out of the box functionalities and things I can do declaratively probably mean I won't have a Dreamweaver type freedom of design I thought there might be a way to do some of these custom design changes.
    A few questions though
    When you skin the accordion are you able to propagate the changes to show detail item headers? Because that is one thing that I really want to change, just the color of the headers but I was unable to do so.
    Also there is a component that is not part of a panel accordion or panel tabbed called panel box. Again I changed the backgrounds to great effect but I need to change the panel header and in this I failed.
    Granted I used the css color attribute for both not a picture so maybe that is the reason. Just wondering if you succeeded.
    Cheers

  • Problem placing buttons on top of a background image

    My knowledge of Java isn't the greatest and I am currently having problems placing buttons on top of a background image within a JApplet (this is also my first encounter with Applets).
    I'm using a Card Layout in order to display a series of different screens upon request.
    The first card is used as a Splash Screen which is displayed for 5 seconds before changing to the Main Menu card.
    When the Main Menu card is called the background image is not shown but the button is.
    While the Applet is running no errors are shown in the console.
    Full source code can be seen below;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.net.*;
    // First extend JApplet
    public class WOT extends JApplet {
         //--------------- Variables are declared here -----------------
         private CardLayout contentCardLayout = new CardLayout();  // declare CardLayout
         private Container contentContain;     // declare content Container
         private JPanel contentCard, splashScreen, mainMenu, menuImage; // declare content Panels
         private JLabel splash, menu, map; // declare image labels
         private ImageIcon mapBtn; // declare ImageIcons
         private JButton mapOption; // declare option Buttons
         private Timer timer; // declare Timer
         private ActionListener actionListener, mapOptionListener; // declare ActionListener
    //--------------- Initialise Applet -----------------
      public void init() {
         //--------------- Set-up Card Layout -----------------
         contentCard = new JPanel(contentCardLayout); // assign card panels to CardLayout
         //--------------- Splash Screen -----------------
         splashScreen = new JPanel();
         splash = new JLabel(new ImageIcon(getClass().getResource("img/bg.gif")));
         splashScreen.add(splash);
         splashScreen.setSize(600,800);
         splashScreen.setLocation(0,0);
    //--------------- "View Map" Option Button -----------------
         mapBtn = new ImageIcon(getClass().getResource("img/map.gif"));
         mapOption = new JButton(mapBtn);
         mapOption.setBorder(null);
         mapOption.setContentAreaFilled(false);
         mapOption.setSize(150,66);
         mapOption.setLocation(150,450);
         mapOption.setOpaque(false);
         mapOption.setVisible(true);
    //--------------- Main Menu Screen -----------------
         //menuImage = new JPanel(null);
         //menuImage.add(mainMenu);
         //menuImage.setLocation(0,0);
         mainMenu = new JPanel(null);
         menu = new JLabel(new ImageIcon(getClass().getResource("img/menu.gif")));
         menu.setLocation(0,0);
         mainMenu.add(menu);
         //mainMenu.setBackground(Color.WHITE);
         mainMenu.setLocation(0,0);
         mainMenu.setOpaque(false);
         //mainMenu.setSize(150,66);
         mainMenu.add(mapOption);
         //--------------- Map Image Screen -----------------
         map = new JLabel(new ImageIcon(getClass().getResource("img/map.gif")));
         //--------------- Add Cards to CardLayout Panel -----------------
        contentCard.add(splashScreen, "Splash Screen");
         contentCard.add(mainMenu, "Main Menu");
         contentCard.add(map, "Map Image");
    //--------------- Set-up container -----------------
          contentContain = getContentPane(); // set container as content pane
          contentContain.setBackground(Color.WHITE); // set container background colour
           contentContain.setLocation(0,0);
           contentContain.setSize(600,800);
          contentContain.setLayout(new FlowLayout()); // set container layout
           contentContain.add(contentCard);  // cards added
           //--------------- Timer Action Listener -----------------
           actionListener = new ActionListener()
                    public void actionPerformed(ActionEvent actionEvent)
                             //--------------- Show Main Menu Card -----------------
                             contentCardLayout.show(contentCard, "Main Menu");
         //--------------- Map Option Button Action Listener -----------------
           mapOptionListener = new ActionListener()
                    public void actionPerformed(ActionEvent actionEvent)
                             //--------------- Show Main Menu Card -----------------
                             contentCardLayout.show(contentCard, "Map Image");
         //--------------- Timer -----------------               
         timer = new Timer(5000, actionListener);
         timer.start();
         timer.setRepeats(false);
    }Any help would be much appreciated!
    Edited by: bex1984 on May 18, 2008 6:31 AM

    1) When posting here, please use fewer comments. The comments that you have don't help folks who know Java read and understand your program and in fact hinder this ability, which makes it less likely that someone will in fact read your code and help you -- something you definitely don't want to have happen! Instead, strive to make your variable and method names as logical and self-commenting as possible, and use comments judiciously and a bit more sparingly.
    2) Try to use more methods and even classes to "divide and conquer".
    3) To create a panel with a background image that can hold buttons and such, you should create an object that overrides JPanel and has a paintComponent override method within it that draws your image using the graphics object's drawImage(...) method
    For instance:
    an image jpanel:
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.image.BufferedImage;
    import java.io.File;
    import java.io.IOException;
    import java.net.URISyntaxException;
    import java.net.URL;
    import javax.imageio.ImageIO;
    import javax.swing.JButton;
    import javax.swing.JPanel;
    public class BackgroundImage
        // **** this will have to be changed for your program:
        private static final String IMAGE_PATH = "../../m02/a/images/Forest.jpg";
        private BufferedImage myImage = null;
        private JPanel imagePanel = new JPanel()
            @Override
            protected void paintComponent(Graphics g)
            {   // *** here is where I draw my image
                super.paintComponent(g);  // **** don't forget this!
                if (myImage != null)
                    g.drawImage(myImage, 0, 0, this);
        public BackgroundImage()
            imagePanel.setPreferredSize(new Dimension(600, 450));
            imagePanel.add(new JButton("Foobars Rule!"));
            try
                myImage = createImage(IMAGE_PATH);
            catch (IOException e)
                e.printStackTrace();
            catch (URISyntaxException e)
                e.printStackTrace();
        private BufferedImage createImage(String path) throws IOException,
                URISyntaxException
            URL imageURL = getClass().getResource(path);
            if (imageURL != null)
                return ImageIO.read(new File(imageURL.toURI()));
            else
                return null;
        public JPanel getImagePanel()
            return imagePanel;
    }and an applet that uses it:
    import java.lang.reflect.InvocationTargetException;
    import javax.swing.JApplet;
    import javax.swing.SwingUtilities;
    public class BackgrndImageApplet extends JApplet
        @Override
        public void init()
            try
                SwingUtilities.invokeAndWait(new Runnable()
                    @Override
                    public void run()
                        getContentPane().add(new BackgroundImage().getImagePanel());
            catch (InterruptedException e)
                e.printStackTrace();
            catch (InvocationTargetException e)
                e.printStackTrace();
    }

  • Adding A HREF or image map to an image puts 3px L/R padding on image

    Hi all --
    I'm having an interesting problem.  I'm designing a web page that has a navigation banner (home - programs - schedule of events - contact us - downloads) that is made up of a .png for each page (i.e. home.png, programs.png, etc).  My page is 1000px wide and all of the navigation banner's images add up to 1000px wide. 
    I'm using JavaScript to create an onMouseOver and onMouseOut effect on each of the images. The problem that I'm having occurs when I tried to add a link (either by <A HREF=  or using an image map).  Whenever I add a link to the image, a small (3px) area of white space shows up to the right of the image. This shifts all of my other images 3px to the right (and 3 more for each link I add to subsequent images) thus making the total width of the navigation banner over 1000px and the last image gets shoved to a new line. 
    I can find no way to get rid of this white space other than to remove the link from the image.  There is no property on the page that adds any sort of padding, margins, or borders to images or links, so I can see no property that has to be changed.
    Help! How do I get rid of this white space but still keep the link on the image??
    [I've attached a screen shot showing a before/after of the images without/with links]
    Thanks in advance!
    //kl

    First, how are you looking at it?
    Internet Exploder frequently adds padding and space -- especially where there is white space in your code (so take that out for a start). Additionally, if you are using Microsoft's non-compliant browsers, you will note that many of them automagically adjust placement of objects and you have to write code specifically to stop that from happening.
    <!--[if IE 5]>
    <style type="text/css">
    /* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
    #outerWrapper #contentWrapper #leftColumn1 {
      width: 185px;
    </style>
    <![endif]-->
    For Internet Exploiter 6, you literally may need to rewrite navigation:
    <!--[if lte IE 6]>
    <style type="text/css" media="all">
    @import url("../ie6menu/content/menu_ie.css");
    </style>
    <![endif]-->
    Now my menu has a special CSS stylesheet  for that idiotic browser here:
    ul#content {
      background-image: url("../content_images/bg.jpg");
      background-repeat: repeat-x;
      cursor: default;
      height: 30px;
      list-style-type: none;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
    ul#content ul {
      cursor: default;
      font-size: 0;
      list-style-type: none;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
    ul#content ul li {
      background-image: none;
      border-bottom: solid 1px black;
      float: none;
      margin-bottom: -1px;
    ul#content li {
      background-image: none;
      border-bottom: solid 1px black;
      float: left;
      margin-bottom: -1px;
      padding: 0 0 0 0;
      position: relative;
      white-space: nowrap;
      z-index: 100;
    ul#content li ul {
      display: none;
      top: 0;
    ul#content li.hover ul {
      display: block;
      position: absolute;
    ul#content li.current ul {
      position: absolute;
    ul#content li {
      background-image: url("../content_images/center.jpg");
      background-repeat: repeat-x;
    ul#content li span {
      background-image: url("../content_images/right.jpg");
      background-position: right top;
      background-repeat: no-repeat;
      display: block;
    ul#content li span a {
      background-image: url("../content_images/left.jpg");
      background-position: left top;
      background-repeat: no-repeat;
      color: #fff;
      display: block;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: bold;
      height: 20px;
      margin: 0 0 0 0;
      padding: 5px 5px 5px 5px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
    ul#content li * a {
      height: auto;
      width: auto;
    ul#content li span * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 {
      left: 0px;
      top: 100%;
    ul#content ul.level-1 li {
      background-image: none;
    ul#content ul.level-1 li a {
      background-color: #DA4D33;
      background-image: none;
      border-bottom: dotted 1px #E9E5F9;
      border-left: solid 1px #E9E5F9;
      border-right: solid 1px #656586;
      color: #fff;
      display: block;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: bold;
      margin: 0 0 0 0;
      padding: 5px 5px 5px 5px;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
    ul#content ul.level-1 li a.active {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-1 li * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 li span * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 li.hover a {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-1 li.current a.current {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-2 {
      left: 112px;
    ul#content ul.level-2 li {
      background-image: none;
    ul#content ul.level-1 ul.level-2 li a {
      background-color: #DA4D33;
      background-image: none;
      border-bottom: dotted 1px #E9E5F9;
      border-left: solid 1px #E9E5F9;
      border-right: solid 1px #656586;
      color: #fff;
      display: block;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: bold;
      margin: 0 0 0 0;
      padding: 5px 5px 5px 5px;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
    ul#content ul.level-1 ul.level-2 li a.active {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-2 li * a {
      height: auto;
      width: auto;
    ul#content ul.level-2 li span * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 ul.level-2 li.hover a {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-1 ul.level-2 li.current a.current {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;

Maybe you are looking for

  • IPod Touch 4 Restore Ruined iPod?

    Hello - I've had my iPod Touch 4 for under three years, and it's worked well enough, but earlier this week, I tried to restore it with the intentions of selling it, since it hasn't been used much lately.  Well, that idea went down the drain within a

  • InDesign CS6 not automatically updating links

    In previous verisons of InDesign, if I select a linked file, then click "edit link" from the links panel, the link will open up in Photoshop or Illustrator or whatever program, and once I edit, save, and close the file, when I switch back to InDesign

  • Font missing issues

    After seemingly resolving 'font missing' message when opening a document, the font is still highlighted in pale pink and I can't seem to get rid of it. Can anyone help?

  • 6310i Bluetooth

    I am using a 6310i and trying to set up with a BT4517T headset. I have fallen at the first fence! Having accessed the Bluetooth menu (and turned BT on at the phone) there do not appear to be any further submenus like Search for audio devices. Whic sh

  • Strange SSIDs popping up- AE

    Have Airport Extreme environment - home MacBook (OS X 10.4.11) has changing SSIDs pop up in list periodically - wood, WEST 6018, . . .) sometimes my main AE net drops and has difficulty reconnecting. the nets change sometimes I have cleaned the prefe