﻿.menuDD {
    position: relative; 
    height: 28px; 
    margin-bottom: 3px; 
    background: url('images/menubg.gif') repeat-x top left;
    z-index: 1000;
    color: #00a9a2;
}

.menuDD li .tr {
    height: 28px; 
    line-height: 28px;
    padding: 0 2em 0 1em;
}

.menuDD li .tl {
    height: 28px; 
    line-height: 28px;
    padding: 0;
}

#menuDD .tl
{
	height: 28px;
	background: url(images/round_corners/top_left_transparence_inside.gif) top left no-repeat;
}

#menuDD .tr
{
	height: 28px;
	background: url(images/round_corners/top_right_transparence_inside.gif) top right no-repeat;
}



#menuDD .bl
{
	height: 28px;
	background: url(images/round_corners/buttom_left_transparence_inside.gif) bottom left no-repeat;
}



#menuDD .br
{
	height: 28px;
	background: url(images/round_corners/buttom_right_transparence_inside.gif) bottom right no-repeat;
}

.menuDD a:hover .mtl, .menuDD li:hover .mtl
{
	background: url(images/round_corners/menu_top_left.gif) top left no-repeat;
}

.menuDD .mtr
{
	padding: 0 15px 0 15px;
}

.menuDD .nohover
{
	padding: 0 15px 0 15px;
}

.menuDD a:hover .mtr, .menuDD li:hover .mtr
{
	background: url(images/round_corners/menu_top_right.gif) top right no-repeat;
}

#menuDD .content
{
	padding: 0 0 0 100px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menuDD ul {padding:0;margin:0;list-style-type:none; height:28px}

/* style the sub-level lists */
.menuDD ul ul {width:169px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuDD ul li { float:left;height:28px;line-height:28px;}

/*
.menuDD ul li .tl {background: url(images/round_corners/menu_top_left.gif) top left no-repeat;}
.menuDD ul li .tr {background: url(images/round_corners/menu_top_right.gif) top right no-repeat;}
*/

/* style the sub level list items */
.menuDD ul ul li {display:block;width:12em;height:auto;position:relative;line-height:28px;}

/* style the links for the top level */
.menuDD a, .menuDD a:visited {display:block;float:left;height:100%;text-decoration:none;color:#00a9a2; /*padding: 0 2em 0 1em;*/}

/* style the sub level links */
.menuDD ul ul a, .menuDD ul ul a:visited {display:block; color:#C8C8C8;width:169px;height:100%;line-height:28px;}
.menuDD ul table ul a, .menuDD ul table ul a:visited  {width:14em; w\idth:12em;}

.mfirst{padding-left: 15px;background: url(images/menu_sub_f.gif) top left no-repeat;}
.mmiddle{padding-left: 15px;background: url(images/menu_sub_n.gif) top left no-repeat;}
.mlast{padding-left: 15px;background: url(images/menu_sub_l.gif) top left no-repeat;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menuDD table {position:absolute; left:0; top:0; z-index:-1;}
.menuDD ul ul table {lef\t:-1px;}
.menuDD ul ul table ul.left {margin-lef\t:2px;}

.menuDD li:hover {position:relative;}
* html .menuDD a:hover {position:relative;}

/* style the third level background */
.menuDD ul ul ul a, .menuDD ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
.menuDD ul ul ul ul a, .menuDD ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
.menuDD ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.menuDD ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.menuDD a:hover {color:#FFFFFF;background: url('images/menuactive.gif') repeat-x top left;}
.menuDD :hover > a {color:#FFFFFF;background: url('images/menuactive.gif') repeat-x top left;}
/* second */
.menuDD ul ul a:hover{color:#FFFFFF; background: url('');}
.menuDD ul ul :hover > a {color:#FFFFFF; background: url('');}

.menuDD ul ul a:hover .mfirst{padding-left: 15px; background: url(images/menu_sub_fa.gif) top left no-repeat;}
.menuDD ul ul a:hover .mmiddle{padding-left: 15px; background: url(images/menu_sub_na.gif) top left no-repeat;}
.menuDD ul ul a:hover .mlast{padding-left: 15px; background: url(images/menu_sub_la.gif) top left no-repeat;}



/*.menuDD ul ul a:hover{color:#FFFFFF; background: url('');}
.menuDD ul ul :hover > a {color:#FFFFFF; background: url('');}*/
/* third */
.menuDD ul ul ul a:hover {background:#ddd;}
.menuDD ul ul ul :hover > a {background:#ddd;}
/* fourth */
.menuDD ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuDD ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menuDD ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menuDD ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menuDD ul li:hover ul, .menuDD ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menuDD ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menuDD ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menuDD ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menuDD ul :hover ul :hover ul :hover ul {visibility:visible;}

