/*Top level list items*/
#contents_btm ul li          { position:relative; float:left; display:inline; }

/*Top level menu link items style*/
#contents_btm ul li a        { color:#2d2b2b; text-decoration:none; padding:10px; height:30px; display:block; }

/*IE6 hack to get sub menu links to behave correctly*/
* html #contents_btm ul li a { display:inline-block; }

#contents_btm ul li a:link,
#contents_btm ul li a:visited  { color: white; }

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
#contents_btm ul li a.selected { background-color:#FFF; border-top-left-radius:6px; border-top-right-radius:6px; opacity:0.3; filter:alpha(opacity=30); }
#contents_btm ul li a:hover    { background-color:#FFF; border-top-left-radius:6px; border-top-right-radius:6px; opacity:0.3; filter:alpha(opacity=30); }

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
#contents_btm ul li ul li a.selected { border-top-left-radius: 0px; border-top-right-radius: 0px; }
#contents_btm ul li ul li a:hover    { border-top-left-radius: 0px; border-top-right-radius: 0px; }

/*1st sub level menu*/
#contents_btm ul li ul       { position: absolute; left:0; display:none; visibility:hidden; }

/*Sub level menu list items (undo style from Top level List Items)*/
#contents_btm ul li ul li    { float:none; display:list-item; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#contents_btm ul li ul li ul { top:0; margin:0 0 0 3px; }

/* Sub level menu links style */
#contents_btm ul li ul li a  { font: normal 11px Verdana; height:16px; margin:0; border-top-width:0; }

/* Holly Hack for IE \*/
* html #contents_btm {height:1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass  { position: absolute;top:12px; right:7px; }
.rightarrowclass { position:absolute; top:10px; right:10px; }

.contents_mainmenu_01 { border-top-left-radius:6px; border-top-right-radius:6px; background-image:url(../images/template/contents_mainmenu_01.jpg); }
.contents_mainmenu_02 { border-top-left-radius:6px; border-top-right-radius:6px; background-image:url(../images/template/contents_mainmenu_02.jpg); }
.contents_mainmenu_03 { border-top-left-radius:6px; border-top-right-radius:6px; background-image:url(../images/template/contents_mainmenu_03.jpg); }
.contents_mainmenu_04 { border-top-left-radius:6px; border-top-right-radius:6px; background-image:url(../images/template/contents_mainmenu_04.jpg); }
.contents_mainmenu_05 { border-top-left-radius:6px; border-top-right-radius:6px; }

.menu_head01 { height:6px; border-top-left-radius:6px; border-top-right-radius:6px; background-color:#F90; }
.menu_head02 { height:6px; border-top-left-radius:6px; border-top-right-radius:6px; background-color:#3C9; }
.menu_head03 { height:6px; border-top-left-radius:6px; border-top-right-radius:6px; background-color:#F36; }
.menu_head04 { height:6px; border-top-left-radius:6px; border-top-right-radius:6px; background-color:#0489BB; }
.menu_head05 { height:6px; border-top-left-radius:6px; border-top-right-radius:6px; background-color:#333; }

.menu_design01 { background-color:#F90; }
.menu_design02 { background-color:#3C9; }
.menu_design03 { background-color:#F36; }
.menu_design04 { background-color:#0489BB; }
.menu_design05 { background-color:#333; }

.menu_foot01 { height:6px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; background-color:#F90; }
.menu_foot02 { height:6px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; background-color:#3C9; }
.menu_foot03 { height:6px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; background-color:#F36; }
.menu_foot04 { height:6px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; background-color:#0489BB; }
.menu_foot05 { height:6px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; background-color:#333; }

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
#contents_btm ul li a.selected { color: #000; }
#contents_btm ul li a:hover    { color: #000; }
#contents_btm img              {  border-style:none; }

/*shadow for NON CSS3 capable browsers*/
.ddshadow{ position: absolute; top: 0; width: 0; height: 0; left: 0; }


