/* Drop Menus */
/* http://www.cssplay.co.uk/menus/drop_examples.html */
.dropcontainer { height:25px; width: 500px; margin-left: auto; margin-right: auto; }
.dropmenu { text-align:left; position:relative; background:transparent; height:24px; margin:0 auto; z-index: 9999; }
.dropmenu a { color: #99FF00; text-decoration: none; }
.dropmenu ul { padding:0; margin:0; list-style-type: none; }
.dropmenu ul li { float:left; position:relative; }
.dropmenu ul li.home { background:transparent url(/images/dropmenu/house.png) no-repeat 4px 4px; }
.dropmenu ul li.contacts { background:transparent url(/images/dropmenu/contacts.png) no-repeat 4px 4px; }
.dropmenu ul li.con1 {background:transparent url(/images/dropmenu/user_suit.png) no-repeat 4px 4px; }
.dropmenu ul li.con2 {background:transparent url(/images/dropmenu/user_add.png) no-repeat 4px 4px; }
.dropmenu ul li.con3 {background:transparent url(/images/dropmenu/user_edit.png) no-repeat 4px 4px; }
.dropmenu ul li.con4 {background:transparent url(/images/dropmenu/user_edit.png) no-repeat 4px 4px; }
.dropmenu ul li.con5 {background:transparent url(/images/dropmenu/user_edit.png) no-repeat 4px 4px; }
.dropmenu ul li.con6 {background:transparent url(/images/dropmenu/user_edit.png) no-repeat 4px 4px; }
.dropmenu ul li.info {background:transparent url(/images/dropmenu/arrows.png) no-repeat 4px 4px;}
.dropmenu ul li.inf1 {background:transparent url(/images/dropmenu/arrow1.png) no-repeat 4px 4px; }
.dropmenu ul li.inf2 {background:transparent url(/images/dropmenu/arrow2.png) no-repeat 4px 4px; }
.dropmenu ul li.inf3 {background:transparent url(/images/dropmenu/arrow3.png) no-repeat 4px 4px; }
.dropmenu ul li.inf4 {background:transparent url(/images/dropmenu/arrow4.png) no-repeat 4px 4px; }
.dropmenu ul li.inf5 {background:transparent url(/images/dropmenu/arrow5.png) no-repeat 4px 4px; }
.dropmenu ul li.inf6 {background:transparent url(/images/dropmenu/arrow6.png) no-repeat 4px 4px; }
.dropmenu ul li.records {background:transparent url(/images/dropmenu/records.png) no-repeat 4px 4px;}
.dropmenu ul li.rec1 {background:transparent url(/images/dropmenu/records.png) no-repeat 4px 4px; }
.dropmenu ul li.rec2 {background:transparent url(/images/dropmenu/rec_lod.png) no-repeat 4px 4px; }
.dropmenu ul li.rec3 {background:transparent url(/images/dropmenu/rec_def.png) no-repeat 4px 4px; }
.dropmenu ul li.admins { background:transparent url(/images/dropmenu/admins.png) no-repeat 4px 4px; }
.dropmenu ul li.ad1 {background:transparent url(/images/dropmenu/ad1.png) no-repeat 4px 4px; }
.dropmenu ul li.ad2 {background:transparent url(/images/dropmenu/ad2.png) no-repeat 4px 4px; }
.dropmenu ul li.ad3 {background:transparent url(/images/dropmenu/ad3.png) no-repeat 4px 4px; }
.dropmenu ul li.ad4 {background:transparent url(/images/dropmenu/ad4.png) no-repeat 4px 4px; }
.dropmenu ul li.ad5 {background:transparent url(/images/dropmenu/ad5.png) no-repeat 4px 4px; }
.dropmenu ul li.system {background:transparent url(/images/dropmenu/system.png) no-repeat 4px 4px;}
.dropmenu ul li.sys1 {background:transparent url(/images/dropmenu/system.png) no-repeat 4px 4px; }
.dropmenu ul li.sys2 {background:transparent url(/images/dropmenu/sys_tot.png) no-repeat 4px 4px; }
.dropmenu ul li.sys3 {background:transparent url(/images/dropmenu/sys_acc.png) no-repeat 4px 4px; }
.dropmenu ul li.sys4 {background:transparent url(/images/dropmenu/sys_em.png) no-repeat 4px 4px; }
.dropmenu ul li.sys5 {background:transparent url(/images/dropmenu/sys_tab.png) no-repeat 4px 4px; }
.dropmenu ul li.sys6 {background:transparent url(/images/dropmenu/sys_php.png) no-repeat 4px 4px; }
.dropmenu ul li.sys7 {background:transparent url(/images/dropmenu/sys_msgs.png) no-repeat 4px 4px; }
.dropmenu ul li.manual {background:transparent url(/images/dropmenu/help.png) no-repeat 4px 4px;}
/* second level menu. to the left & to the right.
.dropmenu ul li.subsubl {background:#eee url(next.gif) no-repeat top left;}
.dropmenu ul li.subsubr {background:#eee url(previous.gif) no-repeat 145px 0;} */
.dropmenu ul li a, .dropmenu ul li a:visited {display:block;text-decoration:none;width:73px;height:25px;color:#000000;padding-left:27px;line-height: 25px;}
.dropmenu ul li ul { visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden; }
.dropmenu ul li:hover a { color:#FF0000; text-decoration:underline; border:0; }
.dropmenu ul li:hover ul { visibility:visible; width:140px; height:auto; position:absolute; top:25px; left:-1px; border:1px solid #909; overflow:visible; background: url(/images/dropmenu/bg_silver.gif);}
.dropmenu ul li:hover ul li a { display:block; background:transparent; text-decoration:none; color:#000000; height:auto; line-height:1.2em; width:110px; padding-top: 5px; padding-bottom: 5px; padding-left: 27px;}
.dropmenu ul li:hover ul li:hover a { color:#00CC99; text-decoration:underline; border:0; }
/*.dropmenu ul li:hover ul li a.drop { display:block; color:#000; height:auto; line-height:1.5em; padding:5px 5px 5px 35px; width:125px; }*/
/*.dropmenu ul li:hover ul li ul {visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;}*/
