#menu { white-space: nowrap; float: left; position: relative; top: -26px; left: 250px; z-index:1; }
#menu ul { padding: 0; margin: 0; list-style: none;}

/* all list items */
#menu li { float: left; position: relative; }

#menu a { 	display: block; padding: 8px 16px 6px 16px; color: white; text-decoration: none; 	margin-right: 0px; height: 12px; }
#menu a:hover { color: #2A434B; background: #EDB53D; }
#menu a.selected { background: #959595; padding: 12px 12px 12px 12px; background-repeat: repeat-x; color: #263A7D; }

/* second-level lists */
#menu li ul { display: none; position: absolute; 	top: 1em; left: 0; background-color: #007F92; opacity: .9; 	text-transform: none;}

#menu li ul li{ clear: left; }
#menu li ul a{ width: 7em;}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#menu li>ul { top: auto; left: auto; }

/* lists nested under hovered list items */
#menu li:hover ul, li.over ul { display: block; }

#notyetlogged { white-space: nowrap; float: left; position: relative; top: -19px; 	left: 312px; text-transform: uppercase; width: 120px; color:  #FFFFFF; }
#notyetlogged a { color:  #FFFFFF; }
#notyetlogged a:hover { text-decoration: underline; }
#menu_right { white-space: nowrap; float: left; position: relative; top: -26px; left: 300px; text-transform: uppercase; width: 120px;}

/* all lists */
#menu_right ul { padding: 0; margin: 0; list-style: none; }

/* all list items */
#menu_right li { float: left; position: relative;}

#menu_right a { display: block; padding: 8px 16px 6px 16px; color: white; text-decoration: none; margin-right: 0px; height: 12px; }
#menu_right a:hover { color: #2A434B; background: #EDB53D; }
#menu_right a.selected { background: #959595; padding: 12px 12px 12px 12px; background-repeat: repeat-x; color: #263A7D; }

/* second-level lists */
#menu_right li ul { display: none; position: absolute; 	top: 1em; left: 0; background-color: #007F92; opacity: .9; 	text-transform: none; }

#menu_right li ul li{ clear: left;}
#menu_right li ul a{	width: 7em;}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
#menu_right li>ul { 	top: auto; left: auto;}

/* lists nested under hovered list items */
#menu_right li:hover ul, li.over ul { display: block;}
