/*
Screen QuickMenu CSS
$Revision: 1.0 $
*/

/*
z-index issues:
http://www.opencube.com/forum/forum_posts.asp?TID=2365&KW=flash&PID=8196#8196
*/

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative;}
.qmmc a {float:left;display:block;white-space:nowrap;}
.qmmc div a {float:none;}
.qmmc div {visibility:hidden;position:absolute;}

/*"""""""" (MAIN) Container """"""""*/
#qm0 { background: url("file3758.gif") repeat-x; border-top: 1px solid #bab7b2; border-bottom: 1px solid #bab7b2; margin: 0 auto; width: 949px; z-index: 999999; }

/*"""""""" (MAIN) Items """"""""*/
#qm0 a { background-color: transparent; border-right: 1px solid #bab7b2; color: #4c4c4b; font-weight: bold; padding: 8px 26px; text-decoration: none; }

/*"""""""" (MAIN) Hover State """"""""*/
/* Used for main menu with no submenus */
#qm0 a:hover { background-color: transparent; color: #4c4c4b; text-decoration: underline; }

/*"""""""" (MAIN) Active State """"""""*/
/* Note: Add '!important' after each style */
#qm0 .qmactive { background-image: url("file3758.gif") !important; background-position: 0 -33px !important; background-repeat: repeat-x !important; color: #4c4c4b !important; }

/*"""""""" (MAIN) Current State """"""""*/
/* Note: Add '!important' after each style */
#qm0 .qmcurrent { background-image: url("file3758.gif") !important; background-position: 0 -66px !important; background-repeat: repeat-x !important; color: #000 !important; }

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent { /* background-image: url("file3759.gif"); background-position: 95%; background-repeat: no-repeat; */ }

/*"""""""" [SUB] Containers """"""""*/
#qm0 div { background-color: #f2efec; border: 1px solid #d9d0c4; border-top: 1px solid #ccc0b0; font-size: 93%; margin-left: 0; margin-top: 0; padding: 5px 15px; }

/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover { text-decoration: underline; }

/*""""""""[SUB] Active State """"""""*/
/* Note: Add '!important' after each style */
#qm0 div .qmactive { background-color: transparent !important; }

/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent { }

/*"""""""" [SUB] Items """"""""*/
#qm0 div a { background-color: transparent; border: 0; color: #4c4c4b; font-size: 93%; padding: 5px 10px 5px 0; }
#qm0 div a.qm-rule { border-top: 1px solid #bab7b2; }


#qm0 #worldwide { background-color: transparent; border: 0; color: #4c4c4b; float: right; padding: 8px 15px; white-space: nowrap; }
#qm0 #worldwide a { border: 0; color: #4c4c4b; display: inline; float: none; font-size: 93%; font-weight: bold; padding: 0; text-decoration: none; }
#qm0 #worldwide a:hover { background-color: transparent; color: #4c4c4b; text-decoration: underline; }