div.mainMenuContainer {
 position:relative;
 width:1003px;
 height:70px;
 background: url(main_menu.png) no-repeat center;
}

div.mainMenu {
 position:absolute;
 top: 30px;
 left: 90px;
 width:825px;
 text-align: center;
}

a.mainmenu {
 position: relative;
 top: -6px;

 color:#c8c8c8;
 font-size:11px;
 font-face:'Times New Roman';
 font-weight:bold;
 text-decoration:none;

 padding-left:10px;
 padding-right:10px;
}

a.mainmenu:hover {
 color:orange;
}

div.SubMenu {
 position:absolute;
 top:56px;
 left:92px;
 display:none;
 width:822px;
 height:19px;
 background:url(pod_menu.png) no-repeat center;
 text-align:center;
}

a.submenu {
 position:relative;
 top:2px;
 vertical-align:top;
 padding-left:10px;
 padding-right:10px;

 color:#c8c8c8;
 font-size:10px;
 font-face:'Times New Roman';
 font-weight:bold;
 text-decoration:none;
}

a.submenu:hover {
 color:white;
}