/* Written By: Angsar D. Doolan */
<!--
.dm_bg
{
 background-image:url(../_images/bg.jpg);
 width:100%;
 background-repeat:repeat-x;
 border-left:solid 2px #000;
 border-right:solid 2px #000;
 border-bottom:solid 2px #000;
 height:30px;
 padding:0;
 margin:0;
}
.dm_popout
{
  display:none; 
  float:left;
  position:absolute;
  z-index:10000;  
  padding:0;
  margin:0;
}
.dm_popout ul
{
 list-style-type:none; 
 position:relative;
 float:left;
 margin:1px 0px 0px -36px;
}
.dm_popout ul li
{
 background-image:url(../_images/img_norm.gif);
 background-repeat:no-repeat;
 list-style-type:none;
 float:left;
 position:relative;
 z-index:500;
 margin-left:-5px;
 padding:0;
 width:100px;
 /*background-color:#EFEFEF;*/ /*#be0d0b;*/
 border-bottom:solid 1px #000;
 border-left:solid 2px #000;
 border-right:solid 2px #000;
 text-align:center;
}
.dm_popout ul li a
{  
 background-image:none;
 color:#000;
 text-decoration:none;
 font-family:"Helvetica";
 font-size:12px;
 font-weight:bold;  
 padding:0;
 margin:0;
} 
.dm_popout ul li:hover
{
 cursor:default;
 background-image:url(../_images/img_hover.gif);
 background-repeat:no-repeat;
 /*background-color:#be0d0b;*/
 color:#fff;
} 
.dm_popout ul li:hover > a:first-child
{
 color:#fff;/*#000;*/
}
.dm_popout ul li a:hover
{
 background-image:none;  
 text-decoration:none;
 color:#fff;/*#000;*/
 cursor:pointer;
}
.menu_item_sm a
{ 
 background-image:url(../_images/norm_sm.gif);
 background-repeat:no-repeat; 
 /*padding:0px 37px 0px 35px;*/
 text-decoration:none;
 width:119;
 height:20px;
 font-family:"Helvetica";
 font-weight:bold;
 font-size:13px;
 cursor:default;
 color:#000;
}
.menu_item_sm a:hover
{
 background-image:url(../_images/over_sm.gif);
 background-repeat:no-repeat; 
 width:119;
 height:20px;
/*cursor:pointer;*/
 color:#fff;
}
.menu_item_sm_inv a
{ 
 background-image:url(../_images/over_sm.gif);
 background-repeat:no-repeat; 
 padding:0px 37px 0px 35px;
 text-decoration:none;
 width:119;
 height:20px;
 font-family:"Helvetica";
 font-weight:bold;
 font-size:13px;
 cursor:default;
 color:#000;
}
.menu_item_sm_inv a:hover
{
 background-image:url(../_images/norm_sm.gif);
 background-repeat:no-repeat; 
 width:119;
 height:20px;
/*cursor:pointer;*/
 color:#fff;
}
.menu_item_med a
{
 background-image:url(../_images/norm_med.gif);
 background-repeat:no-repeat; 
 padding:0px 30px 0px 27px;
 margin-left:-3px;
 text-decoration:none;
 width:160;
 height:20px;
 font-family:"Helvetica";
 font-weight:bold;
 font-size:13px;
 color:#000;
 cursor:default;
}
.menu_item_med a:hover
{
 background-image:url(../_images/over_med.gif);
 background-repeat:no-repeat; 
 width:160;
 height:20px;
 cursor:pointer;
 color:#fff;
}
.menu_item_med_inv a
{
 background-image:url(../_images/over_med.gif);
 background-repeat:no-repeat; 
 padding:0px 29px 0px 27px;
 text-decoration:none;
 width:160;
 height:20px;
 font-family:"Helvetica";
 font-weight:bold;
 font-size:13px;
 color:#000;
 cursor:default;
}
.menu_item_med_inv a:hover
{
 background-image:url(../_images/norm_med.gif);
 background-repeat:no-repeat; 
 width:160;
 height:20px;
 cursor:pointer;
 color:#fff;
}

.menu_item_lg a
{ 
 background-image:url(../_images/norm_lg.gif);
 background-repeat:no-repeat; 
 padding:0px 23px 0px 23px;
 margin-left:-3px;
 text-decoration:none;
 width:160;
 height:20px;
 font-family:"Helvetica";
 font-weight:bold;
 font-size:13px;
 color:#000;
 cursor:default;
}
.menu_item_lg a:hover
{ 
 background-image:url(../_images/over_lg.gif);
 background-repeat:no-repeat;  
 width:160;
 height:20px;
 cursor:pointer;
 color:#fff;
}
.menu_pos
{
 padding:0px 0px 0px 14px;
}
.spacer
{
/*background-image:url(../_images/spacer.gif);*/
background-image:url(../_images/slnt_line.gif);
background-repeat:no-repeat;
width:20px;
height:20px;
padding:0;
margin:0;
z-index:999;
}
-->

